01M2HJJECVMH7DHP9JM0F4R9WS: 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: 01M2HJKTP22KSN22DK9Y352EEQ

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-09-15T03:44:51.310Zjob assigned to worker 01M2HJKZ9NG495CWNHDSR83TZY [factory aws, i-068aa234d81297a40] (queued for 1 m 2 s)
 
22026-09-15T03:44:59.517Zstarting task 0: "setup"
32026-09-15T03:44:59.523Z++ uname -s
42026-09-15T03:44:59.527Z+ kern=SunOS
52026-09-15T03:44:59.528Z+ build_user=build
62026-09-15T03:44:59.528Z+ build_uid=12345
72026-09-15T03:44:59.528Z+ work_dir=/work
82026-09-15T03:44:59.528Z+ input_dir=/input
92026-09-15T03:44:59.528Z+ [[ 0 == 12345 ]]
102026-09-15T03:44:59.528Z+ case "$kern" in
112026-09-15T03:44:59.528Z+ groupadd -g 12345 build
122026-09-15T03:44:59.539Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-09-15T03:45:01.548Z+ zfs create -o mountpoint=/work rpool/work
142026-09-15T03:45:01.619Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-09-15T03:45:01.622Z+ home_fs=zfs
162026-09-15T03:45:01.622Z+ [[ zfs == autofs ]]
172026-09-15T03:45:01.622Z+ mkdir -p /home/build
182026-09-15T03:45:01.625Z+ chown build:build /home/build /work
192026-09-15T03:45:02.626Z+ chmod 0700 /home/build /work
202026-09-15T03:45:02.630Zprocess exited: duration 3117 ms, exit code 0
 
212026-09-15T03:45:02.637Zstarting task 1: "rust-toolchain"
222026-09-15T03:45:02.645Z+ printf ' * rust toolchain channel = "%s"\n' 1.98.1
232026-09-15T03:45:02.645Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-09-15T03:45:02.645Z * rust toolchain channel = "1.98.1"
252026-09-15T03:45:02.649Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-09-15T03:45:02.649Z * rust toolchain profile = "default"
272026-09-15T03:45:02.649Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-09-15T03:45:02.649Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-09-15T03:45:02.649Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.98.1 --profile default
302026-09-15T03:45:02.718Zinfo: downloading installer
312026-09-15T03:45:04.074Zinfo: profile set to default
322026-09-15T03:45:04.074Zinfo: default host tuple is x86_64-unknown-illumos
332026-09-15T03:45:04.078Zinfo: syncing channel updates for 1.98.1-x86_64-unknown-illumos
342026-09-15T03:45:04.222Zinfo: latest update on 2026-09-03 for version 1.98.1 (48a229cea 2026-09-01)
352026-09-15T03:45:04.226Zinfo: downloading 6 components
362026-09-15T03:45:19.631Zinfo: default toolchain set to 1.98.1-x86_64-unknown-illumos
372026-09-15T03:45:19.631Z
382026-09-15T03:45:19.660Z 1.98.1-x86_64-unknown-illumos installed - rustc 1.98.1 (48a229cea 2026-09-01)
392026-09-15T03:45:19.660Z
402026-09-15T03:45:19.664Z
412026-09-15T03:45:19.664ZRust is installed now. Great!
422026-09-15T03:45:19.664Z
432026-09-15T03:45:19.664ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
442026-09-15T03:45:19.664Zenvironment variable. This has not been done automatically.
452026-09-15T03:45:19.664Z
462026-09-15T03:45:19.664ZTo configure your current shell, you need to source
472026-09-15T03:45:19.664Zthe corresponding env file under $HOME/.cargo.
482026-09-15T03:45:19.664Z
492026-09-15T03:45:19.664ZConsider running the right command for your shell (note the leading DOT):
502026-09-15T03:45:19.664Z. "$HOME/.cargo/env" # For sh/ash/dash/pdksh
512026-09-15T03:45:19.664Zcargo:rerun-if-env-changed=CC_x86_64-unknown-illumos
522026-09-15T03:45:19.664ZCC_x86_64-unknown-illumos = None
532026-09-15T03:45:19.664Zcargo:rerun-if-env-changed=CC_x86_64_unknown_illumos
542026-09-15T03:45:19.664ZCC_x86_64_unknown_illumos = None
552026-09-15T03:45:19.664Zcargo:rerun-if-env-changed=HOST_CC
562026-09-15T03:45:19.664ZHOST_CC = None
572026-09-15T03:45:19.664Zcargo:rerun-if-env-changed=CC
582026-09-15T03:45:19.664ZCC = None
592026-09-15T03:45:19.665Zcargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT
602026-09-15T03:45:19.859Zcargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
612026-09-15T03:45:19.859ZCRATE_CC_NO_DEFAULTS = None
622026-09-15T03:45:19.859Zcargo:rerun-if-env-changed=CFLAGS
632026-09-15T03:45:19.859ZCFLAGS = None
642026-09-15T03:45:19.859Zcargo:rerun-if-env-changed=HOST_CFLAGS
652026-09-15T03:45:19.859ZHOST_CFLAGS = None
662026-09-15T03:45:19.859Zcargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_illumos
672026-09-15T03:45:19.859ZCFLAGS_x86_64_unknown_illumos = None
682026-09-15T03:45:19.859Zcargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-illumos
692026-09-15T03:45:19.859ZCFLAGS_x86_64-unknown-illumos = None
702026-09-15T03:45:19.969Z+ rustup --version
712026-09-15T03:45:19.974Zrustup 1.29.1 (d95a37b6a 2026-08-13)
722026-09-15T03:45:19.977Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
732026-09-15T03:45:19.998Zinfo: the currently active `rustc` version is `rustc 1.98.1 (48a229cea 2026-09-01)`
742026-09-15T03:45:20.001Z+ cargo --version
752026-09-15T03:45:20.010Zcargo 1.98.1 (797e8a9bc 2026-08-05)
762026-09-15T03:45:20.013Z+ rustc --version
772026-09-15T03:45:20.035Zrustc 1.98.1 (48a229cea 2026-09-01)
782026-09-15T03:45:20.038Zprocess exited: duration 17400 ms, exit code 0
 
792026-09-15T03:45:20.045Zstarting task 2: "authentication"
802026-09-15T03:45:20.070Zprocess exited: duration 24 ms, exit code 0
 
812026-09-15T03:45:20.076Zstarting task 3: "clone repository"
822026-09-15T03:45:20.082Z+ mkdir -p /work/oxidecomputer/omicron
832026-09-15T03:45:20.086Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
842026-09-15T03:45:20.121ZCloning into '/work/oxidecomputer/omicron'...
852026-09-15T03:45:33.712Z+ cd /work/oxidecomputer/omicron
862026-09-15T03:45:33.712Z+ git fetch origin a1ed210690ffc8344586295457271caa169f3150
872026-09-15T03:45:34.064ZFrom https://github.com/oxidecomputer/omicron
882026-09-15T03:45:34.064Z * branch a1ed210690ffc8344586295457271caa169f3150 -> FETCH_HEAD
892026-09-15T03:45:34.077Z+ [[ -n sunshowers/spr/11n-nexus-db-queries-make-insert_resource-test-helper-report-which-check-rejected-it ]]
902026-09-15T03:45:34.080Z++ git branch --show-current
912026-09-15T03:45:34.083Z+ current=main
922026-09-15T03:45:34.083Z+ [[ main != sunshowers/spr/11n-nexus-db-queries-make-insert_resource-test-helper-report-which-check-rejected-it ]]
932026-09-15T03:45:34.083Z+ git branch -f sunshowers/spr/11n-nexus-db-queries-make-insert_resource-test-helper-report-which-check-rejected-it a1ed210690ffc8344586295457271caa169f3150
942026-09-15T03:45:34.086Z+ git checkout -f sunshowers/spr/11n-nexus-db-queries-make-insert_resource-test-helper-report-which-check-rejected-it
952026-09-15T03:45:34.193ZSwitched to branch 'sunshowers/spr/11n-nexus-db-queries-make-insert_resource-test-helper-report-which-check-rejected-it'
962026-09-15T03:45:34.196Z+ git reset --hard a1ed210690ffc8344586295457271caa169f3150
972026-09-15T03:45:34.299ZHEAD is now at a1ed21069 rebase on main
982026-09-15T03:45:34.303Zprocess exited: duration 14224 ms, exit code 0
 
992026-09-15T03:45:34.309Zstarting task 4: "build"
1002026-09-15T03:45:34.320Z+ TEST_TMPDIR=/var/tmp/omicron_tmp
1012026-09-15T03:45:34.320Z+ echo 'tests will store ephemeral output in /var/tmp/omicron_tmp'
1022026-09-15T03:45:34.320Ztests will store ephemeral output in /var/tmp/omicron_tmp
1032026-09-15T03:45:34.321Z+ mkdir /var/tmp/omicron_tmp
1042026-09-15T03:45:34.323Z+ source ./env.sh
1052026-09-15T03:45:34.323Z++ OLD_SHELL_OPTS=ehxB
1062026-09-15T03:45:34.323Z++ set -o xtrace
1072026-09-15T03:45:34.326Z++++ dirname ./env.sh
1082026-09-15T03:45:34.355Z+++ readlink -f .
1092026-09-15T03:45:34.360Z++ OMICRON_WS=/work/oxidecomputer/omicron
1102026-09-15T03:45:34.360Z++ 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-15T03:45:34.363Z++ 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-15T03:45:34.363Z++ 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-15T03:45:34.363Z++ 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-15T03:45:34.363Z++ 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-15T03:45:34.363Z++ 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-15T03:45:34.363Z++ 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-15T03:45:34.363Z++ 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-15T03:45:34.363Z++ 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-15T03:45:34.363Z++ 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-15T03:45:34.363Z++ case $OLD_SHELL_OPTS in
1212026-09-15T03:45:34.364Z++ unset OLD_SHELL_OPTS OMICRON_WS
1222026-09-15T03:45:34.364Z+ source .github/buildomat/ci-env.sh
1232026-09-15T03:45:34.364Z++ export CARGO_TERM_COLOR=always
1242026-09-15T03:45:34.364Z++ CARGO_TERM_COLOR=always
1252026-09-15T03:45:34.364Z+++ uname -s
1262026-09-15T03:45:34.367Z++ [[ SunOS == \S\u\n\O\S ]]
1272026-09-15T03:45:34.367Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
1282026-09-15T03:45:34.367Z+ target_os=illumos
1292026-09-15T03:45:34.367Z+ NEXTEST_VERSION=0.9.131
1302026-09-15T03:45:34.367Z+ cargo --version
1312026-09-15T03:45:34.376Zcargo 1.98.1 (797e8a9bc 2026-08-05)
1322026-09-15T03:45:34.379Z+ rustc --version
1332026-09-15T03:45:34.401Zrustc 1.98.1 (48a229cea 2026-09-01)
1342026-09-15T03:45:34.405Z+ curl -sSfL --retry 10 https://get.nexte.st/0.9.131/illumos
1352026-09-15T03:45:34.408Z+ gunzip
1362026-09-15T03:45:34.408Z+ tar -xvf - -C /home/build/.cargo/bin
1372026-09-15T03:45:35.234Zx cargo-nextest, 22186872 bytes, 43334 tape blocks
1382026-09-15T03:45:35.237Z+ OUTPUT_DIR=/work
1392026-09-15T03:45:35.237Z+ echo 'tests will store non-ephemeral output in /work'
1402026-09-15T03:45:35.237Ztests will store non-ephemeral output in /work
1412026-09-15T03:45:35.237Z+ mkdir -p /work
1422026-09-15T03:45:35.237Z+ banner prerequisites
1432026-09-15T03:45:35.240Z
1442026-09-15T03:45:35.241Z ##### ##### ###### ##### ###### #### # # # #### #
1452026-09-15T03:45:35.241Z # # # # # # # # # # # # # # #
1462026-09-15T03:45:35.241Z # # # # ##### # # ##### # # # # # #### #
1472026-09-15T03:45:35.241Z ##### ##### # ##### # # # # # # # # #
1482026-09-15T03:45:35.241Z # # # # # # # # # # # # # # #
1492026-09-15T03:45:35.241Z # # # ###### # # ###### ### # #### # #### #
1502026-09-15T03:45:35.241Z
1512026-09-15T03:45:35.241Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1522026-09-15T03:45:38.753Z Startup: Refreshing catalog 'helios' ... Done
1532026-09-15T03:45:39.273Z Startup: Caching catalogs ... Done
1542026-09-15T03:45:42.083ZPlanning: Solver setup ... Done (2.671s)
1552026-09-15T03:45:42.163ZPlanning: Running solver ... Done (0.081s)
1562026-09-15T03:45:42.250ZPlanning: Finding local manifests ... Done (0.032s)
1572026-09-15T03:45:42.263ZPlanning: Fetching manifests: 0/2 0% complete
1582026-09-15T03:45:42.281ZPlanning: Fetching manifests: 2/2 100% complete
1592026-09-15T03:45:42.297ZPlanning: Package planning ... Done (0.016s)
1602026-09-15T03:45:42.301ZPlanning: Merging actions ... Done (0.002s)
1612026-09-15T03:45:42.498ZPlanning: Checking for conflicting actions ... Done (0.200s)
1622026-09-15T03:45:42.502ZPlanning: Consolidating action changes ... Done (0.001s)
1632026-09-15T03:45:44.687ZPlanning: Evaluating mediators ... Done (2.188s)
1642026-09-15T03:45:44.690ZPlanning: Planning completed in 5.38 seconds
1652026-09-15T03:45:44.697Z Packages to install: 2
1662026-09-15T03:45:44.697Z Estimated space available: 156.01 GB
1672026-09-15T03:45:44.697ZEstimated space to be consumed: 89.29 MB
1682026-09-15T03:45:44.697Z Create boot environment: No
1692026-09-15T03:45:44.697ZCreate backup boot environment: No
1702026-09-15T03:45:44.697Z Rebuild boot archive: No
1712026-09-15T03:45:44.700Z
1722026-09-15T03:45:44.700ZChanged packages:
1732026-09-15T03:45:44.700Zhelios
1742026-09-15T03:45:44.700Z developer/build-essential
1752026-09-15T03:45:44.700Z None -> 11-3.0
1762026-09-15T03:45:44.700Z library/libxmlsec1
1772026-09-15T03:45:44.700Z None -> 1.2.35-3.0
1782026-09-15T03:45:44.777Z
1792026-09-15T03:45:44.777ZDownload: 0/214 items 0.0/1.3MB 0% complete
1802026-09-15T03:45:44.856ZDownload: Completed 1.28 MB in 0.08 seconds (16.3M/s)
1812026-09-15T03:45:44.921Z Actions: 1/268 actions (Installing new actions)
1822026-09-15T03:45:44.993Z Actions: Completed 268 actions in 0.07 seconds.
1832026-09-15T03:45:45.031ZFinalize: Updating package state database ... Done (0.037s)
1842026-09-15T03:45:45.031ZFinalize: Updating package cache ... Done (0.000s)
1852026-09-15T03:45:45.136ZFinalize: Updating image state ... Done (0.105s)
1862026-09-15T03:45:48.544ZFinalize: Creating fast lookup database ... Done (3.347s)
1872026-09-15T03:45:48.615ZFinalize: Reading search index ... Done (0.012s)
1882026-09-15T03:45:48.618ZFinalize: Updating search index ... Done (0.000s)
1892026-09-15T03:45:48.715ZFinalize: Updating package cache ... Done (0.000s)
1902026-09-15T03:45:49.109ZPlanning: Evaluating mediator changes ... Done
1912026-09-15T03:45:49.217ZPlanning: Checking for conflicting actions ... Done
1922026-09-15T03:45:49.220ZPlanning: Consolidating action changes ... Done
1932026-09-15T03:45:49.379ZPlanning: Evaluating mediators ... Done
1942026-09-15T03:45:49.382ZPlanning: Planning completed in 0.27 seconds
1952026-09-15T03:45:49.402Z Mediators to change: 2
1962026-09-15T03:45:49.402Z Create boot environment: No
1972026-09-15T03:45:49.402ZCreate backup boot environment: No
1982026-09-15T03:45:49.445ZFinalize: Updating package state database ... Done
1992026-09-15T03:45:49.445ZFinalize: Updating package cache ... Done
2002026-09-15T03:45:49.511ZFinalize: Updating image state ... Done
2012026-09-15T03:45:51.534ZFinalize: Creating fast lookup database ... Done
2022026-09-15T03:45:51.601ZFinalize: Reading search index ... Done
2032026-09-15T03:45:51.605ZFinalize: Updating search index ... Done
2042026-09-15T03:45:51.677ZFinalize: Updating package cache ... Done
2052026-09-15T03:45:51.976ZPlanning: Evaluating mediator changes ... Done
2062026-09-15T03:45:52.085ZPlanning: Checking for conflicting actions ... Done
2072026-09-15T03:45:52.092ZPlanning: Consolidating action changes ... Done
2082026-09-15T03:45:52.246ZPlanning: Evaluating mediators ... Done
2092026-09-15T03:45:52.249ZPlanning: Planning completed in 0.27 seconds
2102026-09-15T03:45:52.269Z Mediators to change: 1
2112026-09-15T03:45:52.269Z Create boot environment: No
2122026-09-15T03:45:52.269ZCreate backup boot environment: No
2132026-09-15T03:45:52.310ZFinalize: Updating package state database ... Done
2142026-09-15T03:45:52.310ZFinalize: Updating package cache ... Done
2152026-09-15T03:45:52.371ZFinalize: Updating image state ... Done
2162026-09-15T03:45:54.389ZFinalize: Creating fast lookup database ... Done
2172026-09-15T03:45:54.454ZFinalize: Reading search index ... Done
2182026-09-15T03:45:54.458ZFinalize: Updating search index ... Done
2192026-09-15T03:45:54.538ZFinalize: Updating package cache ... Done
2202026-09-15T03:45:54.862ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2212026-09-15T03:45:54.862Zapache system 2.4 system
2222026-09-15T03:45:54.862Zclang system 15 system
2232026-09-15T03:45:54.862Zcsh system system illumos
2242026-09-15T03:45:54.862Zctags system system illumos
2252026-09-15T03:45:54.862Zfile vendor vendor darwinsys
2262026-09-15T03:45:54.862Zfile system system illumos
2272026-09-15T03:45:54.862Zgcc vendor 14 vendor
2282026-09-15T03:45:54.862Zgcc system 13 system
2292026-09-15T03:45:54.862Zgcc system 10 system
2302026-09-15T03:45:54.862Zgo system 1.25 system
2312026-09-15T03:45:54.862Zllvm system 15 system
2322026-09-15T03:45:54.862Zmariadb system 11.4 system
2332026-09-15T03:45:54.862Zmta vendor vendor dma
2342026-09-15T03:45:54.862Zopenjdk system 17 system
2352026-09-15T03:45:54.862Zopenjdk system 11 system
2362026-09-15T03:45:54.862Zopenssl vendor 3 vendor
2372026-09-15T03:45:54.862Zperl system 5.40 system
2382026-09-15T03:45:54.863Zpostgresql system 18 system
2392026-09-15T03:45:54.863Zpostgresql system 17 system
2402026-09-15T03:45:54.863Zpython vendor 3 vendor
2412026-09-15T03:45:54.863Zpython system 2 system
2422026-09-15T03:45:54.863Zpython3 vendor 3.13 vendor
2432026-09-15T03:45:54.863Zruby system 3.4 system
2442026-09-15T03:45:54.863Zruby system 3.0 system
2452026-09-15T03:45:54.863Zwords vendor vendor american-english
2462026-09-15T03:45:54.863Zwords system system australian-english
2472026-09-15T03:45:54.863Zwords system system british-english
2482026-09-15T03:45:54.863Zwords system system canadian-english
2492026-09-15T03:45:54.863Zwords system system french
2502026-09-15T03:45:54.863Zwords system system italian
2512026-09-15T03:45:54.863Zwords system system ngerman
2522026-09-15T03:45:54.863Zwords system system ogerman
2532026-09-15T03:45:54.863Zwords system system spanish
2542026-09-15T03:45:55.120ZPUBLISHER TYPE STATUS P LOCATION
2552026-09-15T03:45:55.120Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2562026-09-15T03:45:55.664ZFMRI IFO
2572026-09-15T03:45:55.664Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2582026-09-15T03:45:55.664Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2592026-09-15T03:45:55.664Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2602026-09-15T03:45:55.664Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2612026-09-15T03:45:55.664Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2622026-09-15T03:45:55.664Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2632026-09-15T03:45:55.664Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2642026-09-15T03:45:55.664Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2652026-09-15T03:45:55.664Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2662026-09-15T03:45:56.026Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2672026-09-15T03:45:56.382Z Updating crates.io index
2682026-09-15T03:45:56.385Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2692026-09-15T03:45:56.663Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2702026-09-15T03:45:57.008Z Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox`
2712026-09-15T03:45:57.296Z Updating git repository `https://github.com/oxidecomputer/propolis`
2722026-09-15T03:45:58.301Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2732026-09-15T03:45:58.928Z Updating git repository `https://github.com/oxidecomputer/crucible`
2742026-09-15T03:46:00.905Z Updating git repository `https://github.com/oxidecomputer/opte`
2752026-09-15T03:46:01.748Z Updating git repository `https://github.com/oxidecomputer/tofino`
2762026-09-15T03:46:02.033Z Updating git repository `https://github.com/oxidecomputer/lldp`
2772026-09-15T03:46:02.427Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2782026-09-15T03:46:03.951Z Updating git repository `https://github.com/oxidecomputer/clickward`
2792026-09-15T03:46:04.575Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2802026-09-15T03:46:04.960Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2812026-09-15T03:46:05.551Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2822026-09-15T03:46:06.077Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2832026-09-15T03:46:06.383Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2842026-09-15T03:46:06.778Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2852026-09-15T03:46:07.047Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2862026-09-15T03:46:07.403Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2872026-09-15T03:46:07.752Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2882026-09-15T03:46:08.277Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2892026-09-15T03:46:08.597Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2902026-09-15T03:46:09.116Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2912026-09-15T03:46:09.771Z Updating git repository `https://github.com/oxidecomputer/erebor`
2922026-09-15T03:46:10.044Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2932026-09-15T03:46:10.488Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2942026-09-15T03:46:10.797Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2952026-09-15T03:46:11.221Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2962026-09-15T03:46:11.857Z Updating git repository `https://github.com/oxidecomputer/ispf`
2972026-09-15T03:46:12.123Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2982026-09-15T03:46:12.494Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2992026-09-15T03:46:12.892Z Updating git repository `https://github.com/oxidecomputer/tough`
3002026-09-15T03:46:13.497Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3012026-09-15T03:46:14.115Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3022026-09-15T03:46:14.401Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3032026-09-15T03:46:14.716Z Updating git repository `https://github.com/oxidecomputer/pmbus`
3042026-09-15T03:46:15.051Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3052026-09-15T03:46:15.318Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3062026-09-15T03:46:15.604Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3072026-09-15T03:46:15.901Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3082026-09-15T03:46:16.202Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3092026-09-15T03:46:16.516Z Updating git repository `https://github.com/illumos/smf-rs`
3102026-09-15T03:46:19.215Z Downloading crates ...
3112026-09-15T03:46:19.271Z Downloaded clap_lex v1.0.0
3122026-09-15T03:46:19.274Z Downloaded itoa v1.0.17
3132026-09-15T03:46:19.279Z Downloaded fastrand v2.3.0
3142026-09-15T03:46:19.283Z Downloaded dtrace-parser v0.2.0
3152026-09-15T03:46:19.283Z Downloaded anstream v1.0.0
3162026-09-15T03:46:19.289Z Downloaded cfg-if v1.0.4
3172026-09-15T03:46:19.292Z Downloaded tabled_derive v0.7.0
3182026-09-15T03:46:19.292Z Downloaded strsim v0.11.1
3192026-09-15T03:46:19.296Z Downloaded indexmap v2.14.0
3202026-09-15T03:46:19.299Z Downloaded toml v0.8.23
3212026-09-15T03:46:19.299Z Downloaded pest v2.8.6
3222026-09-15T03:46:19.303Z Downloaded zerocopy-derive v0.7.35
3232026-09-15T03:46:19.308Z Downloaded anstyle-query v1.1.5
3242026-09-15T03:46:19.308Z Downloaded toml_write v0.1.2
3252026-09-15T03:46:19.308Z Downloaded zmij v1.0.21
3262026-09-15T03:46:19.313Z Downloaded pest_generator v2.8.6
3272026-09-15T03:46:19.320Z Downloaded anstyle v1.0.14
3282026-09-15T03:46:19.325Z Downloaded dof v0.3.0
3292026-09-15T03:46:19.328Z Downloaded cargo-platform v0.3.2
3302026-09-15T03:46:19.328Z Downloaded bytecount v0.6.9
3312026-09-15T03:46:19.328Z Downloaded memmap v0.7.0
3322026-09-15T03:46:19.328Z Downloaded pest_derive v2.8.6
3332026-09-15T03:46:19.332Z Downloaded zerocopy v0.7.35
3342026-09-15T03:46:19.339Z Downloaded crypto-common v0.1.7
3352026-09-15T03:46:19.343Z Downloaded pest_meta v2.8.6
3362026-09-15T03:46:19.343Z Downloaded textwrap v0.16.2
3372026-09-15T03:46:19.343Z Downloaded heck v0.4.1
3382026-09-15T03:46:19.343Z Downloaded macaddr v1.0.1
3392026-09-15T03:46:19.348Z Downloaded clap_builder v4.6.0
3402026-09-15T03:46:19.354Z Downloaded cargo_toml v0.21.0
3412026-09-15T03:46:19.358Z Downloaded cpufeatures v0.2.17
3422026-09-15T03:46:19.358Z Downloaded proc-macro-error v1.0.4
3432026-09-15T03:46:19.358Z Downloaded utf8parse v0.2.2
3442026-09-15T03:46:19.358Z Downloaded version_check v0.9.5
3452026-09-15T03:46:19.358Z Downloaded serde_derive v1.0.228
3462026-09-15T03:46:19.362Z Downloaded cargo_metadata v0.23.1
3472026-09-15T03:46:19.366Z Downloaded thread-id v4.2.2
3482026-09-15T03:46:19.366Z Downloaded pretty-hex v0.4.1
3492026-09-15T03:46:19.369Z Downloaded generic-array v0.14.7
3502026-09-15T03:46:19.372Z Downloaded block-buffer v0.10.4
3512026-09-15T03:46:19.372Z Downloaded terminal_size v0.4.3
3522026-09-15T03:46:19.380Z Downloaded scroll_derive v0.12.1
3532026-09-15T03:46:19.385Z Downloaded swrite v0.1.0
3542026-09-15T03:46:19.388Z Downloaded usdt-attr-macro v0.5.0
3552026-09-15T03:46:19.388Z Downloaded colorchoice v1.0.4
3562026-09-15T03:46:19.388Z Downloaded log v0.4.33
3572026-09-15T03:46:19.388Z Downloaded camino-tempfile v1.4.1
3582026-09-15T03:46:19.391Z Downloaded usdt-macro v0.5.0
3592026-09-15T03:46:19.395Z Downloaded toml_datetime v0.6.11
3602026-09-15T03:46:19.400Z Downloaded fnv v1.0.7
3612026-09-15T03:46:19.405Z Downloaded clap_derive v4.6.1
3622026-09-15T03:46:19.408Z Downloaded quote v1.0.45
3632026-09-15T03:46:19.414Z Downloaded fs-err v3.3.0
3642026-09-15T03:46:19.414Z Downloaded serde_tokenstream v0.2.3
3652026-09-15T03:46:19.414Z Downloaded usdt-impl v0.5.0
3662026-09-15T03:46:19.414Z Downloaded serde_spanned v0.6.9
3672026-09-15T03:46:19.419Z Downloaded unicode-linebreak v0.1.5
3682026-09-15T03:46:19.419Z Downloaded thiserror-impl v2.0.18
3692026-09-15T03:46:19.424Z Downloaded anyhow v1.0.104
3702026-09-15T03:46:19.428Z Downloaded smawk v0.3.2
3712026-09-15T03:46:19.431Z Downloaded thiserror v1.0.69
3722026-09-15T03:46:19.435Z Downloaded sha2 v0.10.9
3732026-09-15T03:46:19.438Z Downloaded papergrid v0.11.0
3742026-09-15T03:46:19.438Z Downloaded scroll v0.12.0
3752026-09-15T03:46:19.441Z Downloaded proc-macro2 v1.0.106
3762026-09-15T03:46:19.441Z Downloaded typenum v1.20.1
3772026-09-15T03:46:19.444Z Downloaded camino v1.2.5
3782026-09-15T03:46:19.445Z Downloaded serde_core v1.0.228
3792026-09-15T03:46:19.448Z Downloaded thiserror v2.0.18
3802026-09-15T03:46:19.453Z Downloaded bitflags v2.11.0
3812026-09-15T03:46:19.456Z Downloaded getrandom v0.3.4
3822026-09-15T03:46:19.456Z Downloaded ucd-trie v0.1.7
3832026-09-15T03:46:19.473Z Downloaded toml_edit v0.22.27
3842026-09-15T03:46:19.481Z Downloaded memchr v2.8.0
3852026-09-15T03:46:19.504Z Downloaded hashbrown v0.17.0
3862026-09-15T03:46:19.519Z Downloaded winnow v0.7.14
3872026-09-15T03:46:19.524Z Downloaded serde_json v1.0.151
3882026-09-15T03:46:19.532Z Downloaded tabled v0.15.0
3892026-09-15T03:46:19.541Z Downloaded unicode-width v0.1.14
3902026-09-15T03:46:19.550Z Downloaded syn v2.0.117
3912026-09-15T03:46:19.563Z Downloaded rustix v1.1.4
3922026-09-15T03:46:19.591Z Downloaded libc v0.2.185
3932026-09-15T03:46:19.609Z Downloaded thiserror-impl v1.0.69
3942026-09-15T03:46:19.614Z Downloaded errno v0.3.14
3952026-09-15T03:46:19.621Z Downloaded tempfile v3.27.0
3962026-09-15T03:46:19.624Z Downloaded unicode-ident v1.0.24
3972026-09-15T03:46:19.632Z Downloaded usdt v0.5.0
3982026-09-15T03:46:19.650Z Downloaded plain v0.2.3
3992026-09-15T03:46:19.654Z Downloaded heck v0.5.0
4002026-09-15T03:46:19.657Z Downloaded clap v4.6.1
4012026-09-15T03:46:19.661Z Downloaded unicode-width v0.2.0
4022026-09-15T03:46:19.664Z Downloaded byteorder v1.5.0
4032026-09-15T03:46:19.668Z Downloaded is_terminal_polyfill v1.70.2
4042026-09-15T03:46:19.668Z Downloaded proc-macro-error-attr v1.0.4
4052026-09-15T03:46:19.671Z Downloaded equivalent v1.0.2
4062026-09-15T03:46:19.678Z Downloaded semver v1.0.28
4072026-09-15T03:46:19.688Z Downloaded syn v1.0.109
4082026-09-15T03:46:19.695Z Downloaded once_cell v1.21.3
4092026-09-15T03:46:19.698Z Downloaded goblin v0.8.2
4102026-09-15T03:46:19.699Z Downloaded autocfg v1.5.0
4112026-09-15T03:46:19.702Z Downloaded anstyle-parse v1.0.0
4122026-09-15T03:46:19.702Z Downloaded serde v1.0.228
4132026-09-15T03:46:19.706Z Downloaded digest v0.10.7
4142026-09-15T03:46:19.756Z Compiling proc-macro2 v1.0.106
4152026-09-15T03:46:19.757Z Compiling unicode-ident v1.0.24
4162026-09-15T03:46:19.757Z Compiling quote v1.0.45
4172026-09-15T03:46:19.762Z Compiling serde_core v1.0.228
4182026-09-15T03:46:19.762Z Compiling libc v0.2.185
4192026-09-15T03:46:19.762Z Compiling version_check v0.9.5
4202026-09-15T03:46:19.762Z Compiling memchr v2.8.0
4212026-09-15T03:46:19.762Z Compiling serde v1.0.228
4222026-09-15T03:46:19.762Z Compiling zmij v1.0.21
4232026-09-15T03:46:19.762Z Compiling thiserror v1.0.69
4242026-09-15T03:46:19.762Z Compiling ucd-trie v0.1.7
4252026-09-15T03:46:19.951Z Compiling itoa v1.0.17
4262026-09-15T03:46:19.955Z Compiling byteorder v1.5.0
4272026-09-15T03:46:19.955Z Compiling rustix v1.1.4
4282026-09-15T03:46:19.955Z Compiling bitflags v2.11.0
4292026-09-15T03:46:19.955Z Compiling serde_json v1.0.151
4302026-09-15T03:46:19.955Z Compiling syn v1.0.109
4312026-09-15T03:46:19.955Z Compiling camino v1.2.5
4322026-09-15T03:46:19.956Z Compiling equivalent v1.0.2
4332026-09-15T03:46:19.956Z Compiling plain v0.2.3
4342026-09-15T03:46:19.956Z Compiling hashbrown v0.17.0
4352026-09-15T03:46:19.968Z Compiling log v0.4.33
4362026-09-15T03:46:19.971Z Compiling getrandom v0.3.4
4372026-09-15T03:46:19.971Z Compiling utf8parse v0.2.2
4382026-09-15T03:46:20.277Z Compiling anstyle-query v1.1.5
4392026-09-15T03:46:20.299Z Compiling is_terminal_polyfill v1.70.2
4402026-09-15T03:46:20.338Z Compiling winnow v0.7.14
4412026-09-15T03:46:20.358Z Compiling autocfg v1.5.0
4422026-09-15T03:46:20.362Z Compiling anstyle v1.0.14
4432026-09-15T03:46:20.380Z Compiling anstyle-parse v1.0.0
4442026-09-15T03:46:20.399Z Compiling toml_write v0.1.2
4452026-09-15T03:46:20.402Z Compiling cfg-if v1.0.4
4462026-09-15T03:46:20.418Z Compiling pretty-hex v0.4.1
4472026-09-15T03:46:20.584Z Compiling thiserror v2.0.18
4482026-09-15T03:46:20.675Z Compiling pest v2.8.6
4492026-09-15T03:46:20.678Z Compiling colorchoice v1.0.4
4502026-09-15T03:46:20.678Z Compiling proc-macro-error-attr v1.0.4
4512026-09-15T03:46:20.678Z Compiling usdt-impl v0.5.0
4522026-09-15T03:46:20.800Z Compiling proc-macro-error v1.0.4
4532026-09-15T03:46:20.886Z Compiling heck v0.4.1
4542026-09-15T03:46:20.910Z Compiling anstream v1.0.0
4552026-09-15T03:46:20.955Z Compiling indexmap v2.14.0
4562026-09-15T03:46:20.977Z Compiling bytecount v0.6.9
4572026-09-15T03:46:20.998Z Compiling strsim v0.11.1
4582026-09-15T03:46:21.043Z Compiling anyhow v1.0.104
4592026-09-15T03:46:21.101Z Compiling fnv v1.0.7
4602026-09-15T03:46:21.120Z Compiling fastrand v2.3.0
4612026-09-15T03:46:21.120Z Compiling heck v0.5.0
4622026-09-15T03:46:21.126Z Compiling clap_lex v1.0.0
4632026-09-15T03:46:21.183Z Compiling once_cell v1.21.3
4642026-09-15T03:46:21.227Z Compiling unicode-width v0.1.14
4652026-09-15T03:46:21.309Z Compiling fs-err v3.3.0
4662026-09-15T03:46:21.331Z Compiling smawk v0.3.2
4672026-09-15T03:46:21.395Z Compiling unicode-width v0.2.0
4682026-09-15T03:46:21.462Z Compiling unicode-linebreak v0.1.5
4692026-09-15T03:46:21.466Z Compiling swrite v0.1.0
4702026-09-15T03:46:21.687Z Compiling papergrid v0.11.0
4712026-09-15T03:46:21.725Z Compiling errno v0.3.14
4722026-09-15T03:46:21.726Z Compiling thread-id v4.2.2
4732026-09-15T03:46:21.730Z Compiling memmap v0.7.0
4742026-09-15T03:46:22.215Z Compiling syn v2.0.117
4752026-09-15T03:46:22.295Z Compiling pest_meta v2.8.6
4762026-09-15T03:46:22.765Z Compiling terminal_size v0.4.3
4772026-09-15T03:46:22.765Z Compiling tempfile v3.27.0
4782026-09-15T03:46:22.872Z Compiling clap_builder v4.6.0
4792026-09-15T03:46:22.872Z Compiling textwrap v0.16.2
4802026-09-15T03:46:22.908Z Compiling semver v1.0.28
4812026-09-15T03:46:22.911Z Compiling cargo-platform v0.3.2
4822026-09-15T03:46:23.197Z Compiling camino-tempfile v1.4.1
4832026-09-15T03:46:23.695Z Compiling tabled_derive v0.7.0
4842026-09-15T03:46:24.347Z Compiling pest_generator v2.8.6
4852026-09-15T03:46:24.405Z Compiling tabled v0.15.0
4862026-09-15T03:46:24.963Z Compiling serde_derive v1.0.228
4872026-09-15T03:46:24.963Z Compiling thiserror-impl v1.0.69
4882026-09-15T03:46:24.963Z Compiling zerocopy-derive v0.7.35
4892026-09-15T03:46:24.967Z Compiling pest_derive v2.8.6
4902026-09-15T03:46:24.967Z Compiling scroll_derive v0.12.1
4912026-09-15T03:46:24.967Z Compiling thiserror-impl v2.0.18
4922026-09-15T03:46:24.967Z Compiling clap_derive v4.6.1
4932026-09-15T03:46:25.694Z Compiling scroll v0.12.0
4942026-09-15T03:46:25.816Z Compiling zerocopy v0.7.35
4952026-09-15T03:46:25.926Z Compiling goblin v0.8.2
4962026-09-15T03:46:26.061Z Compiling dtrace-parser v0.2.0
4972026-09-15T03:46:26.360Z Compiling clap v4.6.1
4982026-09-15T03:46:27.438Z Compiling toml_datetime v0.6.11
4992026-09-15T03:46:27.438Z Compiling serde_spanned v0.6.9
5002026-09-15T03:46:27.441Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5012026-09-15T03:46:27.441Z Compiling cargo_metadata v0.23.1
5022026-09-15T03:46:27.441Z Compiling macaddr v1.0.1
5032026-09-15T03:46:27.465Z Compiling dof v0.3.0
5042026-09-15T03:46:27.468Z Compiling serde_tokenstream v0.2.3
5052026-09-15T03:46:27.621Z Compiling toml_edit v0.22.27
5062026-09-15T03:46:28.173Z Compiling usdt-attr-macro v0.5.0
5072026-09-15T03:46:28.173Z Compiling usdt-macro v0.5.0
5082026-09-15T03:46:28.843Z Compiling usdt v0.5.0
5092026-09-15T03:46:28.888Z Compiling toml v0.8.23
5102026-09-15T03:46:29.222Z Compiling cargo_toml v0.21.0
5112026-09-15T03:46:30.580Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5122026-09-15T03:46:32.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.89s
5132026-09-15T03:46:32.973Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5142026-09-15T03:46:33.504Z Downloading crates ...
5152026-09-15T03:46:33.556Z Downloaded adler2 v2.0.1
5162026-09-15T03:46:33.560Z Downloaded aead v0.6.1
5172026-09-15T03:46:33.561Z Downloaded arrayref v0.3.9
5182026-09-15T03:46:33.564Z Downloaded addr2line v0.25.1
5192026-09-15T03:46:33.570Z Downloaded aead v0.5.2
5202026-09-15T03:46:33.573Z Downloaded backtrace v0.3.76
5212026-09-15T03:46:33.573Z Downloaded argon2 v0.6.0-rc.8
5222026-09-15T03:46:33.576Z Downloaded array-init v0.0.4
5232026-09-15T03:46:33.579Z Downloaded aes v0.9.1
5242026-09-15T03:46:33.584Z Downloaded foreign-types v0.5.0
5252026-09-15T03:46:33.584Z Downloaded float-cmp v0.10.0
5262026-09-15T03:46:33.587Z Downloaded bb8 v0.8.6
5272026-09-15T03:46:33.587Z Downloaded arrayvec v0.7.6
5282026-09-15T03:46:33.590Z Downloaded async-stream v0.3.6
5292026-09-15T03:46:33.590Z Downloaded foreign-types-shared v0.3.1
5302026-09-15T03:46:33.590Z Downloaded foldhash v0.1.5
5312026-09-15T03:46:33.590Z Downloaded assert_matches v1.5.0
5322026-09-15T03:46:33.593Z Downloaded atomicwrites v0.4.4
5332026-09-15T03:46:33.593Z Downloaded base64 v0.22.1
5342026-09-15T03:46:33.593Z Downloaded bcrypt-pbkdf v0.11.0
5352026-09-15T03:46:33.596Z Downloaded bit-set v0.8.0
5362026-09-15T03:46:33.596Z Downloaded futures v0.3.32
5372026-09-15T03:46:33.600Z Downloaded async-recursion v1.1.1
5382026-09-15T03:46:33.603Z Downloaded bit-vec v0.6.3
5392026-09-15T03:46:33.603Z Downloaded atty v0.2.14
5402026-09-15T03:46:33.603Z Downloaded http-body v1.0.1
5412026-09-15T03:46:33.606Z Downloaded hubpack v0.1.2
5422026-09-15T03:46:33.606Z Downloaded allocator-api2 v0.2.21
5432026-09-15T03:46:33.609Z Downloaded backoff v0.4.0
5442026-09-15T03:46:33.609Z Downloaded bit-vec v0.8.0
5452026-09-15T03:46:33.609Z Downloaded hostname v0.3.1
5462026-09-15T03:46:33.612Z Downloaded base16ct v0.2.0
5472026-09-15T03:46:33.612Z Downloaded ascii-canvas v3.0.0
5482026-09-15T03:46:33.612Z Downloaded block-buffer v0.12.1
5492026-09-15T03:46:33.612Z Downloaded highway v1.3.0
5502026-09-15T03:46:33.615Z Downloaded bit-set v0.5.3
5512026-09-15T03:46:33.615Z Downloaded bitfield-macros v0.19.4
5522026-09-15T03:46:33.615Z Downloaded hmac v0.12.1
5532026-09-15T03:46:33.619Z Downloaded const-oid v0.10.2
5542026-09-15T03:46:33.622Z Downloaded hyper-rustls v0.27.7
5552026-09-15T03:46:33.622Z Downloaded async-stream-impl v0.3.6
5562026-09-15T03:46:33.625Z Downloaded backtrace-ext v0.2.1
5572026-09-15T03:46:33.628Z Downloaded base16ct v1.0.0
5582026-09-15T03:46:33.635Z Downloaded ciborium-ll v0.2.2
5592026-09-15T03:46:33.638Z Downloaded hashbrown v0.14.5
5602026-09-15T03:46:33.638Z Downloaded cobs v0.3.0
5612026-09-15T03:46:33.641Z Downloaded futures-task v0.3.32
5622026-09-15T03:46:33.641Z Downloaded foreign-types-shared v0.1.1
5632026-09-15T03:46:33.651Z Downloaded fxhash v0.2.1
5642026-09-15T03:46:33.651Z Downloaded castaway v0.2.4
5652026-09-15T03:46:33.651Z Downloaded compression-core v0.4.31
5662026-09-15T03:46:33.651Z Downloaded fd-lock v4.0.4
5672026-09-15T03:46:33.652Z Downloaded flate2 v1.1.9
5682026-09-15T03:46:33.655Z Downloaded git2 v0.20.4
5692026-09-15T03:46:33.655Z Downloaded ciborium-io v0.2.2
5702026-09-15T03:46:33.655Z Downloaded float-ord v0.3.2
5712026-09-15T03:46:33.655Z Downloaded funty v2.0.0
5722026-09-15T03:46:33.655Z Downloaded cfg_aliases v0.2.1
5732026-09-15T03:46:33.655Z Downloaded cfg_aliases v0.1.1
5742026-09-15T03:46:33.658Z Downloaded atomic-waker v1.1.2
5752026-09-15T03:46:33.658Z Downloaded block-padding v0.4.2
5762026-09-15T03:46:33.658Z Downloaded env_logger v0.11.11
5772026-09-15T03:46:33.661Z Downloaded hyper-tls v0.6.0
5782026-09-15T03:46:33.661Z Downloaded home v0.5.12
5792026-09-15T03:46:33.661Z Downloaded nodrop v0.1.14
5802026-09-15T03:46:33.664Z Downloaded hex v0.4.3
5812026-09-15T03:46:33.667Z Downloaded ghash v0.6.0
5822026-09-15T03:46:33.667Z Downloaded normalize-line-endings v0.3.0
5832026-09-15T03:46:33.670Z Downloaded embedded-io v0.4.0
5842026-09-15T03:46:33.673Z Downloaded foreign-types-macros v0.2.3
5852026-09-15T03:46:33.673Z Downloaded futures-io v0.3.32
5862026-09-15T03:46:33.673Z Downloaded form_urlencoded v1.2.2
5872026-09-15T03:46:33.673Z Downloaded fallible-iterator v0.2.0
5882026-09-15T03:46:33.676Z Downloaded ff v0.13.1
5892026-09-15T03:46:33.676Z Downloaded fixedbitset v0.5.7
5902026-09-15T03:46:33.680Z Downloaded base64ct v1.8.3
5912026-09-15T03:46:33.680Z Downloaded bcs v0.1.6
5922026-09-15T03:46:33.683Z Downloaded hubpack_derive v0.1.1
5932026-09-15T03:46:33.683Z Downloaded radium v0.7.0
5942026-09-15T03:46:33.683Z Downloaded fixedbitset v0.4.2
5952026-09-15T03:46:33.683Z Downloaded futures-macro v0.3.32
5962026-09-15T03:46:33.686Z Downloaded olpc-cjson v0.1.4
5972026-09-15T03:46:33.686Z Downloaded cmov v0.5.4
5982026-09-15T03:46:33.686Z Downloaded bitfield v0.19.4
5992026-09-15T03:46:33.689Z Downloaded futures-core v0.3.32
6002026-09-15T03:46:33.689Z Downloaded foreign-types v0.3.2
6012026-09-15T03:46:33.689Z Downloaded hex-literal v1.1.0
6022026-09-15T03:46:33.689Z Downloaded http-range v0.1.5
6032026-09-15T03:46:33.689Z Downloaded httpdate v1.0.3
6042026-09-15T03:46:33.692Z Downloaded bzip2 v0.4.4
6052026-09-15T03:46:33.692Z Downloaded peg-runtime v0.8.5
6062026-09-15T03:46:33.692Z Downloaded parse-size v1.1.0
6072026-09-15T03:46:33.698Z Downloaded precomputed-hash v0.1.1
6082026-09-15T03:46:33.701Z Downloaded predicates-core v1.0.10
6092026-09-15T03:46:33.704Z Downloaded hash32 v0.2.1
6102026-09-15T03:46:33.704Z Downloaded progenitor-macro v0.13.0
6112026-09-15T03:46:33.704Z Downloaded globwalk v0.9.1
6122026-09-15T03:46:33.704Z Downloaded headers-core v0.3.0
6132026-09-15T03:46:33.707Z Downloaded recursive v0.1.1
6142026-09-15T03:46:33.710Z Downloaded anstream v0.6.21
6152026-09-15T03:46:33.710Z Downloaded env_filter v2.0.0
6162026-09-15T03:46:33.713Z Downloaded gethostname v0.5.0
6172026-09-15T03:46:33.713Z Downloaded hash32 v0.3.1
6182026-09-15T03:46:33.713Z Downloaded hostname v0.4.2
6192026-09-15T03:46:33.713Z Downloaded futures-sink v0.3.32
6202026-09-15T03:46:33.717Z Downloaded bitfield-struct v0.6.2
6212026-09-15T03:46:33.717Z Downloaded blowfish v0.10.0
6222026-09-15T03:46:33.717Z Downloaded cassowary v0.3.0
6232026-09-15T03:46:33.717Z Downloaded chacha20 v0.9.1
6242026-09-15T03:46:33.720Z Downloaded cipher v0.5.2
6252026-09-15T03:46:33.720Z Downloaded anstyle-parse v0.2.7
6262026-09-15T03:46:33.720Z Downloaded bs58 v0.5.1
6272026-09-15T03:46:33.723Z Downloaded buf-list v1.1.2
6282026-09-15T03:46:33.723Z Downloaded camino-tempfile-ext v0.3.3
6292026-09-15T03:46:33.723Z Downloaded cexpr v0.6.0
6302026-09-15T03:46:33.726Z Downloaded cipher v0.4.4
6312026-09-15T03:46:33.726Z Downloaded flagset v0.4.7
6322026-09-15T03:46:33.726Z Downloaded http-body-util v0.1.3
6332026-09-15T03:46:33.729Z Downloaded filetime v0.2.27
6342026-09-15T03:46:33.729Z Downloaded bitflags v1.3.2
6352026-09-15T03:46:33.729Z Downloaded foldhash v0.2.0
6362026-09-15T03:46:33.729Z Downloaded cmake v0.1.57
6372026-09-15T03:46:33.732Z Downloaded erased-serde v0.3.31
6382026-09-15T03:46:33.732Z Downloaded git-stub-vcs v0.1.0
6392026-09-15T03:46:33.732Z Downloaded glob v0.3.3
6402026-09-15T03:46:33.736Z Downloaded packed_struct_codegen v0.10.1
6412026-09-15T03:46:33.736Z Downloaded ref-cast-impl v1.0.25
6422026-09-15T03:46:33.736Z Downloaded async-trait v0.1.89
6432026-09-15T03:46:33.739Z Downloaded group v0.13.0
6442026-09-15T03:46:33.739Z Downloaded num-integer v0.1.46
6452026-09-15T03:46:33.739Z Downloaded argon2 v0.5.3
6462026-09-15T03:46:33.742Z Downloaded russh-util v0.52.0
6472026-09-15T03:46:33.742Z Downloaded rustc_version v0.4.1
6482026-09-15T03:46:33.742Z Downloaded rustc_version v0.1.7
6492026-09-15T03:46:33.742Z Downloaded seq-macro v0.3.6
6502026-09-15T03:46:33.745Z Downloaded serde-big-array v0.5.1
6512026-09-15T03:46:33.745Z Downloaded sigpipe v0.1.3
6522026-09-15T03:46:33.748Z Downloaded slog-bunyan v2.5.0
6532026-09-15T03:46:33.748Z Downloaded ahash v0.8.12
6542026-09-15T03:46:33.748Z Downloaded backon v1.6.0
6552026-09-15T03:46:33.751Z Downloaded git-stub v1.0.0
6562026-09-15T03:46:33.751Z Downloaded fs-err v2.11.0
6572026-09-15T03:46:33.751Z Downloaded serde_repr v0.1.20
6582026-09-15T03:46:33.754Z Downloaded serde_urlencoded v0.7.1
6592026-09-15T03:46:33.754Z Downloaded num_enum v0.5.11
6602026-09-15T03:46:33.757Z Downloaded num_enum v0.7.6
6612026-09-15T03:46:33.760Z Downloaded oxide-update-engine v0.1.2
6622026-09-15T03:46:33.760Z Downloaded globset v0.4.18
6632026-09-15T03:46:33.764Z Downloaded humantime v2.3.0
6642026-09-15T03:46:33.764Z Downloaded oxide-generation v0.1.3
6652026-09-15T03:46:33.764Z Downloaded password-hash v0.5.0
6662026-09-15T03:46:33.764Z Downloaded peg-macros v0.8.5
6672026-09-15T03:46:33.767Z Downloaded pin-project-internal v1.1.11
6682026-09-15T03:46:33.767Z Downloaded predicates v3.1.4
6692026-09-15T03:46:33.767Z Downloaded progenitor-client v0.13.0
6702026-09-15T03:46:33.770Z Downloaded parking_lot_core v0.8.6
6712026-09-15T03:46:33.770Z Downloaded fs_extra v1.3.0
6722026-09-15T03:46:33.770Z Downloaded group v0.14.0
6732026-09-15T03:46:33.773Z Downloaded supports-color v3.0.2
6742026-09-15T03:46:33.773Z Downloaded ff v0.14.0
6752026-09-15T03:46:33.773Z Downloaded phf_shared v0.11.3
6762026-09-15T03:46:33.773Z Downloaded blake2 v0.10.6
6772026-09-15T03:46:33.777Z Downloaded const-oid v0.9.6
6782026-09-15T03:46:33.777Z Downloaded find-msvc-tools v0.1.9
6792026-09-15T03:46:33.777Z Downloaded futures-executor v0.3.32
6802026-09-15T03:46:33.777Z Downloaded byte-wrapper v0.1.0
6812026-09-15T03:46:33.780Z Downloaded async-bb8-diesel v0.2.1
6822026-09-15T03:46:33.780Z Downloaded cbc v0.2.1
6832026-09-15T03:46:33.783Z Downloaded compression-codecs v0.4.37
6842026-09-15T03:46:33.783Z Downloaded console v0.16.2
6852026-09-15T03:46:33.783Z Downloaded supports-unicode v3.0.0
6862026-09-15T03:46:33.786Z Downloaded blake2 v0.11.0-rc.6
6872026-09-15T03:46:33.786Z Downloaded colored v2.2.0
6882026-09-15T03:46:33.786Z Downloaded chacha20 v0.10.0
6892026-09-15T03:46:33.789Z Downloaded clang-sys v1.8.1
6902026-09-15T03:46:33.789Z Downloaded colored v3.1.1
6912026-09-15T03:46:33.793Z Downloaded supports-hyperlinks v3.2.0
6922026-09-15T03:46:33.793Z Downloaded getrandom v0.2.17
6932026-09-15T03:46:33.793Z Downloaded console v0.15.11
6942026-09-15T03:46:33.796Z Downloaded tower-service v0.3.3
6952026-09-15T03:46:33.796Z Downloaded ciborium v0.2.2
6962026-09-15T03:46:33.796Z Downloaded rand_pcg v0.10.2
6972026-09-15T03:46:33.799Z Downloaded rand_seeder v0.4.0
6982026-09-15T03:46:33.799Z Downloaded cancel-safe-futures v0.1.5
6992026-09-15T03:46:33.799Z Downloaded iana-time-zone v0.1.65
7002026-09-15T03:46:33.802Z Downloaded termtree v0.5.1
7012026-09-15T03:46:33.802Z Downloaded usdt-attr-macro v0.6.0
7022026-09-15T03:46:33.802Z Downloaded tokio-test v0.4.5
7032026-09-15T03:46:33.802Z Downloaded port-file v0.1.0
7042026-09-15T03:46:33.805Z Downloaded utf8_iter v1.0.4
7052026-09-15T03:46:33.805Z Downloaded rustversion v1.0.22
7062026-09-15T03:46:33.808Z Downloaded schemars_derive v0.8.22
7072026-09-15T03:46:33.808Z Downloaded unit-prefix v0.5.2
7082026-09-15T03:46:33.808Z Downloaded universal-hash v0.5.1
7092026-09-15T03:46:33.808Z Downloaded sec1 v0.8.1
7102026-09-15T03:46:33.811Z Downloaded serdect v0.4.3
7112026-09-15T03:46:33.811Z Downloaded xattr v1.6.1
7122026-09-15T03:46:33.811Z Downloaded xshell-macros v0.2.7
7132026-09-15T03:46:33.811Z Downloaded void v1.0.2
7142026-09-15T03:46:33.811Z Downloaded zone_cfg_derive v0.3.1
7152026-09-15T03:46:33.814Z Downloaded crunchy v0.2.4
7162026-09-15T03:46:33.814Z Downloaded curve25519-dalek-derive v0.1.1
7172026-09-15T03:46:33.814Z Downloaded oxide-update-engine-display v0.1.2
7182026-09-15T03:46:33.814Z Downloaded pin-project-lite v0.2.17
7192026-09-15T03:46:33.817Z Downloaded r2d2 v0.8.10
7202026-09-15T03:46:33.817Z Downloaded debug-ignore v1.0.5
7212026-09-15T03:46:33.821Z Downloaded hmac v0.13.0
7222026-09-15T03:46:33.821Z Downloaded slab v0.4.12
7232026-09-15T03:46:33.821Z Downloaded half v1.8.3
7242026-09-15T03:46:33.824Z Downloaded strum_macros v0.27.2
7252026-09-15T03:46:33.824Z Downloaded hybrid-array v0.4.13
7262026-09-15T03:46:33.824Z Downloaded zone v0.3.1
7272026-09-15T03:46:33.827Z Downloaded defmt-parser v1.0.0
7282026-09-15T03:46:33.830Z Downloaded bzip2 v0.6.1
7292026-09-15T03:46:33.833Z Downloaded futures-channel v0.3.32
7302026-09-15T03:46:33.833Z Downloaded hyper-staticfile v0.10.1
7312026-09-15T03:46:33.833Z Downloaded slog-scope v4.4.1
7322026-09-15T03:46:33.833Z Downloaded ssh-cipher v0.3.0
7332026-09-15T03:46:33.836Z Downloaded stacker v0.1.23
7342026-09-15T03:46:33.836Z Downloaded static_assertions v1.1.0
7352026-09-15T03:46:33.836Z Downloaded elliptic-curve v0.14.1
7362026-09-15T03:46:33.840Z Downloaded thiserror-no-std v2.0.2
7372026-09-15T03:46:33.840Z Downloaded time-core v0.1.8
7382026-09-15T03:46:33.843Z Downloaded tinystr v0.8.2
7392026-09-15T03:46:33.843Z Downloaded downcast-rs v2.0.2
7402026-09-15T03:46:33.843Z Downloaded indent_write v2.2.0
7412026-09-15T03:46:33.847Z Downloaded kem v0.3.0
7422026-09-15T03:46:33.847Z Downloaded compact_str v0.8.1
7432026-09-15T03:46:33.847Z Downloaded postgres-types v0.2.14
7442026-09-15T03:46:33.851Z Downloaded getrandom v0.4.3
7452026-09-15T03:46:33.851Z Downloaded flume v0.11.1
7462026-09-15T03:46:33.855Z Downloaded generic-array v1.4.3
7472026-09-15T03:46:33.855Z Downloaded half v2.7.1
7482026-09-15T03:46:33.858Z Downloaded dof v0.4.0
7492026-09-15T03:46:33.858Z Downloaded lru v0.12.5
7502026-09-15T03:46:33.858Z Downloaded keccak v0.1.6
7512026-09-15T03:46:33.862Z Downloaded lzss v0.8.2
7522026-09-15T03:46:33.862Z Downloaded ar_archive_writer v0.5.1
7532026-09-15T03:46:33.862Z Downloaded primeorder v0.14.0
7542026-09-15T03:46:33.866Z Downloaded unicase v2.9.0
7552026-09-15T03:46:33.870Z Downloaded vsss-rs v3.3.4
7562026-09-15T03:46:33.873Z Downloaded whoami v2.1.0
7572026-09-15T03:46:33.873Z Downloaded num-conv v0.2.0
7582026-09-15T03:46:33.873Z Downloaded oso-derive v0.27.3
7592026-09-15T03:46:33.873Z Downloaded critical-section v1.2.0
7602026-09-15T03:46:33.876Z Downloaded ctr v0.10.1
7612026-09-15T03:46:33.876Z Downloaded linked-hash-map v0.5.6
7622026-09-15T03:46:33.876Z Downloaded newtype-uuid-macros v0.1.0
7632026-09-15T03:46:33.876Z Downloaded xshell v0.2.7
7642026-09-15T03:46:33.880Z Downloaded path-slash v0.2.1
7652026-09-15T03:46:33.880Z Downloaded progenitor-impl v0.14.0
7662026-09-15T03:46:33.880Z Downloaded quinn-udp v0.5.14
7672026-09-15T03:46:33.884Z Downloaded httparse v1.10.1
7682026-09-15T03:46:33.887Z Downloaded phf_shared v0.12.1
7692026-09-15T03:46:33.890Z Downloaded powerfmt v0.2.0
7702026-09-15T03:46:33.893Z Downloaded der_derive v0.7.3
7712026-09-15T03:46:33.893Z Downloaded diesel-dtrace v0.5.0
7722026-09-15T03:46:33.893Z Downloaded fatfs v0.3.6
7732026-09-15T03:46:33.896Z Downloaded spin v0.9.8
7742026-09-15T03:46:33.896Z Downloaded derive_builder_core v0.20.2
7752026-09-15T03:46:33.900Z Downloaded sqlformat v0.3.5
7762026-09-15T03:46:33.900Z Downloaded difflib v0.4.0
7772026-09-15T03:46:33.900Z Downloaded proc-macro-crate v1.3.1
7782026-09-15T03:46:33.903Z Downloaded digest v0.11.3
7792026-09-15T03:46:33.906Z Downloaded ena v0.14.4
7802026-09-15T03:46:33.909Z Downloaded omicron-zone-package v0.12.3
7812026-09-15T03:46:33.912Z Downloaded progenitor-macro v0.14.0
7822026-09-15T03:46:33.912Z Downloaded base64 v0.21.7
7832026-09-15T03:46:33.916Z Downloaded chumsky v0.9.3
7842026-09-15T03:46:33.919Z Downloaded rustc-hash v2.1.1
7852026-09-15T03:46:33.919Z Downloaded ingot v0.2.1
7862026-09-15T03:46:33.919Z Downloaded ed25519 v2.2.3
7872026-09-15T03:46:33.919Z Downloaded arc-swap v1.8.2
7882026-09-15T03:46:33.923Z Downloaded twox-hash v2.1.2
7892026-09-15T03:46:33.923Z Downloaded keccak v0.2.0
7902026-09-15T03:46:33.926Z Downloaded serde_plain v1.0.2
7912026-09-15T03:46:33.926Z Downloaded signature v2.2.0
7922026-09-15T03:46:33.926Z Downloaded tokio-rustls v0.26.4
7932026-09-15T03:46:33.929Z Downloaded mime_guess v2.0.5
7942026-09-15T03:46:33.932Z Downloaded bumpalo v3.20.2
7952026-09-15T03:46:33.932Z Downloaded vergen v9.1.0
7962026-09-15T03:46:33.935Z Downloaded md-5 v0.11.0
7972026-09-15T03:46:33.935Z Downloaded rustls-platform-verifier v0.6.2
7982026-09-15T03:46:33.938Z Downloaded vergen-lib v9.1.0
7992026-09-15T03:46:33.938Z Downloaded serde_yaml v0.9.34+deprecated
8002026-09-15T03:46:33.941Z Downloaded module-lattice v0.2.3
8012026-09-15T03:46:33.941Z Downloaded nanorand v0.7.0
8022026-09-15T03:46:33.941Z Downloaded num v0.4.3
8032026-09-15T03:46:33.944Z Downloaded thread-id v5.1.0
8042026-09-15T03:46:33.944Z Downloaded tabwriter v1.4.1
8052026-09-15T03:46:33.945Z Downloaded newtype-uuid v1.3.2
8062026-09-15T03:46:33.948Z Downloaded pem-rfc7468 v0.7.0
8072026-09-15T03:46:33.948Z Downloaded pkg-config v0.3.32
8082026-09-15T03:46:33.948Z Downloaded smallvec v1.15.1
8092026-09-15T03:46:33.951Z Downloaded num-complex v0.4.6
8102026-09-15T03:46:33.951Z Downloaded owo-colors v4.3.0
8112026-09-15T03:46:33.951Z Downloaded parse-display-derive v0.10.0
8122026-09-15T03:46:33.954Z Downloaded heapless v0.7.17
8132026-09-15T03:46:33.957Z Downloaded phf v0.13.1
8142026-09-15T03:46:33.962Z Downloaded derive_builder v0.20.2
8152026-09-15T03:46:33.965Z Downloaded progenitor v0.13.0
8162026-09-15T03:46:33.968Z Downloaded untrusted v0.9.0
8172026-09-15T03:46:33.968Z Downloaded cc v1.2.56
8182026-09-15T03:46:33.968Z Downloaded chacha20poly1305 v0.10.1
8192026-09-15T03:46:33.971Z Downloaded tokio-stream v0.1.18
8202026-09-15T03:46:33.974Z Downloaded headers v0.4.1
8212026-09-15T03:46:33.977Z Downloaded indoc v2.0.7
8222026-09-15T03:46:33.977Z Downloaded rfc6979 v0.6.0
8232026-09-15T03:46:33.977Z Downloaded crc8 v0.1.1
8242026-09-15T03:46:33.980Z Downloaded want v0.3.1
8252026-09-15T03:46:33.980Z Downloaded zerofrom v0.1.6
8262026-09-15T03:46:33.983Z Downloaded async-compression v0.4.41
8272026-09-15T03:46:33.987Z Downloaded bytes v1.11.1
8282026-09-15T03:46:33.987Z Downloaded crc v3.4.0
8292026-09-15T03:46:33.990Z Downloaded zerofrom-derive v0.1.6
8302026-09-15T03:46:33.990Z Downloaded expectorate v1.2.0
8312026-09-15T03:46:33.990Z Downloaded rusty-fork v0.3.1
8322026-09-15T03:46:33.990Z Downloaded tungstenite v0.23.0
8332026-09-15T03:46:33.993Z Downloaded ecdsa v0.17.0
8342026-09-15T03:46:33.993Z Downloaded rustls-pemfile v2.2.0
8352026-09-15T03:46:33.996Z Downloaded string_cache v0.8.9
8362026-09-15T03:46:33.996Z Downloaded defmt v0.3.100
8372026-09-15T03:46:33.996Z Downloaded scrypt v0.12.0
8382026-09-15T03:46:33.996Z Downloaded slog-dtrace v0.3.0
8392026-09-15T03:46:33.999Z Downloaded darling v0.21.3
8402026-09-15T03:46:34.002Z Downloaded darling v0.20.11
8412026-09-15T03:46:34.006Z Downloaded libloading v0.8.9
8422026-09-15T03:46:34.009Z Downloaded snafu-derive v0.8.9
8432026-09-15T03:46:34.009Z Downloaded stringprep v0.1.5
8442026-09-15T03:46:34.009Z Downloaded support-bundle-viewer v0.1.2
8452026-09-15T03:46:34.009Z Downloaded synstructure v0.13.2
8462026-09-15T03:46:34.012Z Downloaded tiny-keccak v2.0.2
8472026-09-15T03:46:34.012Z Downloaded dsl_auto_type v0.2.0
8482026-09-15T03:46:34.012Z Downloaded ssh-encoding v0.3.0
8492026-09-15T03:46:34.015Z Downloaded enum-as-inner v0.6.1
8502026-09-15T03:46:34.015Z Downloaded illumos-nvpair-sys v0.2.0
8512026-09-15T03:46:34.015Z Downloaded inout v0.2.2
8522026-09-15T03:46:34.015Z Downloaded derive_builder_macro v0.20.2
8532026-09-15T03:46:34.015Z Downloaded diesel_table_macro_syntax v0.3.0
8542026-09-15T03:46:34.015Z Downloaded ident_case v1.0.1
8552026-09-15T03:46:34.019Z Downloaded snafu v0.8.9
8562026-09-15T03:46:34.022Z Downloaded hickory-resolver v0.25.2
8572026-09-15T03:46:34.025Z Downloaded usdt-impl v0.6.0
8582026-09-15T03:46:34.025Z Downloaded match_cfg v0.1.0
8592026-09-15T03:46:34.025Z Downloaded openssl-sys v0.9.117
8602026-09-15T03:46:34.029Z Downloaded darling v0.23.0
8612026-09-15T03:46:34.032Z Downloaded ignore v0.4.25
8622026-09-15T03:46:34.035Z Downloaded indoc v1.0.9
8632026-09-15T03:46:34.035Z Downloaded lazy_static v1.5.0
8642026-09-15T03:46:34.038Z Downloaded tar v0.4.46
8652026-09-15T03:46:34.045Z Downloaded maplit v1.0.2
8662026-09-15T03:46:34.050Z Downloaded heapless v0.8.0
8672026-09-15T03:46:34.050Z Downloaded new_debug_unreachable v1.0.6
8682026-09-15T03:46:34.050Z Downloaded newline-converter v0.3.0
8692026-09-15T03:46:34.053Z Downloaded num_threads v0.1.7
8702026-09-15T03:46:34.053Z Downloaded gimli v0.32.3
8712026-09-15T03:46:34.056Z Downloaded crossbeam-deque v0.8.6
8722026-09-15T03:46:34.056Z Downloaded zeroize v1.9.0
8732026-09-15T03:46:34.056Z Downloaded rustls-pki-types v1.14.0
8742026-09-15T03:46:34.060Z Downloaded maybe-uninit v2.0.0
8752026-09-15T03:46:34.060Z Downloaded sha2 v0.11.0
8762026-09-15T03:46:34.060Z Downloaded serde_cbor v0.11.2
8772026-09-15T03:46:34.063Z Downloaded constant_time_eq v0.4.2
8782026-09-15T03:46:34.063Z Downloaded csv-core v0.1.13
8792026-09-15T03:46:34.063Z Downloaded daft v0.1.8
8802026-09-15T03:46:34.063Z Downloaded drift v0.2.0
8812026-09-15T03:46:34.070Z Downloaded crypto-common v0.2.2
8822026-09-15T03:46:34.073Z Downloaded openssl-probe v0.1.6
8832026-09-15T03:46:34.073Z Downloaded rustls-webpki v0.103.13
8842026-09-15T03:46:34.073Z Downloaded slog-term v2.9.2
8852026-09-15T03:46:34.076Z Downloaded publicsuffix v2.3.0
8862026-09-15T03:46:34.076Z Downloaded schemars v1.2.1
8872026-09-15T03:46:34.083Z Downloaded proc-macro-crate v3.4.0
8882026-09-15T03:46:34.087Z Downloaded icu_provider v2.1.1
8892026-09-15T03:46:34.087Z Downloaded progenitor-client v0.14.0
8902026-09-15T03:46:34.087Z Downloaded recursive-proc-macro-impl v0.1.1
8912026-09-15T03:46:34.087Z Downloaded rfc6979 v0.4.0
8922026-09-15T03:46:34.090Z Downloaded tokio-native-tls v0.3.1
8932026-09-15T03:46:34.090Z Downloaded enum_dispatch v0.3.13
8942026-09-15T03:46:34.090Z Downloaded zerotrie v0.2.3
8952026-09-15T03:46:34.093Z Downloaded zip v0.6.6
8962026-09-15T03:46:34.096Z Downloaded rtoolbox v0.0.3
8972026-09-15T03:46:34.096Z Downloaded tls_codec_derive v0.4.2
8982026-09-15T03:46:34.096Z Downloaded libscf-sys v1.2.0
8992026-09-15T03:46:34.096Z Downloaded scheduled-thread-pool v0.2.7
9002026-09-15T03:46:34.096Z Downloaded either v1.15.0
9012026-09-15T03:46:34.099Z Downloaded secrecy v0.8.0
9022026-09-15T03:46:34.099Z Downloaded hashbrown v0.12.3
9032026-09-15T03:46:34.102Z Downloaded signal-hook-mio v0.2.5
9042026-09-15T03:46:34.102Z Downloaded hickory-resolver v0.24.4
9052026-09-15T03:46:34.105Z Downloaded zerocopy v0.6.6
9062026-09-15T03:46:34.105Z Downloaded signal-hook-tokio v0.3.1
9072026-09-15T03:46:34.105Z Downloaded packed_struct v0.10.1
9082026-09-15T03:46:34.105Z Downloaded pem-rfc7468 v1.0.0
9092026-09-15T03:46:34.109Z Downloaded sqlparser_derive v0.5.0
9102026-09-15T03:46:34.109Z Downloaded sha1 v0.11.0
9112026-09-15T03:46:34.109Z Downloaded slog-envlogger v2.2.0
9122026-09-15T03:46:34.109Z Downloaded take_mut v0.2.2
9132026-09-15T03:46:34.109Z Downloaded testing_table v0.3.0
9142026-09-15T03:46:34.109Z Downloaded strsim v0.10.0
9152026-09-15T03:46:34.112Z Downloaded tagptr v0.2.0
9162026-09-15T03:46:34.112Z Downloaded knus-derive v3.4.0
9172026-09-15T03:46:34.112Z Downloaded hashbrown v0.13.2
9182026-09-15T03:46:34.115Z Downloaded ron v0.8.1
9192026-09-15T03:46:34.118Z Downloaded lock_api v0.4.14
9202026-09-15T03:46:34.118Z Downloaded thiserror-impl-no-std v2.0.2
9212026-09-15T03:46:34.118Z Downloaded unarray v0.1.4
9222026-09-15T03:46:34.121Z Downloaded icu_normalizer_data v2.1.1
9232026-09-15T03:46:34.121Z Downloaded signal-hook v0.3.18
9242026-09-15T03:46:34.124Z Downloaded libsw v3.5.0
9252026-09-15T03:46:34.124Z Downloaded untrusted v0.7.1
9262026-09-15T03:46:34.124Z Downloaded num-rational v0.4.2
9272026-09-15T03:46:34.124Z Downloaded utf-8 v0.7.6
9282026-09-15T03:46:34.128Z Downloaded similar v2.7.0
9292026-09-15T03:46:34.131Z Downloaded typify-macro v0.6.2
9302026-09-15T03:46:34.134Z Downloaded rand_chacha v0.9.0
9312026-09-15T03:46:34.134Z Downloaded crossbeam-channel v0.5.15
9322026-09-15T03:46:34.134Z Downloaded phf v0.12.1
9332026-09-15T03:46:34.140Z Downloaded rand_core v0.10.0
9342026-09-15T03:46:34.140Z Downloaded toml v1.1.2+spec-1.1.0
9352026-09-15T03:46:34.143Z Downloaded diff v0.1.13
9362026-09-15T03:46:34.143Z Downloaded p384 v0.14.0
9372026-09-15T03:46:34.146Z Downloaded ipnet v2.12.0
9382026-09-15T03:46:34.146Z Downloaded serde_derive_internals v0.29.1
9392026-09-15T03:46:34.146Z Downloaded dunce v1.0.5
9402026-09-15T03:46:34.146Z Downloaded crucible-workspace-hack v0.1.0
9412026-09-15T03:46:34.150Z Downloaded ecdsa v0.16.9
9422026-09-15T03:46:34.150Z Downloaded psm v0.1.30
9432026-09-15T03:46:34.153Z Downloaded tungstenite v0.21.0
9442026-09-15T03:46:34.157Z Downloaded hickory-server v0.25.2
9452026-09-15T03:46:34.160Z Downloaded crypto-bigint v0.5.5
9462026-09-15T03:46:34.164Z Downloaded hyper-util v0.1.20
9472026-09-15T03:46:34.167Z Downloaded darling_macro v0.20.11
9482026-09-15T03:46:34.167Z Downloaded cookie_store v0.22.1
9492026-09-15T03:46:34.167Z Downloaded digest-io v0.1.0
9502026-09-15T03:46:34.167Z Downloaded dtrace-parser v0.3.0
9512026-09-15T03:46:34.171Z Downloaded dyn-clone v1.0.20
9522026-09-15T03:46:34.171Z Downloaded signal-hook-registry v1.4.8
9532026-09-15T03:46:34.171Z Downloaded steno v0.4.1
9542026-09-15T03:46:34.174Z Downloaded scroll v0.13.0
9552026-09-15T03:46:34.174Z Downloaded num-iter v0.1.45
9562026-09-15T03:46:34.174Z Downloaded md5 v0.8.0
9572026-09-15T03:46:34.174Z Downloaded nibble_vec v0.1.0
9582026-09-15T03:46:34.174Z Downloaded memoffset v0.9.1
9592026-09-15T03:46:34.177Z Downloaded newtype_derive v0.1.6
9602026-09-15T03:46:34.177Z Downloaded tracing-core v0.1.36
9612026-09-15T03:46:34.177Z Downloaded num-bigint-dig v0.8.6
9622026-09-15T03:46:34.180Z Downloaded parking_lot v0.11.2
9632026-09-15T03:46:34.183Z Downloaded pretty_assertions v1.4.1
9642026-09-15T03:46:34.183Z Downloaded spki v0.7.3
9652026-09-15T03:46:34.187Z Downloaded strum v0.27.2
9662026-09-15T03:46:34.187Z Downloaded vte v0.14.1
9672026-09-15T03:46:34.187Z Downloaded openssl-macros v0.1.1
9682026-09-15T03:46:34.187Z Downloaded progenitor-impl v0.13.0
9692026-09-15T03:46:34.190Z Downloaded scuffle v0.1.0
9702026-09-15T03:46:34.190Z Downloaded strum_macros v0.24.3
9712026-09-15T03:46:34.193Z Downloaded socket2 v0.5.10
9722026-09-15T03:46:34.193Z Downloaded tui-tree-widget v0.23.1
9732026-09-15T03:46:34.193Z Downloaded tokio-tungstenite v0.23.1
9742026-09-15T03:46:34.197Z Downloaded psl-types v2.0.11
9752026-09-15T03:46:34.197Z Downloaded pkcs1 v0.8.0-rc.4
9762026-09-15T03:46:34.197Z Downloaded postcard v1.1.3
9772026-09-15T03:46:34.197Z Downloaded walkdir v2.5.0
9782026-09-15T03:46:34.200Z Downloaded phf_shared v0.13.1
9792026-09-15T03:46:34.200Z Downloaded tokio-postgres v0.7.18
9802026-09-15T03:46:34.203Z Downloaded x509-cert v0.2.5
9812026-09-15T03:46:34.206Z Downloaded whoami v1.6.1
9822026-09-15T03:46:34.206Z Downloaded poly1305 v0.8.0
9832026-09-15T03:46:34.210Z Downloaded yoke v0.8.1
9842026-09-15T03:46:34.210Z Downloaded rpassword v7.5.4
9852026-09-15T03:46:34.213Z Downloaded defmt v1.0.1
9862026-09-15T03:46:34.216Z Downloaded secrecy v0.10.3
9872026-09-15T03:46:34.219Z Downloaded http v1.4.2
9882026-09-15T03:46:34.222Z Downloaded structmeta v0.3.0
9892026-09-15T03:46:34.222Z Downloaded tap v1.0.1
9902026-09-15T03:46:34.222Z Downloaded tinyvec_macros v0.1.1
9912026-09-15T03:46:34.226Z Downloaded inout v0.1.4
9922026-09-15T03:46:34.229Z Downloaded deranged v0.5.8
9932026-09-15T03:46:34.229Z Downloaded quinn v0.11.11
9942026-09-15T03:46:34.232Z Downloaded ed25519 v3.0.0
9952026-09-15T03:46:34.235Z Downloaded papergrid v0.18.0
9962026-09-15T03:46:34.238Z Downloaded subtle v2.6.1
9972026-09-15T03:46:34.238Z Downloaded yansi v1.0.1
9982026-09-15T03:46:34.238Z Downloaded ipnetwork v0.21.1
9992026-09-15T03:46:34.241Z Downloaded tower-layer v0.3.3
10002026-09-15T03:46:34.245Z Downloaded wait-timeout v0.2.1
10012026-09-15T03:46:34.248Z Downloaded aes-gcm v0.11.0
10022026-09-15T03:46:34.251Z Downloaded unicode-segmentation v1.12.0
10032026-09-15T03:46:34.255Z Downloaded oxide-update-engine-types v0.1.2
10042026-09-15T03:46:34.255Z Downloaded darling_core v0.21.3
10052026-09-15T03:46:34.259Z Downloaded oxide-tokio-rt v0.1.4
10062026-09-15T03:46:34.259Z Downloaded darling_core v0.20.11
10072026-09-15T03:46:34.262Z Downloaded paste v1.0.15
10082026-09-15T03:46:34.262Z Downloaded pem v3.0.6
10092026-09-15T03:46:34.266Z Downloaded pkcs8 v0.10.2
10102026-09-15T03:46:34.266Z Downloaded cstr-argument v0.1.2
10112026-09-15T03:46:34.266Z Downloaded display-error-chain v0.2.2
10122026-09-15T03:46:34.266Z Downloaded postgres-protocol v0.6.12
10132026-09-15T03:46:34.280Z Downloaded proc-macro-error2 v2.0.1
10142026-09-15T03:46:34.280Z Downloaded rsa v0.10.0-rc.18
10152026-09-15T03:46:34.280Z Downloaded endian-type v0.1.2
10162026-09-15T03:46:34.280Z Downloaded lalrpop-util v0.19.12
10172026-09-15T03:46:34.281Z Downloaded lru-cache v0.1.2
10182026-09-15T03:46:34.281Z Downloaded miette v7.6.0
10192026-09-15T03:46:34.281Z Downloaded prefix-trie v0.7.0
10202026-09-15T03:46:34.281Z Downloaded zip v4.6.1
10212026-09-15T03:46:34.284Z Downloaded unicode_categories v0.1.1
10222026-09-15T03:46:34.284Z Downloaded crossbeam-utils v0.8.21
10232026-09-15T03:46:34.284Z Downloaded derive-where v1.6.0
10242026-09-15T03:46:34.284Z Downloaded toml_edit v0.19.15
10252026-09-15T03:46:34.293Z Downloaded cookie v0.18.1
10262026-09-15T03:46:34.296Z Downloaded resolv-conf v0.7.6
10272026-09-15T03:46:34.296Z Downloaded idna_adapter v1.2.1
10282026-09-15T03:46:34.296Z Downloaded illumos-nvpair v0.3.0
10292026-09-15T03:46:34.296Z Downloaded internet-checksum v0.2.1
10302026-09-15T03:46:34.299Z Downloaded opaque-debug v0.3.1
10312026-09-15T03:46:34.299Z Downloaded percent-encoding v2.3.2
10322026-09-15T03:46:34.299Z Downloaded mime v0.3.17
10332026-09-15T03:46:34.299Z Downloaded potential_utf v0.1.4
10342026-09-15T03:46:34.299Z Downloaded rand_xorshift v0.4.0
10352026-09-15T03:46:34.299Z Downloaded serde_with_macros v1.5.2
10362026-09-15T03:46:34.303Z Downloaded smallvec v0.6.14
10372026-09-15T03:46:34.303Z Downloaded thread_local v1.1.9
10382026-09-15T03:46:34.303Z Downloaded shlex v1.3.0
10392026-09-15T03:46:34.303Z Downloaded hashbrown v0.16.1
10402026-09-15T03:46:34.306Z Downloaded hashbrown v0.15.5
10412026-09-15T03:46:34.312Z Downloaded slog-stdlog v4.1.1
10422026-09-15T03:46:34.312Z Downloaded displaydoc v0.2.5
10432026-09-15T03:46:34.315Z Downloaded wnaf v0.14.0
10442026-09-15T03:46:34.315Z Downloaded memmap2 v0.9.10
10452026-09-15T03:46:34.315Z Downloaded sapling-renderdag v0.1.0
10462026-09-15T03:46:34.315Z Downloaded ref-cast v1.0.25
10472026-09-15T03:46:34.315Z Downloaded serde_spanned v1.1.1
10482026-09-15T03:46:34.315Z Downloaded rand v0.10.1
10492026-09-15T03:46:34.318Z Downloaded internal-russh-num-bigint v0.5.0
10502026-09-15T03:46:34.322Z Downloaded test-strategy v0.4.5
10512026-09-15T03:46:34.322Z Downloaded structmeta-derive v0.3.0
10522026-09-15T03:46:34.325Z Downloaded litrs v1.0.0
10532026-09-15T03:46:34.325Z Downloaded cpubits v0.1.1
10542026-09-15T03:46:34.325Z Downloaded sponge-cursor v0.1.0
10552026-09-15T03:46:34.325Z Downloaded yoke-derive v0.8.1
10562026-09-15T03:46:34.331Z Downloaded uzers v0.12.2
10572026-09-15T03:46:34.331Z Downloaded aws-lc-rs v1.16.3
10582026-09-15T03:46:34.334Z Downloaded siphasher v1.0.2
10592026-09-15T03:46:34.338Z Downloaded corncobs v0.1.4
10602026-09-15T03:46:34.338Z Downloaded data-encoding v2.10.0
10612026-09-15T03:46:34.338Z Downloaded crc-any v2.5.0
10622026-09-15T03:46:34.338Z Downloaded num-bigint v0.4.6
10632026-09-15T03:46:34.342Z Downloaded der v0.7.10
10642026-09-15T03:46:34.347Z Downloaded p521 v0.14.0
10652026-09-15T03:46:34.347Z Downloaded serde_path_to_error v0.1.20
10662026-09-15T03:46:34.347Z Downloaded unicode-truncate v1.1.0
10672026-09-15T03:46:34.347Z Downloaded usdt v0.6.0
10682026-09-15T03:46:34.347Z Downloaded darling_macro v0.13.4
10692026-09-15T03:46:34.347Z Downloaded polyval v0.7.1
10702026-09-15T03:46:34.351Z Downloaded same-file v1.0.6
10712026-09-15T03:46:34.354Z Downloaded tough v0.22.0
10722026-09-15T03:46:34.362Z Downloaded reqwest v0.13.2
10732026-09-15T03:46:34.366Z Downloaded aho-corasick v1.1.4
10742026-09-15T03:46:34.366Z Downloaded hyper v1.10.1
10752026-09-15T03:46:34.370Z Downloaded dropshot_endpoint v0.17.1
10762026-09-15T03:46:34.373Z Downloaded indexmap v1.9.3
10772026-09-15T03:46:34.373Z Downloaded tokio-tungstenite v0.21.0
10782026-09-15T03:46:34.373Z Downloaded yasna v0.5.2
10792026-09-15T03:46:34.376Z Downloaded instability v0.3.11
10802026-09-15T03:46:34.376Z Downloaded multimap v0.10.1
10812026-09-15T03:46:34.376Z Downloaded document-features v0.2.12
10822026-09-15T03:46:34.376Z Downloaded futures-util v0.3.32
10832026-09-15T03:46:34.382Z Downloaded h2 v0.4.15
10842026-09-15T03:46:34.387Z Downloaded hkdf v0.12.4
10852026-09-15T03:46:34.391Z Downloaded instant v0.1.13
10862026-09-15T03:46:34.391Z Downloaded libbz2-rs-sys v0.2.2
10872026-09-15T03:46:34.391Z Downloaded rand v0.9.2
10882026-09-15T03:46:34.394Z Downloaded rand_chacha v0.3.1
10892026-09-15T03:46:34.394Z Downloaded num-traits v0.2.19
10902026-09-15T03:46:34.394Z Downloaded rustyline v14.0.0
10912026-09-15T03:46:34.397Z Downloaded hkdf v0.13.0
10922026-09-15T03:46:34.397Z Downloaded serde_bytes v0.11.19
10932026-09-15T03:46:34.401Z Downloaded smf v0.2.3
10942026-09-15T03:46:34.401Z Downloaded parking_lot v0.12.5
10952026-09-15T03:46:34.401Z Downloaded toml_datetime v1.1.1+spec-1.1.0
10962026-09-15T03:46:34.401Z Downloaded shell-words v1.1.1
10972026-09-15T03:46:34.404Z Downloaded unicode-xid v0.2.6
10982026-09-15T03:46:34.404Z Downloaded dirs-sys-next v0.1.2
10992026-09-15T03:46:34.404Z Downloaded universal-hash v0.6.1
11002026-09-15T03:46:34.404Z Downloaded vergen-lib v0.1.6
11012026-09-15T03:46:34.404Z Downloaded uuid v1.23.4
11022026-09-15T03:46:34.408Z Downloaded writeable v0.6.2
11032026-09-15T03:46:34.408Z Downloaded zopfli v0.8.3
11042026-09-15T03:46:34.411Z Downloaded wyz v0.5.1
11052026-09-15T03:46:34.411Z Downloaded convert_case v0.4.0
11062026-09-15T03:46:34.411Z Downloaded darling_macro v0.21.3
11072026-09-15T03:46:34.414Z Downloaded jiff-static v0.2.34
11082026-09-15T03:46:34.418Z Downloaded salsa20 v0.11.0
11092026-09-15T03:46:34.418Z Downloaded rsa v0.9.10
11102026-09-15T03:46:34.422Z Downloaded delegate v0.13.5
11112026-09-15T03:46:34.422Z Downloaded const_format v0.2.35
11122026-09-15T03:46:34.425Z Downloaded managed v0.8.0
11132026-09-15T03:46:34.425Z Downloaded semver v0.1.20
11142026-09-15T03:46:34.425Z Downloaded sha1 v0.10.6
11152026-09-15T03:46:34.429Z Downloaded tower v0.5.3
11162026-09-15T03:46:34.435Z Downloaded libefi-sys v0.1.0
11172026-09-15T03:46:34.438Z Downloaded progenitor-extras v0.2.0
11182026-09-15T03:46:34.438Z Downloaded unsafe-libyaml v0.2.11
11192026-09-15T03:46:34.438Z Downloaded impl-trait-for-tuples v0.2.3
11202026-09-15T03:46:34.444Z Downloaded miette-derive v7.6.0
11212026-09-15T03:46:34.444Z Downloaded linear-map v1.2.0
11222026-09-15T03:46:34.444Z Downloaded ppv-lite86 v0.2.21
11232026-09-15T03:46:34.444Z Downloaded multer v3.1.0
11242026-09-15T03:46:34.448Z Downloaded peg v0.8.5
11252026-09-15T03:46:34.448Z Downloaded openssl-probe v0.2.1
11262026-09-15T03:46:34.448Z Downloaded russh-cryptovec v0.62.0
11272026-09-15T03:46:34.448Z Downloaded iri-string v0.7.10
11282026-09-15T03:46:34.452Z Downloaded knus v3.4.0
11292026-09-15T03:46:34.455Z Downloaded password-hash v0.6.1
11302026-09-15T03:46:34.455Z Downloaded predicates-tree v1.0.13
11312026-09-15T03:46:34.460Z Downloaded sync_wrapper v1.0.2
11322026-09-15T03:46:34.460Z Downloaded topological-sort v0.2.2
11332026-09-15T03:46:34.463Z Downloaded term v1.2.1
11342026-09-15T03:46:34.463Z Downloaded time-macros v0.2.27
11352026-09-15T03:46:34.463Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11362026-09-15T03:46:34.466Z Downloaded zerovec-derive v0.11.2
11372026-09-15T03:46:34.466Z Downloaded slog-json v2.6.1
11382026-09-15T03:46:34.475Z Downloaded ctutils v0.4.2
11392026-09-15T03:46:34.480Z Downloaded nom v8.0.0
11402026-09-15T03:46:34.492Z Downloaded itertools v0.10.5
11412026-09-15T03:46:34.496Z Downloaded zip v8.6.0
11422026-09-15T03:46:34.501Z Downloaded ingot-types v0.2.0
11432026-09-15T03:46:34.505Z Downloaded nonempty v0.12.0
11442026-09-15T03:46:34.505Z Downloaded parse-display v0.10.0
11452026-09-15T03:46:34.505Z Downloaded path-slash v0.1.5
11462026-09-15T03:46:34.506Z Downloaded schemars v0.9.0
11472026-09-15T03:46:34.511Z Downloaded libsw-core v0.3.2
11482026-09-15T03:46:34.520Z Downloaded nu-ansi-term v0.50.3
11492026-09-15T03:46:34.520Z Downloaded phc v0.6.1
11502026-09-15T03:46:34.525Z Downloaded usdt-macro v0.6.0
11512026-09-15T03:46:34.525Z Downloaded dirs-next v2.0.0
11522026-09-15T03:46:34.525Z Downloaded toml_edit v0.23.10+spec-1.0.0
11532026-09-15T03:46:34.525Z Downloaded native-tls v0.2.18
11542026-09-15T03:46:34.525Z Downloaded progenitor v0.14.0
11552026-09-15T03:46:34.525Z Downloaded ml-kem v0.3.2
11562026-09-15T03:46:34.525Z Downloaded is_ci v1.2.0
11572026-09-15T03:46:34.525Z Downloaded darling_macro v0.23.0
11582026-09-15T03:46:34.525Z Downloaded proc-macro-error-attr2 v2.0.0
11592026-09-15T03:46:34.525Z Downloaded rustc-demangle v0.1.27
11602026-09-15T03:46:34.525Z Downloaded scopeguard v1.2.0
11612026-09-15T03:46:34.526Z Downloaded strip-ansi-escapes v0.2.1
11622026-09-15T03:46:34.526Z Downloaded itertools v0.12.1
11632026-09-15T03:46:34.529Z Downloaded vergen-gitcl v1.0.8
11642026-09-15T03:46:34.529Z Downloaded prettyplease v0.2.37
11652026-09-15T03:46:34.532Z Downloaded toml_parser v1.1.2+spec-1.1.0
11662026-09-15T03:46:34.535Z Downloaded waitgroup v0.1.2
11672026-09-15T03:46:34.535Z Downloaded toml v0.7.8
11682026-09-15T03:46:34.535Z Downloaded trait-variant v0.1.2
11692026-09-15T03:46:34.535Z Downloaded slog-async v2.8.0
11702026-09-15T03:46:34.539Z Downloaded rand_core v0.9.5
11712026-09-15T03:46:34.539Z Downloaded tls_codec v0.4.2
11722026-09-15T03:46:34.539Z Downloaded derive-ex v0.1.8
11732026-09-15T03:46:34.539Z Downloaded tinyvec v1.10.0
11742026-09-15T03:46:34.542Z Downloaded const_format_proc_macros v0.2.34
11752026-09-15T03:46:34.542Z Downloaded dropshot-api-manager-types v0.8.0
11762026-09-15T03:46:34.542Z Downloaded jobserver v0.1.34
11772026-09-15T03:46:34.546Z Downloaded unicode-properties v0.1.4
11782026-09-15T03:46:34.546Z Downloaded oxide-generation-macros v0.2.0
11792026-09-15T03:46:34.546Z Downloaded signature v3.0.0
11802026-09-15T03:46:34.546Z Downloaded icu_properties v2.1.2
11812026-09-15T03:46:34.549Z Downloaded tokio-macros v2.7.0
11822026-09-15T03:46:34.549Z Downloaded serde_tokenstream v0.3.0
11832026-09-15T03:46:34.552Z Downloaded strum_macros v0.26.4
11842026-09-15T03:46:34.552Z Downloaded termios v0.3.3
11852026-09-15T03:46:34.557Z Downloaded derive_more-impl v2.1.1
11862026-09-15T03:46:34.557Z Downloaded rand v0.8.6
11872026-09-15T03:46:34.560Z Downloaded crc-catalog v2.4.0
11882026-09-15T03:46:34.560Z Downloaded pbkdf2 v0.13.0
11892026-09-15T03:46:34.560Z Downloaded rustls-native-certs v0.8.3
11902026-09-15T03:46:34.560Z Downloaded elliptic-curve v0.13.8
11912026-09-15T03:46:34.563Z Downloaded pin-project v1.1.11
11922026-09-15T03:46:34.569Z Downloaded zstd-safe v7.2.4
11932026-09-15T03:46:34.572Z Downloaded num_enum_derive v0.5.11
11942026-09-15T03:46:34.572Z Downloaded spki v0.8.0
11952026-09-15T03:46:34.572Z Downloaded serde_with v1.14.0
11962026-09-15T03:46:34.575Z Downloaded tokio-dtrace v0.1.1
11972026-09-15T03:46:34.575Z Downloaded is-terminal v0.4.17
11982026-09-15T03:46:34.575Z Downloaded regex v1.12.3
11992026-09-15T03:46:34.579Z Downloaded rcgen v0.12.1
12002026-09-15T03:46:34.582Z Downloaded sync-ptr v0.1.4
12012026-09-15T03:46:34.582Z Downloaded itertools v0.15.0
12022026-09-15T03:46:34.585Z Downloaded blake3 v1.8.5
12032026-09-15T03:46:34.590Z Downloaded oxnet v0.1.6
12042026-09-15T03:46:34.594Z Downloaded cpufeatures v0.3.0
12052026-09-15T03:46:34.594Z Downloaded kstat-rs v0.2.5
12062026-09-15T03:46:34.594Z Downloaded scroll_derive v0.13.1
12072026-09-15T03:46:34.594Z Downloaded ryu v1.0.23
12082026-09-15T03:46:34.594Z Downloaded darling_core v0.23.0
12092026-09-15T03:46:34.598Z Downloaded socket2 v0.6.3
12102026-09-15T03:46:34.598Z Downloaded libm v0.2.16
12112026-09-15T03:46:34.602Z Downloaded zerocopy-derive v0.8.55
12122026-09-15T03:46:34.607Z Downloaded derive_more v0.99.20
12132026-09-15T03:46:34.611Z Downloaded ingot-macros v0.2.0
12142026-09-15T03:46:34.611Z Downloaded crossbeam-epoch v0.9.18
12152026-09-15T03:46:34.614Z Downloaded stable_deref_trait v1.2.1
12162026-09-15T03:46:34.614Z Downloaded zstd v0.13.3
12172026-09-15T03:46:34.614Z Downloaded simd-adler32 v0.3.8
12182026-09-15T03:46:34.619Z Downloaded convert_case v0.10.0
12192026-09-15T03:46:34.619Z Downloaded try-lock v0.2.5
12202026-09-15T03:46:34.619Z Downloaded tower-http v0.6.8
12212026-09-15T03:46:34.622Z Downloaded quick-error v1.2.3
12222026-09-15T03:46:34.622Z Downloaded embedded-io v0.6.1
12232026-09-15T03:46:34.622Z Downloaded ed25519-dalek v2.2.0
12242026-09-15T03:46:34.625Z Downloaded daft-derive v0.1.8
12252026-09-15T03:46:34.628Z Downloaded num-derive v0.4.2
12262026-09-15T03:46:34.628Z Downloaded strum v0.26.3
12272026-09-15T03:46:34.628Z Downloaded minimal-lexical v0.2.1
12282026-09-15T03:46:34.632Z Downloaded parking_lot_core v0.9.12
12292026-09-15T03:46:34.632Z Downloaded crc32fast v1.5.0
12302026-09-15T03:46:34.632Z Downloaded lru-slab v0.1.2
12312026-09-15T03:46:34.635Z Downloaded sha3 v0.12.0
12322026-09-15T03:46:34.635Z Downloaded unicode-normalization v0.1.25
12332026-09-15T03:46:34.640Z Downloaded bitvec v1.0.1
12342026-09-15T03:46:34.643Z Downloaded serde-hex v0.1.0
12352026-09-15T03:46:34.647Z Downloaded toml_writer v1.1.1+spec-1.1.0
12362026-09-15T03:46:34.647Z Downloaded typed-path v0.9.3
12372026-09-15T03:46:34.650Z Downloaded serde_with_macros v3.21.0
12382026-09-15T03:46:34.650Z Downloaded pkcs5 v0.8.1
12392026-09-15T03:46:34.654Z Downloaded primefield v0.14.0
12402026-09-15T03:46:34.654Z Downloaded term v0.7.0
12412026-09-15T03:46:34.657Z Downloaded zeroize_derive v1.5.0
12422026-09-15T03:46:34.657Z Downloaded pkcs8 v0.11.0
12432026-09-15T03:46:34.660Z Downloaded jiff-core v0.1.0
12442026-09-15T03:46:34.660Z Downloaded tracing-attributes v0.1.31
12452026-09-15T03:46:34.664Z Downloaded winnow v0.5.40
12462026-09-15T03:46:34.667Z Downloaded primeorder v0.13.6
12472026-09-15T03:46:34.667Z Downloaded slog v2.8.2
12482026-09-15T03:46:34.671Z Downloaded litemap v0.8.1
12492026-09-15T03:46:34.671Z Downloaded sec1 v0.7.3
12502026-09-15T03:46:34.671Z Downloaded des v0.9.0
12512026-09-15T03:46:34.671Z Downloaded bindgen v0.71.1
12522026-09-15T03:46:34.675Z Downloaded rand_core v0.6.4
12532026-09-15T03:46:34.680Z Downloaded portable-atomic v1.13.1
12542026-09-15T03:46:34.684Z Downloaded tokio-util v0.7.18
12552026-09-15T03:46:34.688Z Downloaded num_enum_derive v0.7.6
12562026-09-15T03:46:34.691Z Downloaded rawzip v0.4.4
12572026-09-15T03:46:34.691Z Downloaded typed-path v0.12.3
12582026-09-15T03:46:34.694Z Downloaded vergen-git2 v9.1.0
12592026-09-15T03:46:34.697Z Downloaded poly1305 v0.9.0
12602026-09-15T03:46:34.697Z Downloaded zlib-rs v0.6.2
12612026-09-15T03:46:34.701Z Downloaded crossterm v0.28.1
12622026-09-15T03:46:34.704Z Downloaded crossterm v0.29.0
12632026-09-15T03:46:34.707Z Downloaded derive_more v2.1.1
12642026-09-15T03:46:34.713Z Downloaded darling v0.13.4
12652026-09-15T03:46:34.716Z Downloaded defmt-macros v1.0.1
12662026-09-15T03:46:34.716Z Downloaded icu_locale_core v2.1.1
12672026-09-15T03:46:34.720Z Downloaded icu_normalizer v2.1.1
12682026-09-15T03:46:34.723Z Downloaded libxml v0.3.3
12692026-09-15T03:46:34.726Z Downloaded chrono v0.4.45
12702026-09-15T03:46:34.729Z Downloaded zerovec v0.11.5
12712026-09-15T03:46:34.732Z Downloaded petname v2.0.2
12722026-09-15T03:46:34.736Z Downloaded pkcs1 v0.7.5
12732026-09-15T03:46:34.739Z Downloaded miniz_oxide v0.8.9
12742026-09-15T03:46:34.739Z Downloaded p256 v0.14.0
12752026-09-15T03:46:34.739Z Downloaded unicode-bidi v0.3.18
12762026-09-15T03:46:34.742Z Downloaded schemars v0.8.22
12772026-09-15T03:46:34.746Z Downloaded itertools v0.14.0
12782026-09-15T03:46:34.751Z Downloaded nom v7.1.3
12792026-09-15T03:46:34.755Z Downloaded typify v0.6.2
12802026-09-15T03:46:34.758Z Downloaded subprocess v0.2.15
12812026-09-15T03:46:34.758Z Downloaded der v0.8.0
12822026-09-15T03:46:34.761Z Downloaded rayon-core v1.13.0
12832026-09-15T03:46:34.764Z Downloaded tabled v0.21.0
12842026-09-15T03:46:34.772Z Downloaded reqwest v0.12.28
12852026-09-15T03:46:34.776Z Downloaded ssh-key v0.7.0-rc.11
12862026-09-15T03:46:34.780Z Downloaded goblin v0.10.5
12872026-09-15T03:46:34.784Z Downloaded indicatif v0.18.4
12882026-09-15T03:46:34.788Z Downloaded samael v0.0.19
12892026-09-15T03:46:34.791Z Downloaded darling_core v0.13.4
12902026-09-15T03:46:34.794Z Downloaded serde_with v3.21.0
12912026-09-15T03:46:34.799Z Downloaded qorb v0.4.1
12922026-09-15T03:46:34.802Z Downloaded oso v0.27.3
12932026-09-15T03:46:34.805Z Downloaded polar-core v0.27.3
12942026-09-15T03:46:34.808Z Downloaded icu_collections v2.1.1
12952026-09-15T03:46:34.811Z Downloaded mio v1.2.0
12962026-09-15T03:46:34.815Z Downloaded dropshot-api-manager v0.8.0
12972026-09-15T03:46:34.824Z Downloaded rayon v1.11.0
12982026-09-15T03:46:34.829Z Downloaded url v2.5.8
12992026-09-15T03:46:34.833Z Downloaded moka v0.12.13
13002026-09-15T03:46:34.837Z Downloaded ed25519-dalek v3.0.0
13012026-09-15T03:46:34.840Z Downloaded vcpkg v0.2.15
13022026-09-15T03:46:34.870Z Downloaded bstr v1.12.1
13032026-09-15T03:46:34.882Z Downloaded reedline v0.40.0
13042026-09-15T03:46:34.885Z Downloaded russh v0.62.4
13052026-09-15T03:46:34.895Z Downloaded crypto-primes v0.7.2
13062026-09-15T03:46:34.902Z Downloaded salty v0.3.0
13072026-09-15T03:46:34.906Z Downloaded quick-xml v0.37.5
13082026-09-15T03:46:34.912Z Downloaded p384 v0.13.1
13092026-09-15T03:46:34.915Z Downloaded radix_trie v0.2.1
13102026-09-15T03:46:34.918Z Downloaded diesel_derives v2.3.7
13112026-09-15T03:46:34.922Z Downloaded lalrpop v0.19.12
13122026-09-15T03:46:34.928Z Downloaded regex-syntax v0.8.10
13132026-09-15T03:46:34.934Z Downloaded proptest v1.11.0
13142026-09-15T03:46:34.941Z Downloaded icu_properties_data v2.1.2
13152026-09-15T03:46:34.947Z Downloaded nix v0.27.1
13162026-09-15T03:46:34.953Z Downloaded idna v1.1.0
13172026-09-15T03:46:34.956Z Downloaded iddqd v0.4.2
13182026-09-15T03:46:34.960Z Downloaded quinn-proto v0.11.16
13192026-09-15T03:46:34.981Z Downloaded time v0.3.47
13202026-09-15T03:46:34.988Z Downloaded crypto-bigint v0.7.5
13212026-09-15T03:46:34.997Z Downloaded winnow v0.6.26
13222026-09-15T03:46:35.002Z Downloaded nix v0.28.0
13232026-09-15T03:46:35.008Z Downloaded curve25519-dalek v4.1.3
13242026-09-15T03:46:35.013Z Downloaded nix v0.31.2
13252026-09-15T03:46:35.020Z Downloaded smoltcp v0.11.0
13262026-09-15T03:46:35.028Z Downloaded syn v3.0.3
13272026-09-15T03:46:35.036Z Downloaded itertools v0.13.0
13282026-09-15T03:46:35.039Z Downloaded hickory-proto v0.24.4
13292026-09-15T03:46:35.045Z Downloaded regress v0.11.1
13302026-09-15T03:46:35.051Z Downloaded winnow v1.0.3
13312026-09-15T03:46:35.055Z Downloaded rustix v0.38.44
13322026-09-15T03:46:35.067Z Downloaded object v0.30.4
13332026-09-15T03:46:35.073Z Downloaded object v0.39.1
13342026-09-15T03:46:35.078Z Downloaded smoltcp v0.9.1
13352026-09-15T03:46:35.084Z Downloaded tracing v0.1.44
13362026-09-15T03:46:35.095Z Downloaded hickory-proto v0.25.2
13372026-09-15T03:46:35.104Z Downloaded zerocopy v0.8.55
13382026-09-15T03:46:35.114Z Downloaded regress v0.10.5
13392026-09-15T03:46:35.120Z Downloaded regex-automata v0.4.14
13402026-09-15T03:46:35.127Z Downloaded openssl v0.10.80
13412026-09-15T03:46:35.133Z Downloaded openapiv3 v2.2.0
13422026-09-15T03:46:35.139Z Downloaded bzip2-sys v0.1.13+1.0.8
13432026-09-15T03:46:35.146Z Downloaded curve25519-dalek v5.0.0
13442026-09-15T03:46:35.150Z Downloaded regex-syntax v0.6.29
13452026-09-15T03:46:35.154Z Downloaded zerocopy-derive v0.6.6
13462026-09-15T03:46:35.160Z Downloaded object v0.37.3
13472026-09-15T03:46:35.166Z Downloaded chrono-tz v0.10.4
13482026-09-15T03:46:35.176Z Downloaded jiff v0.2.34
13492026-09-15T03:46:35.186Z Downloaded dropshot v0.17.1
13502026-09-15T03:46:35.199Z Downloaded typify-impl v0.6.2
13512026-09-15T03:46:35.209Z Downloaded petgraph v0.8.3
13522026-09-15T03:46:35.223Z Downloaded sha3 v0.11.0
13532026-09-15T03:46:35.226Z Downloaded sha3 v0.10.8
13542026-09-15T03:46:35.229Z Downloaded diesel v2.3.7
13552026-09-15T03:46:35.241Z Downloaded rustls v0.23.41
13562026-09-15T03:46:35.248Z Downloaded sled v0.34.7
13572026-09-15T03:46:35.255Z Downloaded sqlparser v0.61.0
13582026-09-15T03:46:35.261Z Downloaded ratatui v0.29.0
13592026-09-15T03:46:35.273Z Downloaded encoding_rs v0.8.35
13602026-09-15T03:46:35.348Z Downloaded petgraph v0.6.5
13612026-09-15T03:46:35.360Z Downloaded tokio v1.52.1
13622026-09-15T03:46:35.385Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13632026-09-15T03:46:35.396Z Downloaded csv v1.4.0
13642026-09-15T03:46:35.410Z Downloaded libz-sys v1.1.24
13652026-09-15T03:46:35.447Z Downloaded ring v0.17.14
13662026-09-15T03:46:35.474Z Downloaded libgit2-sys v0.18.3+1.9.2
13672026-09-15T03:46:35.715Z Downloaded aws-lc-sys v0.40.0
13682026-09-15T03:46:35.993Z Compiling serde_core v1.0.228
13692026-09-15T03:46:35.993Z Compiling libc v0.2.185
13702026-09-15T03:46:35.996Z Compiling serde v1.0.228
13712026-09-15T03:46:35.996Z Compiling log v0.4.33
13722026-09-15T03:46:35.996Z Compiling smallvec v1.15.1
13732026-09-15T03:46:35.996Z Compiling subtle v2.6.1
13742026-09-15T03:46:35.996Z Compiling find-msvc-tools v0.1.9
13752026-09-15T03:46:35.996Z Compiling shlex v1.3.0
13762026-09-15T03:46:35.997Z Compiling typenum v1.20.1
13772026-09-15T03:46:35.997Z Compiling scopeguard v1.2.0
13782026-09-15T03:46:35.997Z Compiling stable_deref_trait v1.2.1
13792026-09-15T03:46:35.997Z Compiling portable-atomic v1.13.1
13802026-09-15T03:46:36.141Z Compiling serde_json v1.0.151
13812026-09-15T03:46:36.145Z Compiling zerocopy v0.8.55
13822026-09-15T03:46:36.145Z Compiling critical-section v1.2.0
13832026-09-15T03:46:36.145Z Compiling libm v0.2.16
13842026-09-15T03:46:36.145Z Compiling pkg-config v0.3.32
13852026-09-15T03:46:36.152Z Compiling getrandom v0.4.3
13862026-09-15T03:46:36.167Z Compiling pin-project-lite v0.2.17
13872026-09-15T03:46:36.167Z Compiling parking_lot_core v0.9.12
13882026-09-15T03:46:36.167Z Compiling rand_core v0.10.0
13892026-09-15T03:46:36.167Z Compiling litemap v0.8.1
13902026-09-15T03:46:36.167Z Compiling percent-encoding v2.3.2
13912026-09-15T03:46:36.225Z Compiling num-traits v0.2.19
13922026-09-15T03:46:36.241Z Compiling foldhash v0.2.0
13932026-09-15T03:46:36.244Z Compiling futures-core v0.3.32
13942026-09-15T03:46:36.257Z Compiling writeable v0.6.2
13952026-09-15T03:46:36.322Z Compiling icu_normalizer_data v2.1.1
13962026-09-15T03:46:36.340Z Compiling icu_properties_data v2.1.2
13972026-09-15T03:46:36.358Z Compiling syn v2.0.117
13982026-09-15T03:46:36.361Z Compiling generic-array v0.14.7
13992026-09-15T03:46:36.361Z Compiling getrandom v0.3.4
14002026-09-15T03:46:36.361Z Compiling const-oid v0.9.6
14012026-09-15T03:46:36.465Z Compiling lock_api v0.4.14
14022026-09-15T03:46:36.483Z Compiling rustix v1.1.4
14032026-09-15T03:46:36.488Z Compiling futures-sink v0.3.32
14042026-09-15T03:46:36.488Z Compiling slab v0.4.12
14052026-09-15T03:46:36.497Z Compiling futures-task v0.3.32
14062026-09-15T03:46:36.536Z Compiling hashbrown v0.17.0
14072026-09-15T03:46:36.540Z Compiling utf8_iter v1.0.4
14082026-09-15T03:46:36.556Z Compiling futures-io v0.3.32
14092026-09-15T03:46:36.684Z Compiling form_urlencoded v1.2.2
14102026-09-15T03:46:36.701Z Compiling cmov v0.5.4
14112026-09-15T03:46:36.813Z Compiling rustversion v1.0.22
14122026-09-15T03:46:36.889Z Compiling futures-channel v0.3.32
14132026-09-15T03:46:36.892Z Compiling iana-time-zone v0.1.65
14142026-09-15T03:46:36.910Z Compiling base64ct v1.8.3
14152026-09-15T03:46:37.006Z Compiling ident_case v1.0.1
14162026-09-15T03:46:37.010Z Compiling dunce v1.0.5
14172026-09-15T03:46:37.010Z Compiling regex-syntax v0.8.10
14182026-09-15T03:46:37.027Z Compiling fs_extra v1.3.0
14192026-09-15T03:46:37.031Z Compiling flagset v0.4.7
14202026-09-15T03:46:37.069Z Compiling ctutils v0.4.2
14212026-09-15T03:46:37.147Z Compiling syn v1.0.109
14222026-09-15T03:46:37.166Z Compiling base64 v0.22.1
14232026-09-15T03:46:37.228Z Compiling vcpkg v0.2.15
14242026-09-15T03:46:37.284Z Compiling crc32fast v1.5.0
14252026-09-15T03:46:37.288Z Compiling schemars v0.8.22
14262026-09-15T03:46:37.288Z Compiling dyn-clone v1.0.20
14272026-09-15T03:46:37.288Z Compiling aws-lc-rs v1.16.3
14282026-09-15T03:46:37.322Z Compiling spin v0.9.8
14292026-09-15T03:46:37.379Z Compiling httparse v1.10.1
14302026-09-15T03:46:37.384Z Compiling tinyvec_macros v0.1.1
14312026-09-15T03:46:37.384Z Compiling openssl-probe v0.2.1
14322026-09-15T03:46:37.417Z Compiling pem-rfc7468 v0.7.0
14332026-09-15T03:46:37.420Z Compiling aho-corasick v1.1.4
14342026-09-15T03:46:37.420Z Compiling unicode-segmentation v1.12.0
14352026-09-15T03:46:37.420Z Compiling simd-adler32 v0.3.8
14362026-09-15T03:46:37.493Z Compiling atomic-waker v1.1.2
14372026-09-15T03:46:37.496Z Compiling untrusted v0.7.1
14382026-09-15T03:46:37.507Z Compiling try-lock v0.2.5
14392026-09-15T03:46:37.510Z Compiling tower-layer v0.3.3
14402026-09-15T03:46:37.528Z Compiling radium v0.7.0
14412026-09-15T03:46:37.546Z Compiling tower-service v0.3.3
14422026-09-15T03:46:37.697Z Compiling want v0.3.1
14432026-09-15T03:46:37.739Z Compiling errno v0.3.14
14442026-09-15T03:46:37.742Z Compiling jobserver v0.1.34
14452026-09-15T03:46:37.762Z Compiling getrandom v0.2.17
14462026-09-15T03:46:37.781Z Compiling mio v1.2.0
14472026-09-15T03:46:37.802Z Compiling socket2 v0.6.3
14482026-09-15T03:46:37.857Z Compiling maybe-uninit v2.0.0
14492026-09-15T03:46:37.894Z Compiling signal-hook-registry v1.4.8
14502026-09-15T03:46:37.931Z Compiling openssl v0.10.80
14512026-09-15T03:46:37.970Z Compiling adler2 v2.0.1
14522026-09-15T03:46:37.983Z Compiling rand_core v0.9.5
14532026-09-15T03:46:37.987Z Compiling const-oid v0.10.2
14542026-09-15T03:46:38.021Z Compiling cc v1.2.56
14552026-09-15T03:46:38.088Z Compiling rand_core v0.6.4
14562026-09-15T03:46:38.289Z Compiling parking_lot v0.12.5
14572026-09-15T03:46:38.292Z Compiling tinyvec v1.10.0
14582026-09-15T03:46:38.304Z Compiling httpdate v1.0.3
14592026-09-15T03:46:38.307Z Compiling tap v1.0.1
14602026-09-15T03:46:38.326Z Compiling foreign-types-shared v0.1.1
14612026-09-15T03:46:38.364Z Compiling once_cell v1.21.3
14622026-09-15T03:46:38.384Z Compiling untrusted v0.9.0
14632026-09-15T03:46:38.404Z Compiling rustls v0.23.41
14642026-09-15T03:46:38.424Z Compiling cpufeatures v0.2.17
14652026-09-15T03:46:38.444Z Compiling miniz_oxide v0.8.9
14662026-09-15T03:46:38.466Z Compiling wyz v0.5.1
14672026-09-15T03:46:38.525Z Compiling foreign-types v0.3.2
14682026-09-15T03:46:38.566Z Compiling wait-timeout v0.2.1
14692026-09-15T03:46:38.587Z Compiling socket2 v0.5.10
14702026-09-15T03:46:38.606Z Compiling ahash v0.8.12
14712026-09-15T03:46:38.609Z Compiling funty v2.0.0
14722026-09-15T03:46:38.609Z Compiling num-bigint-dig v0.8.6
14732026-09-15T03:46:38.609Z Compiling bit-vec v0.8.0
14742026-09-15T03:46:38.647Z Compiling tracing-core v0.1.36
14752026-09-15T03:46:38.652Z Compiling cpufeatures v0.3.0
14762026-09-15T03:46:38.666Z Compiling packed_struct v0.10.1
14772026-09-15T03:46:38.669Z Compiling quick-error v1.2.3
14782026-09-15T03:46:38.669Z Compiling powerfmt v0.2.0
14792026-09-15T03:46:38.687Z Compiling regex-automata v0.4.14
14802026-09-15T03:46:38.704Z Compiling num-conv v0.2.0
14812026-09-15T03:46:38.760Z Compiling time-core v0.1.8
14822026-09-15T03:46:38.763Z Compiling native-tls v0.2.18
14832026-09-15T03:46:38.801Z Compiling rand_xorshift v0.4.0
14842026-09-15T03:46:38.821Z Compiling lazy_static v1.5.0
14852026-09-15T03:46:38.824Z Compiling sync_wrapper v1.0.2
14862026-09-15T03:46:38.824Z Compiling indexmap v1.9.3
14872026-09-15T03:46:38.842Z Compiling num-integer v0.1.46
14882026-09-15T03:46:38.845Z Compiling paste v1.0.15
14892026-09-15T03:46:38.845Z Compiling unarray v0.1.4
14902026-09-15T03:46:38.893Z Compiling cmake v0.1.57
14912026-09-15T03:46:38.948Z Compiling deranged v0.5.8
14922026-09-15T03:46:38.968Z Compiling siphasher v1.0.2
14932026-09-15T03:46:38.985Z Compiling usdt-impl v0.6.0
14942026-09-15T03:46:38.988Z Compiling num_threads v0.1.7
14952026-09-15T03:46:39.006Z Compiling unicode-normalization v0.1.25
14962026-09-15T03:46:39.025Z Compiling crossbeam-utils v0.8.21
14972026-09-15T03:46:39.093Z Compiling object v0.37.3
14982026-09-15T03:46:39.112Z Compiling crc-catalog v2.4.0
14992026-09-15T03:46:39.164Z Compiling time-macros v0.2.27
15002026-09-15T03:46:39.170Z Compiling nodrop v0.1.14
15012026-09-15T03:46:39.201Z Compiling bit-set v0.8.0
15022026-09-15T03:46:39.254Z Compiling smallvec v0.6.14
15032026-09-15T03:46:39.294Z Compiling slog v2.8.2
15042026-09-15T03:46:39.297Z Compiling thread-id v5.1.0
15052026-09-15T03:46:39.370Z Compiling syn v3.0.3
15062026-09-15T03:46:39.390Z Compiling bitvec v1.0.1
15072026-09-15T03:46:39.408Z Compiling crc v3.4.0
15082026-09-15T03:46:39.411Z Compiling env_filter v2.0.0
15092026-09-15T03:46:39.429Z Compiling cookie v0.18.1
15102026-09-15T03:46:39.446Z Compiling anyhow v1.0.104
15112026-09-15T03:46:39.449Z Compiling signal-hook v0.3.18
15122026-09-15T03:46:39.468Z Compiling gimli v0.32.3
15132026-09-15T03:46:39.510Z Compiling allocator-api2 v0.2.21
15142026-09-15T03:46:39.589Z Compiling num-iter v0.1.45
15152026-09-15T03:46:39.645Z Compiling bitflags v2.11.0
15162026-09-15T03:46:39.683Z Compiling semver v1.0.28
15172026-09-15T03:46:39.703Z Compiling indexmap v2.14.0
15182026-09-15T03:46:39.723Z Compiling uuid v1.23.4
15192026-09-15T03:46:39.743Z Compiling base64 v0.21.7
15202026-09-15T03:46:39.746Z Compiling iri-string v0.7.10
15212026-09-15T03:46:39.746Z Compiling unicode-properties v0.1.4
15222026-09-15T03:46:39.766Z Compiling unicode-bidi v0.3.18
15232026-09-15T03:46:39.805Z Compiling synstructure v0.13.2
15242026-09-15T03:46:39.823Z Compiling serde_derive_internals v0.29.1
15252026-09-15T03:46:39.827Z Compiling pest_generator v2.8.6
15262026-09-15T03:46:39.842Z Compiling darling_core v0.20.11
15272026-09-15T03:46:39.882Z Compiling darling_core v0.23.0
15282026-09-15T03:46:39.903Z Compiling aws-lc-sys v0.40.0
15292026-09-15T03:46:39.921Z Compiling openssl-sys v0.9.117
15302026-09-15T03:46:39.960Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15312026-09-15T03:46:39.999Z Compiling rustc_version v0.4.1
15322026-09-15T03:46:40.019Z Compiling bzip2-sys v0.1.13+1.0.8
15332026-09-15T03:46:40.024Z Compiling hashbrown v0.12.3
15342026-09-15T03:46:40.107Z Compiling array-init v0.0.4
15352026-09-15T03:46:40.145Z Compiling zstd-safe v7.2.4
15362026-09-15T03:46:40.148Z Compiling winnow v0.5.40
15372026-09-15T03:46:40.162Z Compiling ryu v1.0.23
15382026-09-15T03:46:40.202Z Compiling stringprep v0.1.5
15392026-09-15T03:46:40.413Z Compiling env_logger v0.11.11
15402026-09-15T03:46:40.644Z Compiling camino v1.2.5
15412026-09-15T03:46:40.698Z Compiling vergen-lib v9.1.0
15422026-09-15T03:46:40.740Z Compiling heck v0.4.1
15432026-09-15T03:46:40.743Z Compiling heapless v0.7.17
15442026-09-15T03:46:40.743Z Compiling curve25519-dalek v4.1.3
15452026-09-15T03:46:40.798Z Compiling hash32 v0.2.1
15462026-09-15T03:46:40.836Z Compiling encoding_rs v0.8.35
15472026-09-15T03:46:40.893Z Compiling memoffset v0.9.1
15482026-09-15T03:46:41.009Z Compiling owo-colors v4.3.0
15492026-09-15T03:46:41.012Z Compiling libbz2-rs-sys v0.2.2
15502026-09-15T03:46:41.047Z Compiling cfg_aliases v0.2.1
15512026-09-15T03:46:41.051Z Compiling ref-cast v1.0.25
15522026-09-15T03:46:41.087Z Compiling smoltcp v0.9.1
15532026-09-15T03:46:41.153Z Compiling mime v0.3.17
15542026-09-15T03:46:41.175Z Compiling zlib-rs v0.6.2
15552026-09-15T03:46:41.196Z Compiling bumpalo v3.20.2
15562026-09-15T03:46:41.200Z Compiling fallible-iterator v0.2.0
15572026-09-15T03:46:41.217Z Compiling crc-any v2.5.0
15582026-09-15T03:46:41.238Z Compiling rustc-demangle v0.1.27
15592026-09-15T03:46:41.273Z Compiling psl-types v2.0.11
15602026-09-15T03:46:41.277Z Compiling terminal_size v0.4.3
15612026-09-15T03:46:41.312Z Compiling tempfile v3.27.0
15622026-09-15T03:46:41.333Z Compiling rustix v0.38.44
15632026-09-15T03:46:41.399Z Compiling litrs v1.0.0
15642026-09-15T03:46:41.453Z Compiling clap_builder v4.6.0
15652026-09-15T03:46:41.456Z Compiling time v0.3.47
15662026-09-15T03:46:41.491Z Compiling bstr v1.12.1
15672026-09-15T03:46:41.532Z Compiling zopfli v0.8.3
15682026-09-15T03:46:41.553Z Compiling bzip2 v0.6.1
15692026-09-15T03:46:41.592Z Compiling rusty-fork v0.3.1
15702026-09-15T03:46:41.596Z Compiling regex v1.12.3
15712026-09-15T03:46:41.633Z Compiling addr2line v0.25.1
15722026-09-15T03:46:41.709Z Compiling nix v0.31.2
15732026-09-15T03:46:41.805Z Compiling cargo-platform v0.3.2
15742026-09-15T03:46:41.824Z Compiling phf_shared v0.13.1
15752026-09-15T03:46:41.846Z Compiling vergen v9.1.0
15762026-09-15T03:46:41.886Z Compiling ff v0.13.1
15772026-09-15T03:46:41.905Z Compiling convert_case v0.10.0
15782026-09-15T03:46:41.948Z Compiling serde_derive v1.0.228
15792026-09-15T03:46:41.990Z Compiling zeroize_derive v1.5.0
15802026-09-15T03:46:42.008Z Compiling zerofrom-derive v0.1.6
15812026-09-15T03:46:42.029Z Compiling yoke-derive v0.8.1
15822026-09-15T03:46:42.053Z Compiling zerovec-derive v0.11.2
15832026-09-15T03:46:42.079Z Compiling zerocopy-derive v0.8.55
15842026-09-15T03:46:42.132Z Compiling displaydoc v0.2.5
15852026-09-15T03:46:42.155Z Compiling tokio-macros v2.7.0
15862026-09-15T03:46:42.158Z Compiling futures-macro v0.3.32
15872026-09-15T03:46:42.159Z Compiling der_derive v0.7.3
15882026-09-15T03:46:42.191Z Compiling thiserror-impl v2.0.18
15892026-09-15T03:46:42.210Z Compiling tracing-attributes v0.1.31
15902026-09-15T03:46:42.229Z Compiling schemars_derive v0.8.22
15912026-09-15T03:46:42.270Z Compiling pest_derive v2.8.6
15922026-09-15T03:46:42.273Z Compiling scroll_derive v0.13.1
15932026-09-15T03:46:42.273Z Compiling openssl-macros v0.1.1
15942026-09-15T03:46:42.328Z Compiling thiserror-impl v1.0.69
15952026-09-15T03:46:42.350Z Compiling bitfield-macros v0.19.4
15962026-09-15T03:46:42.354Z Compiling clap_derive v4.6.1
15972026-09-15T03:46:42.388Z Compiling zerocopy-derive v0.6.6
15982026-09-15T03:46:42.942Z Compiling packed_struct_codegen v0.10.1
15992026-09-15T03:46:42.977Z Compiling darling_macro v0.20.11
16002026-09-15T03:46:43.002Z Compiling scroll_derive v0.12.1
16012026-09-15T03:46:43.042Z Compiling structmeta-derive v0.3.0
16022026-09-15T03:46:43.064Z Compiling hubpack_derive v0.1.1
16032026-09-15T03:46:43.198Z Compiling darling_macro v0.23.0
16042026-09-15T03:46:43.252Z Compiling bzip2 v0.4.4
16052026-09-15T03:46:43.271Z Compiling pin-project-internal v1.1.11
16062026-09-15T03:46:43.398Z Compiling futures-util v0.3.32
16072026-09-15T03:46:43.442Z Compiling bitfield v0.19.4
16082026-09-15T03:46:43.469Z Compiling scroll v0.13.0
16092026-09-15T03:46:43.536Z Compiling async-trait v0.1.89
16102026-09-15T03:46:43.557Z Compiling zerocopy-derive v0.7.35
16112026-09-15T03:46:43.578Z Compiling zip v0.6.6
16122026-09-15T03:46:43.646Z Compiling zerocopy v0.6.6
16132026-09-15T03:46:43.703Z Compiling document-features v0.2.12
16142026-09-15T03:46:43.751Z Compiling darling v0.20.11
16152026-09-15T03:46:43.778Z Compiling goblin v0.10.5
16162026-09-15T03:46:44.026Z Compiling derive_builder_core v0.20.2
16172026-09-15T03:46:44.048Z Compiling backtrace v0.3.76
16182026-09-15T03:46:44.051Z Compiling strum_macros v0.27.2
16192026-09-15T03:46:44.144Z Compiling ref-cast-impl v1.0.25
16202026-09-15T03:46:44.206Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16212026-09-15T03:46:44.253Z Compiling zerofrom v0.1.6
16222026-09-15T03:46:44.279Z Compiling scroll v0.12.0
16232026-09-15T03:46:44.336Z Compiling darling v0.23.0
16242026-09-15T03:46:44.340Z Compiling snafu-derive v0.8.9
16252026-09-15T03:46:44.467Z Compiling thiserror v1.0.69
16262026-09-15T03:46:44.472Z Compiling thiserror v2.0.18
16272026-09-15T03:46:44.472Z Compiling tracing v0.1.44
16282026-09-15T03:46:44.519Z Compiling yoke v0.8.1
16292026-09-15T03:46:44.562Z Compiling curve25519-dalek-derive v0.1.1
16302026-09-15T03:46:44.583Z Compiling fs-err v3.3.0
16312026-09-15T03:46:44.609Z Compiling jiff-core v0.1.0
16322026-09-15T03:46:44.629Z Compiling dtrace-parser v0.3.0
16332026-09-15T03:46:44.650Z Compiling goblin v0.8.2
16342026-09-15T03:46:44.654Z Compiling base16ct v0.2.0
16352026-09-15T03:46:44.691Z Compiling same-file v1.0.6
16362026-09-15T03:46:44.715Z Compiling daft-derive v0.1.8
16372026-09-15T03:46:44.739Z Compiling foldhash v0.1.5
16382026-09-15T03:46:44.742Z Compiling is_ci v1.2.0
16392026-09-15T03:46:44.797Z Compiling zerovec v0.11.5
16402026-09-15T03:46:44.823Z Compiling zerotrie v0.2.3
16412026-09-15T03:46:44.844Z Compiling structmeta v0.3.0
16422026-09-15T03:46:44.878Z Compiling flate2 v1.1.9
16432026-09-15T03:46:44.912Z Compiling bitflags v1.3.2
16442026-09-15T03:46:44.934Z Compiling managed v0.8.0
16452026-09-15T03:46:44.952Z Compiling path-slash v0.1.5
16462026-09-15T03:46:44.972Z Compiling textwrap v0.16.2
16472026-09-15T03:46:44.975Z Compiling pin-project v1.1.11
16482026-09-15T03:46:45.015Z Compiling clap v4.6.1
16492026-09-15T03:46:45.054Z Compiling zerocopy v0.7.35
16502026-09-15T03:46:45.058Z Compiling hashbrown v0.15.5
16512026-09-15T03:46:45.143Z Compiling supports-color v3.0.2
16522026-09-15T03:46:45.163Z Compiling derive-ex v0.1.8
16532026-09-15T03:46:45.192Z Compiling walkdir v2.5.0
16542026-09-15T03:46:45.223Z Compiling backtrace-ext v0.2.1
16552026-09-15T03:46:45.245Z Compiling dtrace-parser v0.2.0
16562026-09-15T03:46:45.250Z Compiling serde_with_macros v3.21.0
16572026-09-15T03:46:45.250Z Compiling derive_more-impl v2.1.1
16582026-09-15T03:46:45.250Z Compiling derive_builder_macro v0.20.2
16592026-09-15T03:46:45.367Z Compiling tinystr v0.8.2
16602026-09-15T03:46:45.386Z Compiling potential_utf v0.1.4
16612026-09-15T03:46:45.394Z Compiling phf v0.13.1
16622026-09-15T03:46:45.430Z Compiling signal-hook-mio v0.2.5
16632026-09-15T03:46:45.437Z Compiling group v0.13.0
16642026-09-15T03:46:45.452Z Compiling globset v0.4.18
16652026-09-15T03:46:45.505Z Compiling serde_repr v0.1.20
16662026-09-15T03:46:45.552Z Compiling icu_collections v2.1.1
16672026-09-15T03:46:45.573Z Compiling icu_locale_core v2.1.1
16682026-09-15T03:46:45.609Z Compiling jiff v0.2.34
16692026-09-15T03:46:45.613Z Compiling enum-as-inner v0.6.1
16702026-09-15T03:46:45.650Z Compiling strum_macros v0.26.4
16712026-09-15T03:46:45.654Z Compiling async-recursion v1.1.1
16722026-09-15T03:46:45.689Z Compiling miette-derive v7.6.0
16732026-09-15T03:46:45.749Z Compiling hashbrown v0.16.1
16742026-09-15T03:46:45.770Z Compiling phf_shared v0.11.3
16752026-09-15T03:46:45.789Z Compiling float-cmp v0.10.0
16762026-09-15T03:46:45.849Z Compiling pem v3.0.6
16772026-09-15T03:46:45.977Z Compiling derive_builder v0.20.2
16782026-09-15T03:46:45.998Z Compiling thread-id v4.2.2
16792026-09-15T03:46:46.025Z Compiling memmap2 v0.9.10
16802026-09-15T03:46:46.129Z Compiling futures-executor v0.3.32
16812026-09-15T03:46:46.180Z Compiling keccak v0.1.6
16822026-09-15T03:46:46.198Z Compiling normalize-line-endings v0.3.0
16832026-09-15T03:46:46.202Z Compiling supports-unicode v3.0.0
16842026-09-15T03:46:46.246Z Compiling new_debug_unreachable v1.0.6
16852026-09-15T03:46:46.281Z Compiling supports-hyperlinks v3.2.0
16862026-09-15T03:46:46.346Z Compiling icu_provider v2.1.1
16872026-09-15T03:46:46.359Z Compiling zeroize v1.9.0
16882026-09-15T03:46:46.360Z Compiling bytes v1.11.1
16892026-09-15T03:46:46.369Z Compiling chrono v0.4.45
16902026-09-15T03:46:46.369Z Compiling ipnet v2.12.0
16912026-09-15T03:46:46.419Z Compiling hex v0.4.3
16922026-09-15T03:46:46.458Z Compiling serde_spanned v0.6.9
16932026-09-15T03:46:46.479Z Compiling toml_datetime v0.6.11
16942026-09-15T03:46:46.503Z Compiling serde_tokenstream v0.2.3
16952026-09-15T03:46:46.507Z Compiling erased-serde v0.3.31
16962026-09-15T03:46:46.507Z Compiling serde-hex v0.1.0
16972026-09-15T03:46:46.576Z Compiling ron v0.8.1
16982026-09-15T03:46:46.633Z Compiling icu_normalizer v2.1.1
16992026-09-15T03:46:46.656Z Compiling icu_properties v2.1.2
17002026-09-15T03:46:46.700Z Compiling hybrid-array v0.4.13
17012026-09-15T03:46:46.724Z Compiling der v0.7.10
17022026-09-15T03:46:46.746Z Compiling rustls-pki-types v1.14.0
17032026-09-15T03:46:46.778Z Compiling toml_edit v0.19.15
17042026-09-15T03:46:46.791Z Compiling serde_urlencoded v0.7.1
17052026-09-15T03:46:46.816Z Compiling hubpack v0.1.2
17062026-09-15T03:46:46.820Z Compiling strum v0.27.2
17072026-09-15T03:46:46.852Z Compiling cargo_metadata v0.23.1
17082026-09-15T03:46:46.855Z Compiling serde_plain v1.0.2
17092026-09-15T03:46:46.897Z Compiling olpc-cjson v0.1.4
17102026-09-15T03:46:46.960Z Compiling tokio v1.52.1
17112026-09-15T03:46:46.984Z Compiling http v1.4.2
17122026-09-15T03:46:47.023Z Compiling snafu v0.8.9
17132026-09-15T03:46:47.105Z Compiling serde-big-array v0.5.1
17142026-09-15T03:46:47.124Z Compiling rustls-native-certs v0.8.3
17152026-09-15T03:46:47.147Z Compiling futures v0.3.32
17162026-09-15T03:46:47.151Z Compiling difflib v0.4.0
17172026-09-15T03:46:47.187Z Compiling either v1.15.0
17182026-09-15T03:46:47.190Z Compiling fixedbitset v0.4.2
17192026-09-15T03:46:47.191Z Compiling fixedbitset v0.5.7
17202026-09-15T03:46:47.243Z Compiling precomputed-hash v0.1.1
17212026-09-15T03:46:47.286Z Compiling test-strategy v0.4.5
17222026-09-15T03:46:47.309Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
17232026-09-15T03:46:47.309Z Compiling dof v0.3.0
17242026-09-15T03:46:47.313Z Compiling data-encoding v2.10.0
17252026-09-15T03:46:47.371Z Compiling crypto-common v0.1.7
17262026-09-15T03:46:47.389Z Compiling block-buffer v0.10.4
17272026-09-15T03:46:47.406Z Compiling crypto-bigint v0.5.5
17282026-09-15T03:46:47.471Z Compiling static_assertions v1.1.0
17292026-09-15T03:46:47.494Z Compiling typed-path v0.9.3
17302026-09-15T03:46:47.514Z Compiling typed-path v0.12.3
17312026-09-15T03:46:47.548Z Compiling whoami v2.1.0
17322026-09-15T03:46:47.554Z Compiling predicates-core v1.0.10
17332026-09-15T03:46:47.582Z Compiling digest v0.10.7
17342026-09-15T03:46:47.601Z Compiling block-buffer v0.12.1
17352026-09-15T03:46:47.634Z Compiling crypto-common v0.2.2
17362026-09-15T03:46:47.653Z Compiling block-padding v0.4.2
17372026-09-15T03:46:47.687Z Compiling winnow v1.0.3
17382026-09-15T03:46:47.720Z Compiling idna_adapter v1.2.1
17392026-09-15T03:46:47.739Z Compiling spki v0.7.3
17402026-09-15T03:46:47.796Z Compiling http-body v1.0.1
17412026-09-15T03:46:47.841Z Compiling inout v0.2.2
17422026-09-15T03:46:47.860Z Compiling idna v1.1.0
17432026-09-15T03:46:47.886Z Compiling signature v2.2.0
17442026-09-15T03:46:47.899Z Compiling sha2 v0.10.9
17452026-09-15T03:46:47.926Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
17462026-09-15T03:46:47.939Z Compiling ppv-lite86 v0.2.21
17472026-09-15T03:46:48.013Z Compiling pkcs8 v0.10.2
17482026-09-15T03:46:48.032Z Compiling http-body-util v0.1.3
17492026-09-15T03:46:48.036Z Compiling dof v0.4.0
17502026-09-15T03:46:48.092Z Compiling x509-cert v0.2.5
17512026-09-15T03:46:48.142Z Compiling hmac v0.12.1
17522026-09-15T03:46:48.155Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=438cd185666d5f164548885873f0f5df9a38eed1#438cd185)
17532026-09-15T03:46:48.214Z Compiling sha3 v0.10.8
17542026-09-15T03:46:48.235Z Compiling url v2.5.8
17552026-09-15T03:46:48.235Z Compiling pkcs1 v0.7.5
17562026-09-15T03:46:48.295Z Compiling rand_chacha v0.9.0
17572026-09-15T03:46:48.365Z Compiling rand_chacha v0.3.1
17582026-09-15T03:46:48.381Z Compiling hashbrown v0.13.2
17592026-09-15T03:46:48.392Z Compiling toml v0.7.8
17602026-09-15T03:46:48.392Z Compiling publicsuffix v2.3.0
17612026-09-15T03:46:48.438Z Compiling digest v0.11.3
17622026-09-15T03:46:48.490Z Compiling cipher v0.5.2
17632026-09-15T03:46:48.558Z Compiling rand v0.9.2
17642026-09-15T03:46:48.598Z Compiling hkdf v0.12.4
17652026-09-15T03:46:48.659Z Compiling rand v0.8.6
17662026-09-15T03:46:48.680Z Compiling md-5 v0.11.0
17672026-09-15T03:46:48.683Z Compiling sha2 v0.11.0
17682026-09-15T03:46:48.751Z Compiling hmac v0.13.0
17692026-09-15T03:46:48.769Z Compiling ed25519 v2.2.3
17702026-09-15T03:46:48.793Z Compiling sec1 v0.7.3
17712026-09-15T03:46:48.852Z Compiling chacha20 v0.10.0
17722026-09-15T03:46:48.899Z Compiling object v0.30.4
17732026-09-15T03:46:48.957Z Compiling cookie_store v0.22.1
17742026-09-15T03:46:48.980Z Compiling toml_parser v1.1.2+spec-1.1.0
17752026-09-15T03:46:48.984Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=438cd185666d5f164548885873f0f5df9a38eed1#438cd185)
17762026-09-15T03:46:49.015Z Compiling zip v8.6.0
17772026-09-15T03:46:49.104Z Compiling elliptic-curve v0.13.8
17782026-09-15T03:46:49.124Z Compiling strum v0.26.3
17792026-09-15T03:46:49.142Z Compiling usdt-impl v0.5.0
17802026-09-15T03:46:49.145Z Compiling predicates v3.1.4
17812026-09-15T03:46:49.182Z Compiling rand v0.10.1
17822026-09-15T03:46:49.204Z Compiling proptest v1.11.0
17832026-09-15T03:46:49.205Z Compiling ed25519-dalek v2.2.0
17842026-09-15T03:46:49.248Z Compiling miette v7.6.0
17852026-09-15T03:46:49.329Z Compiling toml_edit v0.22.27
17862026-09-15T03:46:49.367Z Compiling petgraph v0.8.3
17872026-09-15T03:46:49.486Z Compiling itertools v0.13.0
17882026-09-15T03:46:49.506Z Compiling petgraph v0.6.5
17892026-09-15T03:46:49.652Z Compiling string_cache v0.8.9
17902026-09-15T03:46:49.668Z Compiling usdt-macro v0.6.0
17912026-09-15T03:46:49.689Z Compiling usdt-attr-macro v0.6.0
17922026-09-15T03:46:49.693Z Compiling derive_more v2.1.1
17932026-09-15T03:46:49.802Z Compiling ipnetwork v0.21.1
17942026-09-15T03:46:49.805Z Compiling byte-wrapper v0.1.0
17952026-09-15T03:46:49.860Z Compiling serde_with v3.21.0
17962026-09-15T03:46:49.879Z Compiling crossterm v0.28.1
17972026-09-15T03:46:49.898Z Compiling openapiv3 v2.2.0
17982026-09-15T03:46:49.919Z Compiling postgres-protocol v0.6.12
17992026-09-15T03:46:49.966Z Compiling similar v2.7.0
18002026-09-15T03:46:49.981Z Compiling crossbeam-epoch v0.9.18
18012026-09-15T03:46:50.037Z Compiling peg-runtime v0.8.5
18022026-09-15T03:46:50.042Z Compiling lalrpop-util v0.19.12
18032026-09-15T03:46:50.042Z Compiling thread_local v1.1.9
18042026-09-15T03:46:50.191Z Compiling oxnet v0.1.6
18052026-09-15T03:46:50.241Z Compiling zstd v0.13.3
18062026-09-15T03:46:50.264Z Compiling slog-async v2.8.0
18072026-09-15T03:46:50.300Z Compiling crossbeam-channel v0.5.15
18082026-09-15T03:46:50.304Z Compiling is-terminal v0.4.17
18092026-09-15T03:46:50.339Z Compiling filetime v0.2.27
18102026-09-15T03:46:50.365Z Compiling postgres-types v0.2.14
18112026-09-15T03:46:50.402Z Compiling xattr v1.6.1
18122026-09-15T03:46:50.421Z Compiling take_mut v0.2.2
18132026-09-15T03:46:50.440Z Compiling term v1.2.1
18142026-09-15T03:46:50.463Z Compiling camino-tempfile v1.4.1
18152026-09-15T03:46:50.654Z Compiling zip v4.6.1
18162026-09-15T03:46:50.674Z Compiling tar v0.4.46
18172026-09-15T03:46:50.701Z Compiling rsa v0.9.10
18182026-09-15T03:46:50.838Z Compiling usdt v0.6.0
18192026-09-15T03:46:50.935Z Compiling slog-term v2.9.2
18202026-09-15T03:46:51.375Z Compiling tokio-util v0.7.18
18212026-09-15T03:46:51.393Z Compiling tower v0.5.3
18222026-09-15T03:46:51.419Z Compiling tokio-native-tls v0.3.1
18232026-09-15T03:46:51.472Z Compiling hickory-proto v0.25.2
18242026-09-15T03:46:51.522Z Compiling buf-list v1.1.2
18252026-09-15T03:46:51.630Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
18262026-09-15T03:46:51.857Z Compiling tower-http v0.6.8
18272026-09-15T03:46:51.978Z Compiling newtype-uuid v1.3.2
18282026-09-15T03:46:52.168Z Compiling h2 v0.4.15
18292026-09-15T03:46:52.172Z Compiling tokio-postgres v0.7.18
18302026-09-15T03:46:52.172Z Compiling tokio-stream v0.1.18
18312026-09-15T03:46:52.225Z Compiling daft v0.1.8
18322026-09-15T03:46:52.487Z Compiling iddqd v0.4.2
18332026-09-15T03:46:52.994Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
18342026-09-15T03:46:53.558Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
18352026-09-15T03:46:55.470Z Compiling hyper v1.10.1
18362026-09-15T03:46:56.376Z Compiling hyper-util v0.1.20
18372026-09-15T03:46:57.529Z Compiling hyper-tls v0.6.0
18382026-09-15T03:46:57.616Z Compiling reqwest v0.12.28
18392026-09-15T03:47:10.565Z Compiling rustls-webpki v0.103.13
18402026-09-15T03:47:13.366Z Compiling tokio-rustls v0.26.4
18412026-09-15T03:47:13.366Z Compiling rustls-platform-verifier v0.6.2
18422026-09-15T03:47:13.366Z Compiling tough v0.22.0
18432026-09-15T03:47:13.620Z Compiling hyper-rustls v0.27.7
18442026-09-15T03:47:13.791Z Compiling reqwest v0.13.2
18452026-09-15T03:47:16.065Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18462026-09-15T03:47:16.340Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18472026-09-15T03:47:19.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.45s
18482026-09-15T03:47:19.640Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18492026-09-15T03:47:19.705ZSep 15 03:47:19.115 INFO Starting download, target: Clickhouse
18502026-09-15T03:47:19.705ZSep 15 03:47:19.116 INFO Starting download, target: Cockroach
18512026-09-15T03:47:19.705ZSep 15 03:47:19.116 INFO Starting download, target: Console
18522026-09-15T03:47:19.705ZSep 15 03:47:19.116 INFO Starting download, target: DendriteStub
18532026-09-15T03:47:19.706ZSep 15 03:47:19.116 INFO Starting download, target: MaghemiteMgd
18542026-09-15T03:47:19.711ZSep 15 03:47:19.116 INFO Starting download, target: MaghemiteDdmd
18552026-09-15T03:47:19.711ZSep 15 03:47:19.116 INFO Starting download, target: TransceiverControl
18562026-09-15T03:47:19.711ZSep 15 03:47:19.116 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18572026-09-15T03:47:19.711ZSep 15 03:47:19.116 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18582026-09-15T03:47:19.711ZSep 15 03:47:19.116 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18592026-09-15T03:47:19.711ZSep 15 03:47:19.116 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18602026-09-15T03:47:19.711ZSep 15 03:47:19.116 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18612026-09-15T03:47:19.711ZSep 15 03:47:19.116 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18622026-09-15T03:47:19.712ZSep 15 03:47:19.116 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18632026-09-15T03:47:20.268ZSep 15 03:47:19.678 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18642026-09-15T03:47:20.461ZSep 15 03:47:19.870 INFO Download complete, target: TransceiverControl
18652026-09-15T03:47:21.562ZSep 15 03:47:20.974 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18662026-09-15T03:47:21.797ZSep 15 03:47:21.209 INFO Download complete, target: Console
18672026-09-15T03:47:22.050ZSep 15 03:47:21.462 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18682026-09-15T03:47:24.571ZSep 15 03:47:23.971 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18692026-09-15T03:47:24.865ZSep 15 03:47:24.267 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18702026-09-15T03:47:24.906ZSep 15 03:47:24.317 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18712026-09-15T03:47:25.550ZSep 15 03:47:24.958 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18722026-09-15T03:47:25.550ZSep 15 03:47:24.959 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18732026-09-15T03:47:27.132ZSep 15 03:47:26.544 INFO Download complete, target: MaghemiteDdmd
18742026-09-15T03:47:27.318ZSep 15 03:47:26.721 INFO Download complete, target: MaghemiteMgd
18752026-09-15T03:47:27.773ZSep 15 03:47:27.177 INFO Download complete, target: DendriteStub
18762026-09-15T03:47:28.452ZSep 15 03:47:27.861 INFO Checking that binary works, target: Clickhouse
18772026-09-15T03:47:28.564ZSep 15 03:47:27.965 INFO Download complete, target: Clickhouse
18782026-09-15T03:47:30.095ZSep 15 03:47:29.488 INFO Checking that binary works, target: Cockroach
18792026-09-15T03:47:30.244ZSep 15 03:47:29.642 INFO Download complete, target: Cockroach
18802026-09-15T03:47:30.261ZAll builder prerequisites installed successfully, and PATH looks valid
18812026-09-15T03:47:30.267Z
18822026-09-15T03:47:30.267Zreal 1:54.980537241
18832026-09-15T03:47:30.267Zuser 8:12.554768130
18842026-09-15T03:47:30.267Zsys 2:51.570462729
18852026-09-15T03:47:30.267Ztrap 0.312504106
18862026-09-15T03:47:30.267Ztflt 1.501670856
18872026-09-15T03:47:30.267Zdflt 2.561562603
18882026-09-15T03:47:30.267Zkflt 0.021370523
18892026-09-15T03:47:30.267Zlock 33:53.473461054
18902026-09-15T03:47:30.268Zslp 20:34.351157109
18912026-09-15T03:47:30.268Zlat 22.695343147
18922026-09-15T03:47:30.268Zstop 7:01.472763692
18932026-09-15T03:47:30.268Z++ bmat factory name
18942026-09-15T03:47:30.287Z++ bmat factory private
18952026-09-15T03:47:30.315Z+ jq --null-input --arg bmat_factory_name aws --arg bmat_factory_private i-068aa234d81297a40 '{
18962026-09-15T03:47:30.315Z buildomat: {
18972026-09-15T03:47:30.316Z factory: {
18982026-09-15T03:47:30.316Z name: $bmat_factory_name,
18992026-09-15T03:47:30.316Z private: $bmat_factory_private,
19002026-09-15T03:47:30.316Z },
19012026-09-15T03:47:30.316Z },
19022026-09-15T03:47:30.316Z }'
19032026-09-15T03:47:30.452Z+ banner ls-apis
19042026-09-15T03:47:30.500Z
19052026-09-15T03:47:30.500Z # #### ## ##### # ####
19062026-09-15T03:47:30.500Z # # # # # # # #
19072026-09-15T03:47:30.500Z # #### ##### # # # # # ####
19082026-09-15T03:47:30.500Z # # ###### ##### # #
19092026-09-15T03:47:30.500Z # # # # # # # # #
19102026-09-15T03:47:30.500Z ###### #### # # # # ####
19112026-09-15T03:47:30.501Z
19122026-09-15T03:47:30.501Z+ source ./tools/include/force-git-over-https.sh
19132026-09-15T03:47:30.501Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
19142026-09-15T03:47:30.501Z++ (( i = 0 ))
19152026-09-15T03:47:30.501Z++ (( i < 5 ))
19162026-09-15T03:47:30.501Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
19172026-09-15T03:47:30.501Z++ (( i++ ))
19182026-09-15T03:47:30.501Z++ (( i < 5 ))
19192026-09-15T03:47:30.501Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
19202026-09-15T03:47:30.501Z++ (( i++ ))
19212026-09-15T03:47:30.501Z++ (( i < 5 ))
19222026-09-15T03:47:30.501Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
19232026-09-15T03:47:30.501Z++ (( i++ ))
19242026-09-15T03:47:30.501Z++ (( i < 5 ))
19252026-09-15T03:47:30.501Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
19262026-09-15T03:47:30.501Z++ (( i++ ))
19272026-09-15T03:47:30.501Z++ (( i < 5 ))
19282026-09-15T03:47:30.501Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
19292026-09-15T03:47:30.501Z++ (( i++ ))
19302026-09-15T03:47:30.502Z++ (( i < 5 ))
19312026-09-15T03:47:30.502Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
19322026-09-15T03:47:30.502Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
19332026-09-15T03:47:30.502Z+ ptime -m cargo xtask ls-apis apis
19342026-09-15T03:47:30.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
19352026-09-15T03:47:30.961Z Running `target/debug/xtask ls-apis apis`
19362026-09-15T03:47:31.796Z Compiling semver v0.1.20
19372026-09-15T03:47:31.803Z Compiling rayon-core v1.13.0
19382026-09-15T03:47:31.955Z Compiling crossbeam-deque v0.8.6
19392026-09-15T03:47:31.955Z Compiling blake3 v1.8.5
19402026-09-15T03:47:31.968Z Compiling constant_time_eq v0.4.2
19412026-09-15T03:47:31.976Z Compiling arrayref v0.3.9
19422026-09-15T03:47:31.976Z Compiling arrayvec v0.7.6
19432026-09-15T03:47:31.976Z Compiling parse-display-derive v0.10.0
19442026-09-15T03:47:31.981Z Compiling topological-sort v0.2.2
19452026-09-15T03:47:31.981Z Compiling toml v0.8.23
19462026-09-15T03:47:31.981Z Compiling itertools v0.14.0
19472026-09-15T03:47:31.995Z Compiling indent_write v2.2.0
19482026-09-15T03:47:32.125Z Compiling rustc_version v0.1.7
19492026-09-15T03:47:32.367Z Compiling newtype_derive v0.1.6
19502026-09-15T03:47:32.708Z Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
19512026-09-15T03:47:32.920Z Compiling omicron-zone-package v0.12.3
19522026-09-15T03:47:33.350Z Compiling parse-display v0.10.0
19532026-09-15T03:47:33.955Z Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
19542026-09-15T03:47:39.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.03s
19552026-09-15T03:47:39.176Z Running `target/debug/ls-apis apis`
19562026-09-15T03:47:39.223Zloading metadata for workspace omicron from current workspace
19572026-09-15T03:47:43.780Znote: package "dpd-client": found a version matching the git commit in package-manifest.toml (04a52a3240a26c58f03e1cf40353d67ff69d76b6), but also found other versions at different commits. This does not affect this tool. But it's potentially suspicious that different components are using different versions.
19582026-09-15T03:47:43.780Z - 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" }
19592026-09-15T03:47:43.803Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/54b2661/Cargo.toml
19602026-09-15T03:47:43.803Zloading metadata for workspace management-gateway-service from /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/438cd18/Cargo.toml
19612026-09-15T03:47:43.809Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/ce015cd/Cargo.toml
19622026-09-15T03:47:43.809Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/ad8a317/Cargo.toml
19632026-09-15T03:47:43.809Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/04a52a3/Cargo.toml
19642026-09-15T03:47:43.809Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/046f743/Cargo.toml
19652026-09-15T03:48:14.302Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
19662026-09-15T03:48:14.379Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
19672026-09-15T03:48:14.682ZBootstrap Agent Lockstep API (client: bootstrap-agent-lockstep-client)
19682026-09-15T03:48:14.682Z consumed by: wicketd (omicron/wicketd) via 1 path
19692026-09-15T03:48:14.682Z
19702026-09-15T03:48:14.682ZClickhouse Cluster Admin for Keepers (client: clickhouse-admin-keeper-client)
19712026-09-15T03:48:14.682Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
19722026-09-15T03:48:14.682Z
19732026-09-15T03:48:14.682ZClickhouse Cluster Admin for Servers (client: clickhouse-admin-server-client)
19742026-09-15T03:48:14.682Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
19752026-09-15T03:48:14.682Z
19762026-09-15T03:48:14.682ZClickhouse Single-Node Cluster Admin (client: clickhouse-admin-single-client)
19772026-09-15T03:48:14.682Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
19782026-09-15T03:48:14.682Z
19792026-09-15T03:48:14.682ZCockroachDB Cluster Admin (client: cockroach-admin-client)
19802026-09-15T03:48:14.682Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
19812026-09-15T03:48:14.686Z consumed by: sled-agent-rack-setup (omicron/sled-agent/rack-setup) via 1 path [embedded in omicron-sled-agent; rack-init only]
19822026-09-15T03:48:14.686Z
19832026-09-15T03:48:14.686ZCrucible Agent (client: crucible-agent-client)
19842026-09-15T03:48:14.686Z consumed by: omicron-nexus (omicron/nexus) via 1 path
19852026-09-15T03:48:14.686Z
19862026-09-15T03:48:14.686ZCrucible Control (for testing only) (client: crucible-control-client)
19872026-09-15T03:48:14.686Z
19882026-09-15T03:48:14.686ZCrucible Pantry (client: crucible-pantry-client)
19892026-09-15T03:48:14.686Z consumed by: omicron-nexus (omicron/nexus) via 1 path
19902026-09-15T03:48:14.686Z
19912026-09-15T03:48:14.686ZMaghemite DDM Admin (client: ddm-admin-client)
19922026-09-15T03:48:14.686Z consumed by: installinator (omicron/installinator) via 1 path
19932026-09-15T03:48:14.686Z consumed by: mgd (maghemite/mgd) via 1 path
19942026-09-15T03:48:14.686Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
19952026-09-15T03:48:14.686Z consumed by: sled-agent-rack-setup (omicron/sled-agent/rack-setup) via 1 path [embedded in omicron-sled-agent; rack-init only]
19962026-09-15T03:48:14.686Z consumed by: wicketd (omicron/wicketd) via 1 path
19972026-09-15T03:48:14.686Z
19982026-09-15T03:48:14.686ZDNS Server (client: dns-service-client)
19992026-09-15T03:48:14.686Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
20002026-09-15T03:48:14.686Z consumed by: sled-agent-rack-setup (omicron/sled-agent/rack-setup) via 1 path [embedded in omicron-sled-agent; rack-init only]
20012026-09-15T03:48:14.686Z
20022026-09-15T03:48:14.686ZDendrite DPD (client: dpd-client)
20032026-09-15T03:48:14.686Z consumed by: ddmd (maghemite/ddmd) via 2 paths
20042026-09-15T03:48:14.686Z consumed by: lldpd (lldp/lldpd) via 2 paths
20052026-09-15T03:48:14.686Z consumed by: mgd (maghemite/mgd) via 1 path
20062026-09-15T03:48:14.686Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
20072026-09-15T03:48:14.686Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
20082026-09-15T03:48:14.687Z consumed by: tfportd (dendrite/tfportd) via 2 paths
20092026-09-15T03:48:14.687Z consumed by: wicketd (omicron/wicketd) via 2 paths
20102026-09-15T03:48:14.687Z
20112026-09-15T03:48:14.687ZDownstairs Controller (debugging only) (client: dsc-client)
20122026-09-15T03:48:14.687Z
20132026-09-15T03:48:14.687ZManagement Gateway Service (client: gateway-client)
20142026-09-15T03:48:14.690Z consumed by: dpd (dendrite/dpd) via 1 path
20152026-09-15T03:48:14.690Z consumed by: lldpd (lldp/lldpd) via 1 path
20162026-09-15T03:48:14.690Z consumed by: mgd (maghemite/mgd) via 1 path
20172026-09-15T03:48:14.690Z consumed by: omicron-nexus (omicron/nexus) via 6 paths
20182026-09-15T03:48:14.690Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
20192026-09-15T03:48:14.690Z consumed by: wicketd (omicron/wicketd) via 3 paths
20202026-09-15T03:48:14.690Z
20212026-09-15T03:48:14.690ZWicketd Installinator (client: installinator-client)
20222026-09-15T03:48:14.690Z consumed by: installinator (omicron/installinator) via 1 path
20232026-09-15T03:48:14.690Z
20242026-09-15T03:48:14.691ZLLDP daemon (client: lldpd-client)
20252026-09-15T03:48:14.691Z consumed by: omicron-nexus (omicron/nexus) via 1 path
20262026-09-15T03:48:14.691Z consumed by: tfportd (dendrite/tfportd) via 1 path
20272026-09-15T03:48:14.691Z
20282026-09-15T03:48:14.691ZMaghemite MG Admin (client: mg-admin-client)
20292026-09-15T03:48:14.696Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
20302026-09-15T03:48:14.696Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
20312026-09-15T03:48:14.696Z
20322026-09-15T03:48:14.696ZNexus Internal API (client: nexus-client)
20332026-09-15T03:48:14.699Z consumed by: crucible-pantry (crucible/pantry) via 1 path
20342026-09-15T03:48:14.699Z consumed by: dpd (dendrite/dpd) via 1 path
20352026-09-15T03:48:14.699Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
20362026-09-15T03:48:14.699Z consumed by: oximeter-collector (omicron/oximeter/collector) via 1 path
20372026-09-15T03:48:14.699Z consumed by: propolis-server (propolis/bin/propolis-server) via 3 paths
20382026-09-15T03:48:14.699Z
20392026-09-15T03:48:14.699ZNexus Internal Lockstep API (client: nexus-lockstep-client)
20402026-09-15T03:48:14.700Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
20412026-09-15T03:48:14.700Z status: expected, reason: Only sled-agent-sim uses this API, which is not part of upgrade
20422026-09-15T03:48:14.700Z consumed by: sled-agent-rack-setup (omicron/sled-agent/rack-setup) via 1 path [embedded in omicron-sled-agent; rack-init only]
20432026-09-15T03:48:14.700Z status: expected, reason: Only RSS uses this API, which is not part of upgrade
20442026-09-15T03:48:14.700Z
20452026-09-15T03:48:14.700ZNTP Admin (client: ntp-admin-client)
20462026-09-15T03:48:14.700Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
20472026-09-15T03:48:14.700Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
20482026-09-15T03:48:14.700Z consumed by: sled-agent-rack-setup (omicron/sled-agent/rack-setup) via 2 paths [embedded in omicron-sled-agent; rack-init only]
20492026-09-15T03:48:14.700Z
20502026-09-15T03:48:14.700ZExternal API (client: oxide-client)
20512026-09-15T03:48:14.700Z
20522026-09-15T03:48:14.700ZOximeter (client: oximeter-client)
20532026-09-15T03:48:14.703Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
20542026-09-15T03:48:14.703Z
20552026-09-15T03:48:14.704ZPropolis (client: propolis-client)
20562026-09-15T03:48:14.704Z consumed by: omicron-nexus (omicron/nexus) via 1 path
20572026-09-15T03:48:14.704Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
20582026-09-15T03:48:14.704Z
20592026-09-15T03:48:14.704ZCrucible Repair (client: repair-client)
20602026-09-15T03:48:14.704Z consumed by: crucible-downstairs (crucible/downstairs) via 1 path
20612026-09-15T03:48:14.704Z
20622026-09-15T03:48:14.704ZRepo Depot API (client: repo-depot-client)
20632026-09-15T03:48:14.704Z consumed by: omicron-nexus (omicron/nexus) via 1 path
20642026-09-15T03:48:14.704Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
20652026-09-15T03:48:14.704Z
20662026-09-15T03:48:14.704ZSled Agent (client: sled-agent-client)
20672026-09-15T03:48:14.707Z consumed by: omicron-nexus (omicron/nexus) via 9 paths
20682026-09-15T03:48:14.707Z consumed by: propolis-server (propolis/bin/propolis-server) via 1 path
20692026-09-15T03:48:14.707Z consumed by: sled-agent-rack-setup (omicron/sled-agent/rack-setup) via 1 path [embedded in omicron-sled-agent; rack-init only]
20702026-09-15T03:48:14.707Z
20712026-09-15T03:48:14.707ZWicketd (client: wicketd-client)
20722026-09-15T03:48:14.707Z
20732026-09-15T03:48:14.707ZWicketd Commission (client: wicketd-commission-client)
20742026-09-15T03:48:14.707Z
20752026-09-15T03:48:14.804Z
20762026-09-15T03:48:14.808Zreal 44.312828489
20772026-09-15T03:48:14.808Zuser 35.085553061
20782026-09-15T03:48:14.808Zsys 11.983723996
20792026-09-15T03:48:14.808Ztrap 0.005791890
20802026-09-15T03:48:14.808Ztflt 0.118701075
20812026-09-15T03:48:14.808Zdflt 0.201459691
20822026-09-15T03:48:14.808Zkflt 0.000072660
20832026-09-15T03:48:14.808Zlock 4:37.133615752
20842026-09-15T03:48:14.808Zslp 7:01.959016387
20852026-09-15T03:48:14.808Zlat 0.980896504
20862026-09-15T03:48:14.808Zstop 4.235740438
20872026-09-15T03:48:14.808Z+ ptime -m cargo xtask ls-apis deployment-units
20882026-09-15T03:48:15.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
20892026-09-15T03:48:15.341Z Running `target/debug/xtask ls-apis deployment-units`
20902026-09-15T03:48:16.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
20912026-09-15T03:48:16.235Z Running `target/debug/ls-apis deployment-units`
20922026-09-15T03:48:16.289Zloading metadata for workspace omicron from current workspace
20932026-09-15T03:48:17.403Znote: package "dpd-client": found a version matching the git commit in package-manifest.toml (04a52a3240a26c58f03e1cf40353d67ff69d76b6), but also found other versions at different commits. This does not affect this tool. But it's potentially suspicious that different components are using different versions.
20942026-09-15T03:48:17.404Z - 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" }
20952026-09-15T03:48:17.423Zloading metadata for workspace management-gateway-service from /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/438cd18/Cargo.toml
20962026-09-15T03:48:17.427Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/54b2661/Cargo.toml
20972026-09-15T03:48:17.427Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/ce015cd/Cargo.toml
20982026-09-15T03:48:17.427Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/046f743/Cargo.toml
20992026-09-15T03:48:17.427Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/04a52a3/Cargo.toml
21002026-09-15T03:48:17.427Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/ad8a317/Cargo.toml
21012026-09-15T03:48:20.098Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
21022026-09-15T03:48:20.172Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
21032026-09-15T03:48:20.465ZClickHouse
21042026-09-15T03:48:20.465Z omicron-clickhouse-admin (omicron/clickhouse-admin)
21052026-09-15T03:48:20.465Z exposes: Clickhouse Cluster Admin for Keepers (client = clickhouse-admin-keeper-client)
21062026-09-15T03:48:20.465Z exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client)
21072026-09-15T03:48:20.465Z exposes: Clickhouse Single-Node Cluster Admin (client = clickhouse-admin-single-client)
21082026-09-15T03:48:20.465Z
21092026-09-15T03:48:20.465Z
21102026-09-15T03:48:20.465ZCockroach
21112026-09-15T03:48:20.465Z omicron-cockroach-admin (omicron/cockroach-admin)
21122026-09-15T03:48:20.465Z exposes: CockroachDB Cluster Admin (client = cockroach-admin-client)
21132026-09-15T03:48:20.465Z
21142026-09-15T03:48:20.465Z
21152026-09-15T03:48:20.465ZCrucible
21162026-09-15T03:48:20.465Z crucible-agent (crucible/agent)
21172026-09-15T03:48:20.465Z exposes: Crucible Agent (client = crucible-agent-client)
21182026-09-15T03:48:20.465Z
21192026-09-15T03:48:20.465Z crucible-downstairs (crucible/downstairs)
21202026-09-15T03:48:20.466Z exposes: Crucible Repair (client = repair-client)
21212026-09-15T03:48:20.470Z consumes: repair-client
21222026-09-15T03:48:20.470Z
21232026-09-15T03:48:20.470Z
21242026-09-15T03:48:20.470ZCrucible Pantry
21252026-09-15T03:48:20.470Z crucible-pantry (crucible/pantry)
21262026-09-15T03:48:20.470Z exposes: Crucible Pantry (client = crucible-pantry-client)
21272026-09-15T03:48:20.470Z consumes: nexus-client
21282026-09-15T03:48:20.470Z
21292026-09-15T03:48:20.470Z
21302026-09-15T03:48:20.470ZDNS Server
21312026-09-15T03:48:20.470Z dns-server (omicron/dns-server)
21322026-09-15T03:48:20.470Z exposes: DNS Server (client = dns-service-client)
21332026-09-15T03:48:20.470Z
21342026-09-15T03:48:20.470Z
21352026-09-15T03:48:20.470ZHost OS
21362026-09-15T03:48:20.470Z ddmd (maghemite/ddmd)
21372026-09-15T03:48:20.470Z exposes: Maghemite DDM Admin (client = ddm-admin-client)
21382026-09-15T03:48:20.470Z consumes: dpd-client (intra-deployment-unit-only)
21392026-09-15T03:48:20.470Z
21402026-09-15T03:48:20.470Z dpd (dendrite/dpd)
21412026-09-15T03:48:20.471Z exposes: Dendrite DPD (client = dpd-client)
21422026-09-15T03:48:20.471Z consumes: gateway-client (intra-deployment-unit-only)
21432026-09-15T03:48:20.471Z consumes: nexus-client
21442026-09-15T03:48:20.471Z
21452026-09-15T03:48:20.471Z lldpd (lldp/lldpd)
21462026-09-15T03:48:20.471Z exposes: LLDP daemon (client = lldpd-client)
21472026-09-15T03:48:20.471Z consumes: dpd-client (intra-deployment-unit-only)
21482026-09-15T03:48:20.471Z consumes: gateway-client (intra-deployment-unit-only)
21492026-09-15T03:48:20.471Z
21502026-09-15T03:48:20.471Z mgd (maghemite/mgd)
21512026-09-15T03:48:20.471Z exposes: Maghemite MG Admin (client = mg-admin-client)
21522026-09-15T03:48:20.471Z consumes: ddm-admin-client (intra-deployment-unit-only)
21532026-09-15T03:48:20.471Z consumes: dpd-client (intra-deployment-unit-only)
21542026-09-15T03:48:20.471Z consumes: gateway-client (intra-deployment-unit-only)
21552026-09-15T03:48:20.471Z
21562026-09-15T03:48:20.471Z omicron-gateway (omicron/gateway)
21572026-09-15T03:48:20.471Z exposes: Management Gateway Service (client = gateway-client)
21582026-09-15T03:48:20.475Z
21592026-09-15T03:48:20.475Z omicron-sled-agent (omicron/sled-agent)
21602026-09-15T03:48:20.475Z exposes: Bootstrap Agent Lockstep API (client = bootstrap-agent-lockstep-client)
21612026-09-15T03:48:20.475Z exposes: Repo Depot API (client = repo-depot-client)
21622026-09-15T03:48:20.475Z exposes: Sled Agent (client = sled-agent-client)
21632026-09-15T03:48:20.475Z consumes: ddm-admin-client (intra-deployment-unit-only)
21642026-09-15T03:48:20.475Z consumes: dpd-client (intra-deployment-unit-only)
21652026-09-15T03:48:20.475Z consumes: gateway-client (intra-deployment-unit-only)
21662026-09-15T03:48:20.475Z consumes: mg-admin-client (intra-deployment-unit-only)
21672026-09-15T03:48:20.475Z consumes: nexus-client
21682026-09-15T03:48:20.476Z consumes: nexus-lockstep-client
21692026-09-15T03:48:20.476Z consumes: ntp-admin-client
21702026-09-15T03:48:20.476Z consumes: propolis-client (intra-deployment-unit-only)
21712026-09-15T03:48:20.476Z consumes: repo-depot-client
21722026-09-15T03:48:20.476Z
21732026-09-15T03:48:20.476Z propolis-server (propolis/bin/propolis-server)
21742026-09-15T03:48:20.476Z exposes: Crucible Control (for testing only) (client = crucible-control-client)
21752026-09-15T03:48:20.476Z exposes: Propolis (client = propolis-client)
21762026-09-15T03:48:20.476Z consumes: nexus-client
21772026-09-15T03:48:20.476Z consumes: sled-agent-client (intra-deployment-unit-only)
21782026-09-15T03:48:20.476Z
21792026-09-15T03:48:20.476Z sled-agent-rack-setup (omicron/sled-agent/rack-setup) [embedded in omicron-sled-agent; rack-init only]
21802026-09-15T03:48:20.480Z consumes: cockroach-admin-client
21812026-09-15T03:48:20.480Z consumes: ddm-admin-client
21822026-09-15T03:48:20.480Z consumes: dns-service-client
21832026-09-15T03:48:20.480Z consumes: nexus-lockstep-client
21842026-09-15T03:48:20.480Z consumes: ntp-admin-client
21852026-09-15T03:48:20.480Z consumes: sled-agent-client
21862026-09-15T03:48:20.480Z
21872026-09-15T03:48:20.480Z tfportd (dendrite/tfportd)
21882026-09-15T03:48:20.480Z consumes: dpd-client (intra-deployment-unit-only)
21892026-09-15T03:48:20.480Z consumes: lldpd-client (intra-deployment-unit-only)
21902026-09-15T03:48:20.481Z
21912026-09-15T03:48:20.481Z wicketd (omicron/wicketd)
21922026-09-15T03:48:20.481Z exposes: Wicketd Installinator (client = installinator-client)
21932026-09-15T03:48:20.481Z exposes: Wicketd (client = wicketd-client)
21942026-09-15T03:48:20.481Z exposes: Wicketd Commission (client = wicketd-commission-client)
21952026-09-15T03:48:20.481Z consumes: bootstrap-agent-lockstep-client
21962026-09-15T03:48:20.482Z consumes: ddm-admin-client (intra-deployment-unit-only)
21972026-09-15T03:48:20.482Z consumes: dpd-client (intra-deployment-unit-only)
21982026-09-15T03:48:20.482Z consumes: gateway-client (intra-deployment-unit-only)
21992026-09-15T03:48:20.482Z
22002026-09-15T03:48:20.482Z
22012026-09-15T03:48:20.482ZInstallinator
22022026-09-15T03:48:20.482Z installinator (omicron/installinator)
22032026-09-15T03:48:20.482Z consumes: ddm-admin-client
22042026-09-15T03:48:20.482Z consumes: installinator-client
22052026-09-15T03:48:20.482Z
22062026-09-15T03:48:20.482Z
22072026-09-15T03:48:20.482ZNTP
22082026-09-15T03:48:20.482Z omicron-ntp-admin (omicron/ntp-admin)
22092026-09-15T03:48:20.482Z exposes: NTP Admin (client = ntp-admin-client)
22102026-09-15T03:48:20.482Z
22112026-09-15T03:48:20.482Z
22122026-09-15T03:48:20.482ZNexus
22132026-09-15T03:48:20.482Z omicron-nexus (omicron/nexus)
22142026-09-15T03:48:20.482Z exposes: Nexus Internal API (client = nexus-client)
22152026-09-15T03:48:20.482Z exposes: Nexus Internal Lockstep API (client = nexus-lockstep-client)
22162026-09-15T03:48:20.482Z exposes: External API (client = oxide-client)
22172026-09-15T03:48:20.482Z consumes: clickhouse-admin-keeper-client
22182026-09-15T03:48:20.482Z consumes: clickhouse-admin-server-client
22192026-09-15T03:48:20.483Z consumes: clickhouse-admin-single-client
22202026-09-15T03:48:20.483Z consumes: cockroach-admin-client
22212026-09-15T03:48:20.483Z consumes: crucible-agent-client
22222026-09-15T03:48:20.483Z consumes: crucible-pantry-client
22232026-09-15T03:48:20.483Z consumes: dns-service-client
22242026-09-15T03:48:20.483Z consumes: dpd-client
22252026-09-15T03:48:20.483Z consumes: gateway-client
22262026-09-15T03:48:20.483Z consumes: lldpd-client
22272026-09-15T03:48:20.484Z consumes: mg-admin-client
22282026-09-15T03:48:20.484Z consumes: ntp-admin-client
22292026-09-15T03:48:20.484Z consumes: oximeter-client
22302026-09-15T03:48:20.484Z consumes: propolis-client
22312026-09-15T03:48:20.484Z consumes: repo-depot-client
22322026-09-15T03:48:20.484Z consumes: sled-agent-client
22332026-09-15T03:48:20.484Z
22342026-09-15T03:48:20.484Z
22352026-09-15T03:48:20.484ZOximeter
22362026-09-15T03:48:20.484Z oximeter-collector (omicron/oximeter/collector)
22372026-09-15T03:48:20.484Z exposes: Oximeter (client = oximeter-client)
22382026-09-15T03:48:20.488Z consumes: nexus-client
22392026-09-15T03:48:20.488Z
22402026-09-15T03:48:20.488Z
22412026-09-15T03:48:20.576Z
22422026-09-15T03:48:20.580Zreal 5.742573694
22432026-09-15T03:48:20.580Zuser 4.920066423
22442026-09-15T03:48:20.580Zsys 2.124300518
22452026-09-15T03:48:20.580Ztrap 0.000846580
22462026-09-15T03:48:20.580Ztflt 0.000038610
22472026-09-15T03:48:20.580Zdflt 0.000581490
22482026-09-15T03:48:20.580Zkflt 0.000014210
22492026-09-15T03:48:20.580Zlock 2.204329172
22502026-09-15T03:48:20.580Zslp 25.758345031
22512026-09-15T03:48:20.580Zlat 0.059468493
22522026-09-15T03:48:20.580Zstop 0.009743293
22532026-09-15T03:48:20.580Z+ ptime -m cargo xtask ls-apis servers
22542026-09-15T03:48:21.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22552026-09-15T03:48:21.040Z Running `target/debug/xtask ls-apis servers`
22562026-09-15T03:48:21.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
22572026-09-15T03:48:21.886Z Running `target/debug/ls-apis servers`
22582026-09-15T03:48:21.936Zloading metadata for workspace omicron from current workspace
22592026-09-15T03:48:23.030Znote: package "dpd-client": found a version matching the git commit in package-manifest.toml (04a52a3240a26c58f03e1cf40353d67ff69d76b6), but also found other versions at different commits. This does not affect this tool. But it's potentially suspicious that different components are using different versions.
22602026-09-15T03:48:23.030Z - 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" }
22612026-09-15T03:48:23.045Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/54b2661/Cargo.toml
22622026-09-15T03:48:23.049Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/04a52a3/Cargo.toml
22632026-09-15T03:48:23.049Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/ad8a317/Cargo.toml
22642026-09-15T03:48:23.049Zloading metadata for workspace management-gateway-service from /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/438cd18/Cargo.toml
22652026-09-15T03:48:23.049Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/046f743/Cargo.toml
22662026-09-15T03:48:23.049Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/ce015cd/Cargo.toml
22672026-09-15T03:48:25.531Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
22682026-09-15T03:48:25.605Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
22692026-09-15T03:48:25.893Zcrucible-agent (crucible/agent)
22702026-09-15T03:48:25.894Z exposes: Crucible Agent (client = crucible-agent-client)
22712026-09-15T03:48:25.894Z
22722026-09-15T03:48:25.894Zcrucible-downstairs (crucible/downstairs)
22732026-09-15T03:48:25.894Z exposes: Crucible Repair (client = repair-client)
22742026-09-15T03:48:25.897Z consumes: repair-client
22752026-09-15T03:48:25.897Z
22762026-09-15T03:48:25.897Zcrucible-pantry (crucible/pantry)
22772026-09-15T03:48:25.897Z exposes: Crucible Pantry (client = crucible-pantry-client)
22782026-09-15T03:48:25.897Z consumes: nexus-client
22792026-09-15T03:48:25.897Z
22802026-09-15T03:48:25.897Zddmd (maghemite/ddmd)
22812026-09-15T03:48:25.897Z exposes: Maghemite DDM Admin (client = ddm-admin-client)
22822026-09-15T03:48:25.897Z consumes: dpd-client (intra-deployment-unit-only)
22832026-09-15T03:48:25.897Z
22842026-09-15T03:48:25.898Zdns-server (omicron/dns-server)
22852026-09-15T03:48:25.898Z exposes: DNS Server (client = dns-service-client)
22862026-09-15T03:48:25.898Z
22872026-09-15T03:48:25.898Zdpd (dendrite/dpd)
22882026-09-15T03:48:25.898Z exposes: Dendrite DPD (client = dpd-client)
22892026-09-15T03:48:25.898Z consumes: gateway-client (intra-deployment-unit-only)
22902026-09-15T03:48:25.898Z consumes: nexus-client
22912026-09-15T03:48:25.898Z
22922026-09-15T03:48:25.898Zinstallinator (omicron/installinator)
22932026-09-15T03:48:25.898Z consumes: ddm-admin-client
22942026-09-15T03:48:25.898Z consumes: installinator-client
22952026-09-15T03:48:25.898Z
22962026-09-15T03:48:25.898Zlldpd (lldp/lldpd)
22972026-09-15T03:48:25.898Z exposes: LLDP daemon (client = lldpd-client)
22982026-09-15T03:48:25.898Z consumes: dpd-client (intra-deployment-unit-only)
22992026-09-15T03:48:25.898Z consumes: gateway-client (intra-deployment-unit-only)
23002026-09-15T03:48:25.898Z
23012026-09-15T03:48:25.898Zmgd (maghemite/mgd)
23022026-09-15T03:48:25.898Z exposes: Maghemite MG Admin (client = mg-admin-client)
23032026-09-15T03:48:25.902Z consumes: ddm-admin-client (intra-deployment-unit-only)
23042026-09-15T03:48:25.902Z consumes: dpd-client (intra-deployment-unit-only)
23052026-09-15T03:48:25.902Z consumes: gateway-client (intra-deployment-unit-only)
23062026-09-15T03:48:25.902Z
23072026-09-15T03:48:25.902Zomicron-clickhouse-admin (omicron/clickhouse-admin)
23082026-09-15T03:48:25.902Z exposes: Clickhouse Cluster Admin for Keepers (client = clickhouse-admin-keeper-client)
23092026-09-15T03:48:25.902Z exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client)
23102026-09-15T03:48:25.902Z exposes: Clickhouse Single-Node Cluster Admin (client = clickhouse-admin-single-client)
23112026-09-15T03:48:25.902Z
23122026-09-15T03:48:25.902Zomicron-cockroach-admin (omicron/cockroach-admin)
23132026-09-15T03:48:25.902Z exposes: CockroachDB Cluster Admin (client = cockroach-admin-client)
23142026-09-15T03:48:25.902Z
23152026-09-15T03:48:25.902Zomicron-gateway (omicron/gateway)
23162026-09-15T03:48:25.902Z exposes: Management Gateway Service (client = gateway-client)
23172026-09-15T03:48:25.902Z
23182026-09-15T03:48:25.902Zomicron-nexus (omicron/nexus)
23192026-09-15T03:48:25.902Z exposes: Nexus Internal API (client = nexus-client)
23202026-09-15T03:48:25.902Z exposes: Nexus Internal Lockstep API (client = nexus-lockstep-client)
23212026-09-15T03:48:25.902Z exposes: External API (client = oxide-client)
23222026-09-15T03:48:25.902Z consumes: clickhouse-admin-keeper-client
23232026-09-15T03:48:25.902Z consumes: clickhouse-admin-server-client
23242026-09-15T03:48:25.903Z consumes: clickhouse-admin-single-client
23252026-09-15T03:48:25.903Z consumes: cockroach-admin-client
23262026-09-15T03:48:25.903Z consumes: crucible-agent-client
23272026-09-15T03:48:25.903Z consumes: crucible-pantry-client
23282026-09-15T03:48:25.903Z consumes: dns-service-client
23292026-09-15T03:48:25.903Z consumes: dpd-client
23302026-09-15T03:48:25.903Z consumes: gateway-client
23312026-09-15T03:48:25.903Z consumes: lldpd-client
23322026-09-15T03:48:25.903Z consumes: mg-admin-client
23332026-09-15T03:48:25.903Z consumes: ntp-admin-client
23342026-09-15T03:48:25.903Z consumes: oximeter-client
23352026-09-15T03:48:25.903Z consumes: propolis-client
23362026-09-15T03:48:25.903Z consumes: repo-depot-client
23372026-09-15T03:48:25.903Z consumes: sled-agent-client
23382026-09-15T03:48:25.903Z
23392026-09-15T03:48:25.903Zomicron-ntp-admin (omicron/ntp-admin)
23402026-09-15T03:48:25.903Z exposes: NTP Admin (client = ntp-admin-client)
23412026-09-15T03:48:25.903Z
23422026-09-15T03:48:25.903Zomicron-sled-agent (omicron/sled-agent)
23432026-09-15T03:48:25.903Z exposes: Bootstrap Agent Lockstep API (client = bootstrap-agent-lockstep-client)
23442026-09-15T03:48:25.903Z exposes: Repo Depot API (client = repo-depot-client)
23452026-09-15T03:48:25.903Z exposes: Sled Agent (client = sled-agent-client)
23462026-09-15T03:48:25.907Z consumes: ddm-admin-client (intra-deployment-unit-only)
23472026-09-15T03:48:25.907Z consumes: dpd-client (intra-deployment-unit-only)
23482026-09-15T03:48:25.907Z consumes: gateway-client (intra-deployment-unit-only)
23492026-09-15T03:48:25.907Z consumes: mg-admin-client (intra-deployment-unit-only)
23502026-09-15T03:48:25.907Z consumes: nexus-client
23512026-09-15T03:48:25.907Z consumes: nexus-lockstep-client
23522026-09-15T03:48:25.907Z consumes: ntp-admin-client
23532026-09-15T03:48:25.907Z consumes: propolis-client (intra-deployment-unit-only)
23542026-09-15T03:48:25.908Z consumes: repo-depot-client
23552026-09-15T03:48:25.908Z
23562026-09-15T03:48:25.908Zoximeter-collector (omicron/oximeter/collector)
23572026-09-15T03:48:25.908Z exposes: Oximeter (client = oximeter-client)
23582026-09-15T03:48:25.908Z consumes: nexus-client
23592026-09-15T03:48:25.908Z
23602026-09-15T03:48:25.908Zpropolis-server (propolis/bin/propolis-server)
23612026-09-15T03:48:25.908Z exposes: Crucible Control (for testing only) (client = crucible-control-client)
23622026-09-15T03:48:25.908Z exposes: Propolis (client = propolis-client)
23632026-09-15T03:48:25.908Z consumes: nexus-client
23642026-09-15T03:48:25.908Z consumes: sled-agent-client (intra-deployment-unit-only)
23652026-09-15T03:48:25.908Z
23662026-09-15T03:48:25.908Zsled-agent-rack-setup (omicron/sled-agent/rack-setup) [embedded in omicron-sled-agent; rack-init only]
23672026-09-15T03:48:25.912Z consumes: cockroach-admin-client
23682026-09-15T03:48:25.912Z consumes: ddm-admin-client
23692026-09-15T03:48:25.912Z consumes: dns-service-client
23702026-09-15T03:48:25.912Z consumes: nexus-lockstep-client
23712026-09-15T03:48:25.912Z consumes: ntp-admin-client
23722026-09-15T03:48:25.912Z consumes: sled-agent-client
23732026-09-15T03:48:25.912Z
23742026-09-15T03:48:25.912Ztfportd (dendrite/tfportd)
23752026-09-15T03:48:25.912Z consumes: dpd-client (intra-deployment-unit-only)
23762026-09-15T03:48:25.912Z consumes: lldpd-client (intra-deployment-unit-only)
23772026-09-15T03:48:25.912Z
23782026-09-15T03:48:25.912Zwicketd (omicron/wicketd)
23792026-09-15T03:48:25.912Z exposes: Wicketd Installinator (client = installinator-client)
23802026-09-15T03:48:25.912Z exposes: Wicketd (client = wicketd-client)
23812026-09-15T03:48:25.912Z exposes: Wicketd Commission (client = wicketd-commission-client)
23822026-09-15T03:48:25.912Z consumes: bootstrap-agent-lockstep-client
23832026-09-15T03:48:25.912Z consumes: ddm-admin-client (intra-deployment-unit-only)
23842026-09-15T03:48:25.912Z consumes: dpd-client (intra-deployment-unit-only)
23852026-09-15T03:48:25.912Z consumes: gateway-client (intra-deployment-unit-only)
23862026-09-15T03:48:25.912Z
23872026-09-15T03:48:26.006Z
23882026-09-15T03:48:26.006Zreal 5.403143749
23892026-09-15T03:48:26.006Zuser 4.852004674
23902026-09-15T03:48:26.006Zsys 1.854184656
23912026-09-15T03:48:26.006Ztrap 0.000622920
23922026-09-15T03:48:26.006Ztflt 0.000042680
23932026-09-15T03:48:26.009Zdflt 0.000261700
23942026-09-15T03:48:26.009Zkflt 0.000000000
23952026-09-15T03:48:26.009Zlock 2.134467861
23962026-09-15T03:48:26.009Zslp 23.778097536
23972026-09-15T03:48:26.009Zlat 0.037059127
23982026-09-15T03:48:26.009Zstop 0.010216406
23992026-09-15T03:48:26.009Z+ ptime -m cargo xtask ls-apis check
24002026-09-15T03:48:26.452Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
24012026-09-15T03:48:26.472Z Running `target/debug/xtask ls-apis check`
24022026-09-15T03:48:27.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
24032026-09-15T03:48:27.330Z Running `target/debug/ls-apis check`
24042026-09-15T03:48:27.383Zloading metadata for workspace omicron from current workspace
24052026-09-15T03:48:28.463Znote: package "dpd-client": found a version matching the git commit in package-manifest.toml (04a52a3240a26c58f03e1cf40353d67ff69d76b6), but also found other versions at different commits. This does not affect this tool. But it's potentially suspicious that different components are using different versions.
24062026-09-15T03:48:28.467Z - 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" }
24072026-09-15T03:48:28.480Zloading metadata for workspace management-gateway-service from /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/438cd18/Cargo.toml
24082026-09-15T03:48:28.484Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/54b2661/Cargo.toml
24092026-09-15T03:48:28.484Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/04a52a3/Cargo.toml
24102026-09-15T03:48:28.484Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/ce015cd/Cargo.toml
24112026-09-15T03:48:28.484Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/ad8a317/Cargo.toml
24122026-09-15T03:48:28.487Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/046f743/Cargo.toml
24132026-09-15T03:48:30.943Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
24142026-09-15T03:48:31.017Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
24152026-09-15T03:48:31.423Z
24162026-09-15T03:48:31.423Z
24172026-09-15T03:48:31.423ZServer-managed APIs:
24182026-09-15T03:48:31.423Z
24192026-09-15T03:48:31.423Z Clickhouse Cluster Admin for Keepers (clickhouse-admin-keeper-client, exposed by omicron-clickhouse-admin)
24202026-09-15T03:48:31.424Z Clickhouse Cluster Admin for Servers (clickhouse-admin-server-client, exposed by omicron-clickhouse-admin)
24212026-09-15T03:48:31.424Z Clickhouse Single-Node Cluster Admin (clickhouse-admin-single-client, exposed by omicron-clickhouse-admin)
24222026-09-15T03:48:31.424Z CockroachDB Cluster Admin (cockroach-admin-client, exposed by omicron-cockroach-admin)
24232026-09-15T03:48:31.424Z Crucible Agent (crucible-agent-client, exposed by crucible-agent)
24242026-09-15T03:48:31.424Z Crucible Control (for testing only) (crucible-control-client, exposed by propolis-server)
24252026-09-15T03:48:31.424Z Crucible Pantry (crucible-pantry-client, exposed by crucible-pantry)
24262026-09-15T03:48:31.424Z Maghemite DDM Admin (ddm-admin-client, exposed by ddmd)
24272026-09-15T03:48:31.424Z DNS Server (dns-service-client, exposed by dns-server)
24282026-09-15T03:48:31.424Z Dendrite DPD (dpd-client, exposed by dpd)
24292026-09-15T03:48:31.424Z Management Gateway Service (gateway-client, exposed by omicron-gateway)
24302026-09-15T03:48:31.424Z LLDP daemon (lldpd-client, exposed by lldpd)
24312026-09-15T03:48:31.424Z Maghemite MG Admin (mg-admin-client, exposed by mgd)
24322026-09-15T03:48:31.424Z External API (oxide-client, exposed by omicron-nexus)
24332026-09-15T03:48:31.424Z Oximeter (oximeter-client, exposed by oximeter-collector)
24342026-09-15T03:48:31.424Z Propolis (propolis-client, exposed by propolis-server)
24352026-09-15T03:48:31.424Z Sled Agent (sled-agent-client, exposed by omicron-sled-agent)
24362026-09-15T03:48:31.424Z Wicketd (wicketd-client, exposed by wicketd)
24372026-09-15T03:48:31.424Z Wicketd Commission (wicketd-commission-client, exposed by wicketd)
24382026-09-15T03:48:31.424Z
24392026-09-15T03:48:31.424Z
24402026-09-15T03:48:31.424ZClient-managed API:
24412026-09-15T03:48:31.424Z
24422026-09-15T03:48:31.424Z Bootstrap Agent Lockstep API (bootstrap-agent-lockstep-client, exposed by omicron-sled-agent)
24432026-09-15T03:48:31.424Z reason: wicketd can wind up calling into sled agent on different sleds
24442026-09-15T03:48:31.424Z Wicketd Installinator (installinator-client, exposed by wicketd)
24452026-09-15T03:48:31.424Z reason: client is provided implicitly by the operator
24462026-09-15T03:48:31.424Z Nexus Internal API (nexus-client, exposed by omicron-nexus)
24472026-09-15T03:48:31.424Z reason: Circular dependencies between Nexus and other services
24482026-09-15T03:48:31.424Z Nexus Internal Lockstep API (nexus-lockstep-client, exposed by omicron-nexus)
24492026-09-15T03:48:31.424Z reason: Circular dependencies between Nexus and other services
24502026-09-15T03:48:31.424Z NTP Admin (ntp-admin-client, exposed by omicron-ntp-admin)
24512026-09-15T03:48:31.424Z 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.
24522026-09-15T03:48:31.424Z
24532026-09-15T03:48:31.424Z Crucible Repair (repair-client, exposed by crucible-downstairs)
24542026-09-15T03:48:31.424Z reason: depends on itself (i.e., instances call each other)
24552026-09-15T03:48:31.424Z Repo Depot API (repo-depot-client, exposed by omicron-sled-agent)
24562026-09-15T03:48:31.424Z reason: depends on itself (i.e., instances call each other)
24572026-09-15T03:48:31.425Z
24582026-09-15T03:48:31.425Z
24592026-09-15T03:48:31.425ZAPIs with unknown version management: none
24602026-09-15T03:48:31.425Z
24612026-09-15T03:48:31.425Z
24622026-09-15T03:48:31.425ZAPIs that failed consumer checks: none
24632026-09-15T03:48:31.523Z
24642026-09-15T03:48:31.523Zreal 5.486705771
24652026-09-15T03:48:31.523Zuser 4.944255662
24662026-09-15T03:48:31.523Zsys 1.853594184
24672026-09-15T03:48:31.526Ztrap 0.000870640
24682026-09-15T03:48:31.526Ztflt 0.000042850
24692026-09-15T03:48:31.526Zdflt 0.000106020
24702026-09-15T03:48:31.526Zkflt 0.000000000
24712026-09-15T03:48:31.526Zlock 2.107851060
24722026-09-15T03:48:31.526Zslp 23.598383661
24732026-09-15T03:48:31.526Zlat 0.048900585
24742026-09-15T03:48:31.526Zstop 0.009514982
24752026-09-15T03:48:31.526Z+ ptime -m cargo xtask ls-apis adoc
24762026-09-15T03:48:31.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
24772026-09-15T03:48:31.985Z Running `target/debug/xtask ls-apis adoc`
24782026-09-15T03:48:32.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
24792026-09-15T03:48:32.839Z Running `target/debug/ls-apis adoc`
24802026-09-15T03:48:32.894Zloading metadata for workspace omicron from current workspace
24812026-09-15T03:48:33.969Znote: package "dpd-client": found a version matching the git commit in package-manifest.toml (04a52a3240a26c58f03e1cf40353d67ff69d76b6), but also found other versions at different commits. This does not affect this tool. But it's potentially suspicious that different components are using different versions.
24822026-09-15T03:48:33.973Z - 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" }
24832026-09-15T03:48:33.990Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/ad8a317/Cargo.toml
24842026-09-15T03:48:33.993Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/54b2661/Cargo.toml
24852026-09-15T03:48:33.993Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/ce015cd/Cargo.toml
24862026-09-15T03:48:33.994Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/04a52a3/Cargo.toml
24872026-09-15T03:48:33.994Zloading metadata for workspace management-gateway-service from /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/438cd18/Cargo.toml
24882026-09-15T03:48:33.994Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/046f743/Cargo.toml
24892026-09-15T03:48:36.501Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
24902026-09-15T03:48:36.574Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
24912026-09-15T03:48:36.988Z
24922026-09-15T03:48:36.988Zreal 5.434214042
24932026-09-15T03:48:36.988Zuser 4.853638965
24942026-09-15T03:48:36.988Zsys 1.885202798
24952026-09-15T03:48:36.988Ztrap 0.000600170
24962026-09-15T03:48:36.991Ztflt 0.000027150
24972026-09-15T03:48:36.991Zdflt 0.000558170
24982026-09-15T03:48:36.991Zkflt 0.000011080
24992026-09-15T03:48:36.991Zlock 2.111970394
25002026-09-15T03:48:36.991Zslp 23.869040854
25012026-09-15T03:48:36.991Zlat 0.051263588
25022026-09-15T03:48:36.991Zstop 0.009291411
25032026-09-15T03:48:36.991Z+ banner build
25042026-09-15T03:48:36.995Z
25052026-09-15T03:48:36.995Z ##### # # # # #####
25062026-09-15T03:48:36.995Z # # # # # # # #
25072026-09-15T03:48:36.995Z ##### # # # # # #
25082026-09-15T03:48:36.995Z # # # # # # # #
25092026-09-15T03:48:36.995Z # # # # # # # #
25102026-09-15T03:48:36.995Z ##### #### # ###### #####
25112026-09-15T03:48:36.995Z
25122026-09-15T03:48:36.995Z+ export 'RUSTFLAGS=--cfg tokio_unstable -D warnings'
25132026-09-15T03:48:36.995Z+ RUSTFLAGS='--cfg tokio_unstable -D warnings'
25142026-09-15T03:48:36.995Z+ export 'RUSTDOCFLAGS=--document-private-items -D warnings'
25152026-09-15T03:48:36.995Z+ RUSTDOCFLAGS='--document-private-items -D warnings'
25162026-09-15T03:48:36.995Z+ [[ illumos == \i\l\l\u\m\o\s ]]
25172026-09-15T03:48:36.995Z+ RUSTFLAGS='--cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64'
25182026-09-15T03:48:36.995Z+ export TMPDIR=/var/tmp/omicron_tmp
25192026-09-15T03:48:36.995Z+ TMPDIR=/var/tmp/omicron_tmp
25202026-09-15T03:48:36.995Z+ export RUST_BACKTRACE=1
25212026-09-15T03:48:36.995Z+ RUST_BACKTRACE=1
25222026-09-15T03:48:36.995Z+ export CARGO_INCREMENTAL=0
25232026-09-15T03:48:36.995Z+ CARGO_INCREMENTAL=0
25242026-09-15T03:48:36.995Z+ export RUSTC_BOOTSTRAP=1
25252026-09-15T03:48:36.995Z+ RUSTC_BOOTSTRAP=1
25262026-09-15T03:48:36.995Z+ ptime -m cargo --config build.analysis.enabled=true build -Zbuild-analysis --workspace --tests --locked --verbose
25272026-09-15T03:48:39.190Z Compiling proc-macro2 v1.0.106
25282026-09-15T03:48:39.190Z Compiling unicode-ident v1.0.24
25292026-09-15T03:48:39.190Z Compiling quote v1.0.45
25302026-09-15T03:48:39.191Z Compiling serde_core v1.0.228
25312026-09-15T03:48:39.194Z Compiling libc v0.2.185
25322026-09-15T03:48:39.194Z Compiling serde v1.0.228
25332026-09-15T03:48:39.194Z Compiling cfg-if v1.0.4
25342026-09-15T03:48:39.488Z Compiling memchr v2.8.0
25352026-09-15T03:48:39.491Z Compiling smallvec v1.15.1
25362026-09-15T03:48:39.492Z Compiling autocfg v1.5.0
25372026-09-15T03:48:39.492Z Compiling itoa v1.0.17
25382026-09-15T03:48:39.519Z Compiling log v0.4.33
25392026-09-15T03:48:39.519Z Compiling rand_core v0.10.0
25402026-09-15T03:48:39.519Z Compiling libm v0.2.16
25412026-09-15T03:48:39.519Z Compiling getrandom v0.4.3
25422026-09-15T03:48:39.519Z Compiling subtle v2.6.1
25432026-09-15T03:48:39.519Z Compiling zmij v1.0.21
25442026-09-15T03:48:39.519Z Compiling serde_json v1.0.151
25452026-09-15T03:48:39.519Z Compiling version_check v0.9.5
25462026-09-15T03:48:39.519Z Compiling scopeguard v1.2.0
25472026-09-15T03:48:39.519Z Compiling typenum v1.20.1
25482026-09-15T03:48:39.519Z Compiling stable_deref_trait v1.2.1
25492026-09-15T03:48:39.519Z Compiling percent-encoding v2.3.2
25502026-09-15T03:48:39.519Z Compiling litemap v0.8.1
25512026-09-15T03:48:39.519Z Compiling writeable v0.6.2
25522026-09-15T03:48:39.519Z Compiling icu_normalizer_data v2.1.1
25532026-09-15T03:48:39.523Z Compiling portable-atomic v1.13.1
25542026-09-15T03:48:39.523Z Compiling icu_properties_data v2.1.2
25552026-09-15T03:48:39.523Z Compiling critical-section v1.2.0
25562026-09-15T03:48:39.549Z Compiling zerocopy v0.8.55
25572026-09-15T03:48:39.553Z Compiling utf8_iter v1.0.4
25582026-09-15T03:48:39.553Z Compiling parking_lot_core v0.9.12
25592026-09-15T03:48:39.610Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=eff1f8fecbd4a720 -C extra-filename=-4d5c245a9f254975 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro2-4d5c245a9f254975 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25602026-09-15T03:48:39.641Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.45/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=278c25e440ebef30 -C extra-filename=-7eb0dd905166207c --out-dir /work/oxidecomputer/omicron/target/debug/build/quote-7eb0dd905166207c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25612026-09-15T03:48:39.645Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_ident --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.24/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fdff7d5c55ce8982 -C extra-filename=-01edd4035b1021f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25622026-09-15T03:48:39.645Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="rc"' --cfg 'feature="result"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "rc", "result", "std", "unstable"))' -C metadata=d6cb111b739d8bf5 -C extra-filename=-52dbaf466546b099 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_core-52dbaf466546b099 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25632026-09-15T03:48:39.645Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.185/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::used_underscore_binding' --allow=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--allow=clippy::uninlined_format_args' '--warn=clippy::ptr_as_ptr' '--allow=clippy::non_minimal_cfg' '--allow=clippy::missing_safety_doc' '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--allow=clippy::identity_op' '--warn=clippy::explicit_iter_loop' '--allow=clippy::expl_impl_clone_on_copy' --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=baca10cf77422a41 -C extra-filename=-59ccc56aafbf0dee --out-dir /work/oxidecomputer/omicron/target/debug/build/libc-59ccc56aafbf0dee -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25642026-09-15T03:48:39.645Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="rc"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=db2b4c88475f9eeb -C extra-filename=-a721ae0a0e216d28 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde-a721ae0a0e216d28 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25652026-09-15T03:48:39.645Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name cfg_if --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("core", "rustc-dep-of-std"))' -C metadata=6e23ea87548b7c00 -C extra-filename=-c8afeb56cacd505f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25662026-09-15T03:48:39.645Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name memchr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=ed7c868cdd8ed63c -C extra-filename=-054bf847d36a6b9e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25672026-09-15T03:48:39.645Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name percent_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/percent-encoding-2.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=9630b88813a4d048 -C extra-filename=-0bf5a646b561519f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25682026-09-15T03:48:39.645Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name scopeguard --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scopeguard-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=d2fe1b0869a7ad2a -C extra-filename=-fc9e674395cc0336 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25692026-09-15T03:48:39.676Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.55/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="simd"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=87f70b652e128df0 -C extra-filename=-1c23f20d219beeec --out-dir /work/oxidecomputer/omicron/target/debug/build/zerocopy-1c23f20d219beeec -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25702026-09-15T03:48:39.680Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name stable_deref_trait --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/stable_deref_trait-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=c9eabd266ecba1f4 -C extra-filename=-d7caaea247884269 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25712026-09-15T03:48:39.742Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name itoa --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=ae19c5f6de8e59b4 -C extra-filename=-eb0a4b29e4e8f5ee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25722026-09-15T03:48:39.746Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name autocfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/autocfg-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fc748f7a345c77c6 -C extra-filename=-6634508604fedff9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25732026-09-15T03:48:39.746Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name typenum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.20.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="const-generics"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "i128", "scale-info", "scale_info", "strict"))' -C metadata=e4980f390cff7734 -C extra-filename=-038fdb619aeba623 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25742026-09-15T03:48:39.746Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.1.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(icu4x_custom_data)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=17e539b7d702ead5 -C extra-filename=-ba99a556c12daa03 --out-dir /work/oxidecomputer/omicron/target/debug/build/icu_normalizer_data-ba99a556c12daa03 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25752026-09-15T03:48:39.746Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name litemap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/litemap-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "databake", "default", "serde", "testing", "yoke"))' -C metadata=be4d40f737e493ce -C extra-filename=-b46158ee2a5fb370 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25762026-09-15T03:48:39.746Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.15.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="const_generics"' --cfg 'feature="const_new"' --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=085f8196f6395104 -C extra-filename=-88db28b097ca3987 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L 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-15T03:48:39.746Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name writeable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/writeable-0.6.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "either"))' -C metadata=b09221e007ae2e3f -C extra-filename=-831282bd72d11aa0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25782026-09-15T03:48:39.746Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name critical_section --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/critical-section-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("restore-state-bool", "restore-state-none", "restore-state-u16", "restore-state-u32", "restore-state-u64", "restore-state-u8", "restore-state-usize", "std"))' -C metadata=8ec8bb269a2a01ef -C extra-filename=-e6dc7524b59a8579 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25792026-09-15T03:48:39.746Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name log --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.33/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("kv", "kv_serde", "kv_std", "kv_sval", "kv_unstable", "kv_unstable_serde", "kv_unstable_std", "kv_unstable_sval", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "serde", "serde_core", "std", "sval", "sval_ref", "value-bag"))' -C metadata=5cde84225f47f960 -C extra-filename=-a96344eae1a3d1f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25802026-09-15T03:48:39.746Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph"))' -C metadata=e946b6f84d33fbfc -C extra-filename=-f3e2da0a7a1e8d07 --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-f3e2da0a7a1e8d07 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25812026-09-15T03:48:39.747Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name utf8_iter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf8_iter-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=913ed3aa362ff81a -C extra-filename=-d0b0ab0364544907 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25822026-09-15T03:48:39.747Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.21/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=741a381567fd97ef -C extra-filename=-4670cbe31edcf09a --out-dir /work/oxidecomputer/omicron/target/debug/build/zmij-4670cbe31edcf09a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25832026-09-15T03:48:39.747Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unused_trait_names' --warn=unreachable_pub --warn=unnameable_types --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes --warn=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::unreadable_literal' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::range_plus_one' '--allow=clippy::nonminimal_bool' '--allow=clippy::naive_bytecount' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::lint_groups_priority' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(target_arch,values("xtensa"))' --check-cfg 'cfg(target_arch,values("amdgpu"))' --check-cfg 'cfg(target_arch,values("loongarch32"))' --check-cfg 'cfg(target_os,values("trusty"))' --check-cfg 'cfg(target_os,values("psx"))' --check-cfg 'cfg(target_env,values("psx"))' --check-cfg 'cfg(target_feature,values("lse2","lse128","rcpc3"))' --check-cfg 'cfg(target_feature,values("quadword-atomics"))' --check-cfg 'cfg(target_feature,values("zaamo","zabha"))' --check-cfg 'cfg(target_feature,values("zacas"))' --check-cfg 'cfg(target_feature,values("miscellaneous-extensions-3"))' --check-cfg 'cfg(target_pointer_width,values("128"))' --check-cfg 'cfg(portable_atomic_no_outline_atomics,portable_atomic_outline_atomics,portable_atomic_unstable_f16,portable_atomic_unstable_f128)' --check-cfg 'cfg(portable_atomic_unstable_coerce_unsized)' --check-cfg 'cfg(portable_atomic_test_detect_false,portable_atomic_test_no_std_static_assert_ffi,qemu,valgrind)' --cfg 'feature="default"' --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("critical-section", "default", "disable-fiq", "fallback", "float", "force-amo", "require-cas", "s-mode", "serde", "std", "unsafe-assume-privileged", "unsafe-assume-single-core"))' -C metadata=953f09365347315c -C extra-filename=-d8b6e87ac2b99dd4 --out-dir /work/oxidecomputer/omicron/target/debug/build/portable-atomic-d8b6e87ac2b99dd4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25842026-09-15T03:48:39.747Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(icu4x_custom_data)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f222acdbe3227652 -C extra-filename=-7846492b1f457808 --out-dir /work/oxidecomputer/omicron/target/debug/build/icu_properties_data-7846492b1f457808 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25852026-09-15T03:48:39.775Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::undocumented_unsafe_blocks' --warn=missing_docs --warn=missing_debug_implementations -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5515520553f3fffc -C extra-filename=-70a8cc5d2f870e13 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25862026-09-15T03:48:39.779Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::useless_conversion' --warn=unused_lifetimes '--warn=clippy::unnecessary_cast' --warn=unexpected_cfgs '--warn=clippy::ptr_as_ptr' --warn=missing_docs '--warn=clippy::fn_to_numeric_cast_with_truncation' '--warn=clippy::fn_to_numeric_cast' '--warn=clippy::checked_conversions' '--warn=clippy::char_lit_as_u8' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_ptr_alignment' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' --check-cfg 'cfg(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "windows_legacy", "unsupported", "extern_impl"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_linux_without_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(target_os, values("cygwin"))' --check-cfg 'cfg(target_os, values("motor"))' -C debug-assertions=on --cfg 'feature="std"' --cfg 'feature="sys_rng"' --cfg 'feature="wasm_js"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "sys_rng", "wasm_js"))' -C metadata=2aa7e931676576d8 -C extra-filename=-d6d6fa3208e2d173 --out-dir /work/oxidecomputer/omicron/target/debug/build/getrandom-d6d6fa3208e2d173 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25872026-09-15T03:48:39.779Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.151/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="raw_value"' --cfg 'feature="std"' --cfg 'feature="unbounded_depth"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=1fcd1a2c398dd224 -C extra-filename=-fcb363d9cd48bf9e --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_json-fcb363d9cd48bf9e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25882026-09-15T03:48:39.779Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name version_check --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/version_check-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a0e2495a65581c65 -C extra-filename=-464edf1bc7384a2b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25892026-09-15T03:48:39.779Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(feature, values("compiler-builtins"))' --cfg 'feature="arch"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arch", "default", "force-soft-floats", "unstable", "unstable-float", "unstable-intrinsics", "unstable-public-internals"))' -C metadata=159fa6ef02e84e40 -C extra-filename=-4f49ed15b552742a --out-dir /work/oxidecomputer/omicron/target/debug/build/libm-4f49ed15b552742a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25902026-09-15T03:48:39.779Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name subtle --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/subtle-2.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="const-generics"' --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "core_hint_black_box", "default", "i128", "nightly", "std"))' -C metadata=9cee82e0478ef9cd -C extra-filename=-a2d4823f85931691 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25912026-09-15T03:48:39.779Z Compiling thiserror v2.0.18
25922026-09-15T03:48:39.809Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.18/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=34303ef156bb76f0 -C extra-filename=-c94bf9a52c4a59e8 --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-c94bf9a52c4a59e8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25932026-09-15T03:48:39.848Z Compiling lock_api v0.4.14
25942026-09-15T03:48:39.852Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name lock_api --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic_usize"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arc_lock", "atomic_usize", "default", "nightly", "owning_ref", "serde"))' -C metadata=736aa312794faafc -C extra-filename=-2be7686a7f17e267 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-fc9e674395cc0336.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25952026-09-15T03:48:39.919Z Compiling pin-project-lite v0.2.17
25962026-09-15T03:48:39.987Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_lite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unused_trait_names' --warn=unreachable_pub --warn=unnameable_types --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes --warn=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::range_plus_one' '--allow=clippy::nonminimal_bool' '--allow=clippy::naive_bytecount' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::collapsible_match' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=38a1af704727c7f5 -C extra-filename=-1a825e29b69bcb3e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25972026-09-15T03:48:40.057Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro2-4d5c245a9f254975/build-script-build`
25982026-09-15T03:48:40.129Z Compiling form_urlencoded v1.2.2
25992026-09-15T03:48:40.265Z Running `/work/oxidecomputer/omicron/target/debug/build/serde-a721ae0a0e216d28/build-script-build`
26002026-09-15T03:48:40.306Z Compiling equivalent v1.0.2
26012026-09-15T03:48:40.306Z Compiling heck v0.5.0
26022026-09-15T03:48:40.382Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name form_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/form_urlencoded-1.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=3a7fcbcc10519076 -C extra-filename=-31aa278f1a6bdad7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0bf5a646b561519f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26032026-09-15T03:48:40.563Z Compiling shlex v1.3.0
26042026-09-15T03:48:40.567Z Compiling iana-time-zone v0.1.65
26052026-09-15T03:48:40.567Z Compiling foldhash v0.2.0
26062026-09-15T03:48:40.567Z Compiling rustversion v1.0.22
26072026-09-15T03:48:40.597Z Compiling fnv v1.0.7
26082026-09-15T03:48:40.600Z Compiling find-msvc-tools v0.1.9
26092026-09-15T03:48:40.600Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_core-52dbaf466546b099/build-script-build`
26102026-09-15T03:48:40.629Z Running `/work/oxidecomputer/omicron/target/debug/build/libc-59ccc56aafbf0dee/build-script-build`
26112026-09-15T03:48:40.633Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=217e03ba05ee4fc4 -C extra-filename=-b4d67f07919ede1e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26122026-09-15T03:48:40.633Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name equivalent --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/equivalent-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5e1dc2ce3429e0e6 -C extra-filename=-72c76abd933b7579 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26132026-09-15T03:48:40.802Z Running `/work/oxidecomputer/omicron/target/debug/build/quote-7eb0dd905166207c/build-script-build`
26142026-09-15T03:48:40.805Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name shlex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/shlex-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=2206bef1d24e2826 -C extra-filename=-6319ee8dca09070d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26152026-09-15T03:48:40.805Z Compiling regex-syntax v0.8.10
26162026-09-15T03:48:40.805Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name foldhash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foldhash-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=d33f52f891f7f5f4 -C extra-filename=-ebc869414e836213 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26172026-09-15T03:48:40.805Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/build/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=41c0e9f8527bd413 -C extra-filename=-8aa858b87be605f2 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustversion-8aa858b87be605f2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26182026-09-15T03:48:40.805Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name iana_time_zone --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iana-time-zone-0.1.65/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("fallback"))' -C metadata=962b0906ac7c4abc -C extra-filename=-5c37a5d9e78cfea7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26192026-09-15T03:48:40.805Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name fnv --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fnv-1.0.7/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=18818b4a75764b50 -C extra-filename=-483bdc5c7d1e0898 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26202026-09-15T03:48:40.839Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name find_msvc_tools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/find-msvc-tools-0.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unexpected_cfgs --check-cfg 'cfg(disable_clang_cl_tests)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=37543ec6e47eb6ec -C extra-filename=-105b7605ca84744e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26212026-09-15T03:48:41.137Z Compiling rustix v1.1.4
26222026-09-15T03:48:41.137Z Compiling dyn-clone v1.0.20
26232026-09-15T03:48:41.167Z Compiling schemars v0.8.22
26242026-09-15T03:48:41.171Z Compiling strsim v0.11.1
26252026-09-15T03:48:41.171Z Compiling getrandom v0.3.4
26262026-09-15T03:48:41.171Z Running `/work/oxidecomputer/omicron/target/debug/build/zerocopy-1c23f20d219beeec/build-script-build`
26272026-09-15T03:48:41.171Z Running `/work/oxidecomputer/omicron/target/debug/build/zmij-4670cbe31edcf09a/build-script-build`
26282026-09-15T03:48:41.171Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unexpected_cfgs --check-cfg 'cfg(docsrs_regex)' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=3a814ffa061d763d -C extra-filename=-be5734abe16157a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26292026-09-15T03:48:41.171Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.106/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=c8adc41d2f6f5ed0 -C extra-filename=-e22f03653f92d3a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-01edd4035b1021f2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg wrap_proc_macro --cfg proc_macro_span --cfg proc_macro_span_location --cfg proc_macro_span_file --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(no_is_available)' --check-cfg 'cfg(no_literal_byte_character)' --check-cfg 'cfg(no_literal_c_string)' --check-cfg 'cfg(no_source_text)' --check-cfg 'cfg(proc_macro_span)' --check-cfg 'cfg(proc_macro_span_file)' --check-cfg 'cfg(proc_macro_span_location)' --check-cfg 'cfg(procmacro2_backtrace)' --check-cfg 'cfg(procmacro2_build_probe)' --check-cfg 'cfg(procmacro2_nightly_testing)' --check-cfg 'cfg(procmacro2_semver_exempt)' --check-cfg 'cfg(randomize_layout)' --check-cfg 'cfg(span_locations)' --check-cfg 'cfg(super_unstable)' --check-cfg 'cfg(wrap_proc_macro)'`
26302026-09-15T03:48:41.171Z Running `/work/oxidecomputer/omicron/target/debug/build/libm-4f49ed15b552742a/build-script-build`
26312026-09-15T03:48:41.632Z Compiling num-traits v0.2.19
26322026-09-15T03:48:41.635Z Compiling hashbrown v0.17.0
26332026-09-15T03:48:41.635Z Compiling futures-core v0.3.32
26342026-09-15T03:48:41.636Z Compiling cmov v0.5.4
26352026-09-15T03:48:41.636Z Compiling syn v1.0.109
26362026-09-15T03:48:41.636Z Compiling aho-corasick v1.1.4
26372026-09-15T03:48:41.636Z Compiling byteorder v1.5.0
26382026-09-15T03:48:41.666Z Compiling futures-sink v0.3.32
26392026-09-15T03:48:41.705Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-f3e2da0a7a1e8d07/build-script-build`
26402026-09-15T03:48:41.708Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-c94bf9a52c4a59e8/build-script-build`
26412026-09-15T03:48:41.708Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name strsim --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strsim-0.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7e94529c6ae2a160 -C extra-filename=-a98408623e42d77d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26422026-09-15T03:48:41.709Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "wasm_js", "windows_legacy", "unsupported"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_linux_without_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(target_os, values("cygwin"))' -C debug-assertions=on --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "wasm_js"))' -C metadata=6e573f7e8f1571c0 -C extra-filename=-fa292b067dfc6275 --out-dir /work/oxidecomputer/omicron/target/debug/build/getrandom-fa292b067dfc6275 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26432026-09-15T03:48:41.709Z Running `/work/oxidecomputer/omicron/target/debug/build/getrandom-d6d6fa3208e2d173/build-script-build`
26442026-09-15T03:48:41.709Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name dyn_clone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dyn-clone-1.0.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b276b71d5ee098db -C extra-filename=-ab58984db8b52f7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26452026-09-15T03:48:41.739Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schemars-0.8.22/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bytes"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="semver"' --cfg 'feature="url"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arrayvec", "arrayvec05", "arrayvec07", "bigdecimal", "bigdecimal03", "bigdecimal04", "bytes", "chrono", "default", "derive", "derive_json_schema", "either", "enumset", "impl_json_schema", "indexmap", "indexmap1", "indexmap2", "preserve_order", "raw_value", "rust_decimal", "schemars_derive", "semver", "smallvec", "smol_str", "ui_test", "url", "uuid", "uuid08", "uuid1"))' -C metadata=52c7afaa7c7edf10 -C extra-filename=-f77c7ec0b81575da --out-dir /work/oxidecomputer/omicron/target/debug/build/schemars-f77c7ec0b81575da -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26462026-09-15T03:48:42.020Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(error_in_core)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(linux_raw_dep)' --check-cfg 'cfg(lower_upper_exp_for_non_zero)' --check-cfg 'cfg(sanitize_memory)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(rustc_diagnostics)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(wasip2)' --check-cfg 'cfg(target_arch, values("xtensa"))' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="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=936b5c24a483f2e6 -C extra-filename=-91587e4d511bc4a8 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-91587e4d511bc4a8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26472026-09-15T03:48:42.095Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="libm"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=aa1e62ea0345c604 -C extra-filename=-0dc38356c3619fbf --out-dir /work/oxidecomputer/omicron/target/debug/build/num-traits-0dc38356c3619fbf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-6634508604fedff9.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26482026-09-15T03:48:42.095Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name libm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(feature, values("compiler-builtins"))' --cfg 'feature="arch"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arch", "default", "force-soft-floats", "unstable", "unstable-float", "unstable-intrinsics", "unstable-public-internals"))' -C metadata=bbaaf1d00e6e1bb0 -C extra-filename=-9e37edfd50945af7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg arch_enabled --check-cfg 'cfg(assert_no_panic)' --check-cfg 'cfg(intrinsics_enabled)' --check-cfg 'cfg(arch_enabled)' --check-cfg 'cfg(optimizations_enabled)' --check-cfg 'cfg(x86_no_sse)' --check-cfg 'cfg(f16_enabled)' --check-cfg 'cfg(f128_enabled)'`
26492026-09-15T03:48:42.095Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name zmij --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zmij-1.0.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=f608093c9ae4e2c6 -C extra-filename=-c243bc8ed432d803 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(exhaustive)' --check-cfg 'cfg(zmij_no_select_unpredictable)'`
26502026-09-15T03:48:42.095Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.17.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unused_extern_crates --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_else' '--warn=clippy::ptr_cast_constness' '--warn=clippy::ptr_as_ptr' '--allow=clippy::option_if_let_else' '--warn=clippy::needless_continue' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_safety_doc' '--allow=clippy::missing_errors_doc' --warn=missing_docs '--allow=clippy::manual_map' '--warn=clippy::manual_let_else' --warn=explicit_outlives_requirements --warn=ellipsis_inclusive_range_patterns --warn=elided_lifetimes_in_paths '--allow=clippy::doc_markdown' '--warn=clippy::borrow_as_ptr' --warn=bare_trait_objects --cfg 'feature="default-hasher"' --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=ae4b31e2a5d80498 -C extra-filename=-9d3880c4e221e58e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-ebc869414e836213.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26512026-09-15T03:48:42.100Z Running `/work/oxidecomputer/omicron/target/debug/build/icu_properties_data-7846492b1f457808/build-script-build`
26522026-09-15T03:48:42.100Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name cmov --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cmov-0.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b445b93cb3529d6c -C extra-filename=-a843f509c91f4323 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26532026-09-15T03:48:42.100Z Running `/work/oxidecomputer/omicron/target/debug/build/icu_normalizer_data-ba99a556c12daa03/build-script-build`
26542026-09-15T03:48:42.100Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=8c6a286fbc651902 -C extra-filename=-e55e71c291e4b5cf --out-dir /work/oxidecomputer/omicron/target/debug/build/syn-e55e71c291e4b5cf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26552026-09-15T03:48:42.100Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name byteorder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/byteorder-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=55bbb4adfa869646 -C extra-filename=-a85bc2f7a054eda7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26562026-09-15T03:48:42.100Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-fcb363d9cd48bf9e/build-script-build`
26572026-09-15T03:48:42.100Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_sink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-sink-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=d473e4cef631de24 -C extra-filename=-8b18dc3fcc726a8b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26582026-09-15T03:48:42.100Z Compiling generic-array v0.14.7
26592026-09-15T03:48:42.100Z Compiling slab v0.4.12
26602026-09-15T03:48:42.100Z Compiling futures-task v0.3.32
26612026-09-15T03:48:42.100Z Compiling futures-io v0.3.32
26622026-09-15T03:48:42.100Z Compiling base64ct v1.8.3
26632026-09-15T03:48:42.100Z Compiling thiserror v1.0.69
26642026-09-15T03:48:42.101Z Compiling anyhow v1.0.104
26652026-09-15T03:48:42.101Z Compiling ident_case v1.0.1
26662026-09-15T03:48:42.130Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name aho_corasick --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="perf-literal"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "logging", "perf-literal", "std"))' -C metadata=28646de923522346 -C extra-filename=-dbb806304b87bd02 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-054bf847d36a6b9e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26672026-09-15T03:48:42.134Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-core-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "portable-atomic", "std", "unstable"))' -C metadata=79d9452c78ac39e6 -C extra-filename=-f57b0cec2750c1f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26682026-09-15T03:48:42.529Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.45/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=565db8cb791f76ec -C extra-filename=-9f7f7ad8e15df9d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(no_diagnostic_namespace)'`
26692026-09-15T03:48:42.529Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.185/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::used_underscore_binding' --allow=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--allow=clippy::uninlined_format_args' '--warn=clippy::ptr_as_ptr' '--allow=clippy::non_minimal_cfg' '--allow=clippy::missing_safety_doc' '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--allow=clippy::identity_op' '--warn=clippy::explicit_iter_loop' '--allow=clippy::expl_impl_clone_on_copy' --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=dfbf55cddbba2e15 -C extra-filename=-f36ac586621dabce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg freebsd12 --check-cfg 'cfg(emscripten_old_stat_abi)' --check-cfg 'cfg(espidf_picolibc)' --check-cfg 'cfg(espidf_time32)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(gnu_file_offset_bits64)' --check-cfg 'cfg(gnu_time_bits64)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(linux_time_bits64)' --check-cfg 'cfg(musl_v1_2_3)' --check-cfg 'cfg(musl32_time64)' --check-cfg 'cfg(musl_redir_time64)' --check-cfg 'cfg(vxworks_lt_25_09)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx","cygwin","qurt"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos","nto71_iosock","nto80"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'`
26702026-09-15T03:48:42.533Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name slab --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slab-0.4.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=2962a084eaa5f6b8 -C extra-filename=-f96d4d9a8f48e01b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26712026-09-15T03:48:42.533Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name base64ct --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64ct-1.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=6e4ca56af19a2a3b -C extra-filename=-4641a7d020b1e261 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26722026-09-15T03:48:42.533Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_io --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-io-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "unstable"))' -C metadata=bc7031b5eaeea05d -C extra-filename=-9fa4513e97eb15c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26732026-09-15T03:48:42.533Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_task --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-task-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "std", "unstable"))' -C metadata=b53d18b6206b0cfe -C extra-filename=-99d474ad3e9ebc5e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26742026-09-15T03:48:42.533Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="more_lengths"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("more_lengths", "serde", "zeroize"))' -C metadata=b28c3dbc736a777d -C extra-filename=-d934b30833b4740b --out-dir /work/oxidecomputer/omicron/target/debug/build/generic-array-d934b30833b4740b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-464edf1bc7384a2b.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26752026-09-15T03:48:42.533Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-1.0.69/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=116f88f327af8ec7 -C extra-filename=-ad6d2671832a8532 --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-ad6d2671832a8532 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26762026-09-15T03:48:42.533Z Running `/work/oxidecomputer/omicron/target/debug/build/rustversion-8aa858b87be605f2/build-script-build`
26772026-09-15T03:48:42.533Z Compiling futures-channel v0.3.32
26782026-09-15T03:48:42.533Z Compiling const-oid v0.9.6
26792026-09-15T03:48:42.533Z Compiling base64 v0.22.1
26802026-09-15T03:48:42.533Z Compiling utf8parse v0.2.2
26812026-09-15T03:48:42.598Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_core-1.0.228/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="rc"' --cfg 'feature="result"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "rc", "result", "std", "unstable"))' -C metadata=5ab6354d5f2deb7b -C extra-filename=-26aea309b97267ee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(if_docsrs_then_no_serde_core)' --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_target_has_atomic)'`
26822026-09-15T03:48:42.603Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.104/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backtrace"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=0c3eebc1a1fe5cde -C extra-filename=-8a4eddfcf964c7be --out-dir /work/oxidecomputer/omicron/target/debug/build/anyhow-8a4eddfcf964c7be -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26832026-09-15T03:48:42.603Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ident_case --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ident_case-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3d13e96c6e5649d9 -C extra-filename=-b10675cfb7ec95f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26842026-09-15T03:48:42.895Z Running `/work/oxidecomputer/omicron/target/debug/build/num-traits-0dc38356c3619fbf/build-script-build`
26852026-09-15T03:48:42.895Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_properties_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(icu4x_custom_data)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9ea6e370cee928ca -C extra-filename=-f1a23d347140c6d4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(icu4c_enable_renaming)'`
26862026-09-15T03:48:42.895Z Running `/work/oxidecomputer/omicron/target/debug/build/schemars-f77c7ec0b81575da/build-script-build`
26872026-09-15T03:48:42.896Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-91587e4d511bc4a8/build-script-build`
26882026-09-15T03:48:42.896Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name const_oid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const-oid-0.9.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="db"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "db", "std"))' -C metadata=45f419fa07cfe647 -C extra-filename=-ba57704941fdbd49 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26892026-09-15T03:48:42.899Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_normalizer_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(icu4x_custom_data)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=669b0dd3d365cdd8 -C extra-filename=-61c6d1584c7256b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(icu4c_enable_renaming)'`
26902026-09-15T03:48:42.899Z Running `/work/oxidecomputer/omicron/target/debug/build/portable-atomic-d8b6e87ac2b99dd4/build-script-build`
26912026-09-15T03:48:42.899Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=3348cab73b18a22e -C extra-filename=-a99736055d4f315d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26922026-09-15T03:48:42.899Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "futures-sink", "sink", "std", "unstable"))' -C metadata=e5d47a426e78fe70 -C extra-filename=-5f8bf403f358d16e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-f57b0cec2750c1f6.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-8b18dc3fcc726a8b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26932026-09-15T03:48:42.899Z Compiling syn v2.0.117
26942026-09-15T03:48:42.899Z Compiling ctutils v0.4.2
26952026-09-15T03:48:42.899Z Compiling anstyle v1.0.14
26962026-09-15T03:48:42.899Z Compiling const-oid v0.10.2
26972026-09-15T03:48:42.900Z Compiling is_terminal_polyfill v1.70.2
26982026-09-15T03:48:42.900Z Compiling anstyle-query v1.1.5
26992026-09-15T03:48:42.900Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name utf8parse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf8parse-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly"))' -C metadata=4a23e13c6a9a5c7e -C extra-filename=-1b18f00722dff513 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27002026-09-15T03:48:43.227Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.117/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="visit"' --cfg 'feature="visit-mut"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=e23b4fde93893f26 -C extra-filename=-cd77af2648c8a150 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-01edd4035b1021f2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27012026-09-15T03:48:43.227Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name rustversion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustversion-1.0.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=144507cf23ab378a -C extra-filename=-284f66ec6731db10 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(cfg_macro_not_allowed)' --check-cfg 'cfg(host_os, values("windows"))'`
27022026-09-15T03:48:43.231Z Compiling errno v0.3.14
27032026-09-15T03:48:43.231Z Compiling jobserver v0.1.34
27042026-09-15T03:48:43.231Z Compiling mio v1.2.0
27052026-09-15T03:48:43.231Z Compiling socket2 v0.6.3
27062026-09-15T03:48:43.231Z Compiling getrandom v0.2.17
27072026-09-15T03:48:43.231Z Compiling regex-automata v0.4.14
27082026-09-15T03:48:43.263Z Compiling colorchoice v1.0.4
27092026-09-15T03:48:43.266Z Compiling pkg-config v0.3.32
27102026-09-15T03:48:43.266Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ctutils --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ctutils-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --cfg 'feature="subtle"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "subtle"))' -C metadata=7b1d8f87635c4e8d -C extra-filename=-2d1a5e6b7b265c07 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cmov=/work/oxidecomputer/omicron/target/debug/deps/libcmov-a843f509c91f4323.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2d4823f85931691.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27112026-09-15T03:48:43.266Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name const_oid --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const-oid-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "db"))' -C metadata=d09f7b38e8c166a7 -C extra-filename=-11ea691932e08d12 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27122026-09-15T03:48:43.267Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name anstyle --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-1.0.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=223ce94e544075dd -C extra-filename=-665243e242fcd7e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27132026-09-15T03:48:43.267Z Running `/work/oxidecomputer/omicron/target/debug/build/syn-e55e71c291e4b5cf/build-script-build`
27142026-09-15T03:48:43.267Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal_polyfill --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/is_terminal_polyfill-1.70.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default"))' -C metadata=3d6b3c1a4dbbba44 -C extra-filename=-dc90f2da1eb003f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27152026-09-15T03:48:43.267Z Running `/work/oxidecomputer/omicron/target/debug/build/getrandom-fa292b067dfc6275/build-script-build`
27162026-09-15T03:48:43.267Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_query --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-query-1.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=66fb1fe002ceb825 -C extra-filename=-b6ced3121f21ed06 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27172026-09-15T03:48:43.603Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name errno --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/errno-0.3.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=39e891b1220cd51b -C extra-filename=-db9c655ed119b5fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27182026-09-15T03:48:43.607Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name num_traits --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="libm"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=6339779b437d7a2d -C extra-filename=-6c9795a397cfc660 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libm=/work/oxidecomputer/omicron/target/debug/deps/liblibm-9e37edfd50945af7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_total_cmp --check-cfg 'cfg(has_total_cmp)'`
27192026-09-15T03:48:43.607Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name jobserver --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jobserver-0.1.34/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2c8de607e5bdc300 -C extra-filename=-1a9bf65f19ab372e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27202026-09-15T03:48:43.607Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name portable_atomic --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/portable-atomic-1.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unused_trait_names' --warn=unreachable_pub --warn=unnameable_types --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes --warn=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::unreadable_literal' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::range_plus_one' '--allow=clippy::nonminimal_bool' '--allow=clippy::naive_bytecount' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::lint_groups_priority' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(target_arch,values("xtensa"))' --check-cfg 'cfg(target_arch,values("amdgpu"))' --check-cfg 'cfg(target_arch,values("loongarch32"))' --check-cfg 'cfg(target_os,values("trusty"))' --check-cfg 'cfg(target_os,values("psx"))' --check-cfg 'cfg(target_env,values("psx"))' --check-cfg 'cfg(target_feature,values("lse2","lse128","rcpc3"))' --check-cfg 'cfg(target_feature,values("quadword-atomics"))' --check-cfg 'cfg(target_feature,values("zaamo","zabha"))' --check-cfg 'cfg(target_feature,values("zacas"))' --check-cfg 'cfg(target_feature,values("miscellaneous-extensions-3"))' --check-cfg 'cfg(target_pointer_width,values("128"))' --check-cfg 'cfg(portable_atomic_no_outline_atomics,portable_atomic_outline_atomics,portable_atomic_unstable_f16,portable_atomic_unstable_f128)' --check-cfg 'cfg(portable_atomic_unstable_coerce_unsized)' --check-cfg 'cfg(portable_atomic_test_detect_false,portable_atomic_test_no_std_static_assert_ffi,qemu,valgrind)' --cfg 'feature="default"' --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("critical-section", "default", "disable-fiq", "fallback", "float", "force-amo", "require-cas", "s-mode", "serde", "std", "unsafe-assume-privileged", "unsafe-assume-single-core"))' -C metadata=5da1858723a3d578 -C extra-filename=-e914187787332acb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(target_feature,values("lsfe","fast-serialization","load-store-on-cond","distinct-ops","rmw"))' --check-cfg 'cfg(portable_atomic_atomic_intrinsics,portable_atomic_disable_fiq,portable_atomic_force_amo,portable_atomic_ll_sc_rmw,portable_atomic_no_asm,portable_atomic_no_asm_maybe_uninit,portable_atomic_no_atomic_64,portable_atomic_no_atomic_cas,portable_atomic_no_atomic_load_store,portable_atomic_no_atomic_min_max,portable_atomic_no_cfg_target_has_atomic,portable_atomic_no_cmpxchg16b_intrinsic,portable_atomic_no_cmpxchg16b_target_feature,portable_atomic_no_const_mut_refs,portable_atomic_no_const_raw_ptr_deref,portable_atomic_no_const_transmute,portable_atomic_no_core_unwind_safe,portable_atomic_no_diagnostic_namespace,portable_atomic_no_strict_provenance,portable_atomic_no_strict_provenance_atomic_ptr,portable_atomic_no_stronger_failure_ordering,portable_atomic_no_track_caller,portable_atomic_no_unsafe_op_in_unsafe_fn,portable_atomic_pre_llvm_15,portable_atomic_pre_llvm_16,portable_atomic_pre_llvm_18,portable_atomic_pre_llvm_20,portable_atomic_s_mode,portable_atomic_sanitize_thread,portable_atomic_target_feature,portable_atomic_unsafe_assume_privileged,portable_atomic_unsafe_assume_single_core,portable_atomic_unstable_asm,portable_atomic_unstable_asm_experimental_arch,portable_atomic_unstable_cfg_target_has_atomic,portable_atomic_unstable_isa_attribute)' --check-cfg 'cfg(portable_atomic_target_feature,values("cmpxchg16b","distinct-ops","fast-serialization","load-store-on-cond","lse","lse128","lse2","lsfe","mclass","miscellaneous-extensions-3","quadword-atomics","rcpc3","rmw","v6","v7","zaamo","zabha","zacas"))'`
27212026-09-15T03:48:43.607Z Running `/work/oxidecomputer/omicron/target/debug/build/generic-array-d934b30833b4740b/build-script-build`
27222026-09-15T03:48:43.607Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name regex_automata --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unexpected_cfgs --check-cfg 'cfg(docsrs_regex)' --cfg 'feature="alloc"' --cfg 'feature="dfa"' --cfg 'feature="dfa-build"' --cfg 'feature="dfa-onepass"' --cfg 'feature="dfa-search"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="perf"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-literal-multisubstring"' --cfg 'feature="perf-literal-substring"' --cfg 'feature="std"' --cfg 'feature="syntax"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --cfg 'feature="unicode-word-boundary"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "dfa", "dfa-build", "dfa-onepass", "dfa-search", "hybrid", "internal-instrument", "internal-instrument-pikevm", "logging", "meta", "nfa", "nfa-backtrack", "nfa-pikevm", "nfa-thompson", "perf", "perf-inline", "perf-literal", "perf-literal-multisubstring", "perf-literal-substring", "std", "syntax", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unicode-word-boundary"))' -C metadata=21f816aad3a469f2 -C extra-filename=-ed883849b59715f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-dbb806304b87bd02.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-054bf847d36a6b9e.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-be5734abe16157a0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27232026-09-15T03:48:43.636Z Compiling anstyle-parse v1.0.0
27242026-09-15T03:48:43.639Z Compiling allocator-api2 v0.2.21
27252026-09-15T03:48:43.639Z Compiling either v1.15.0
27262026-09-15T03:48:43.639Z Compiling fastrand v2.3.0
27272026-09-15T03:48:43.639Z Compiling clap_lex v1.0.0
27282026-09-15T03:48:43.639Z Compiling num-conv v0.2.0
27292026-09-15T03:48:43.639Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-ad6d2671832a8532/build-script-build`
27302026-09-15T03:48:43.639Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="js"' --cfg 'feature="js-sys"' --cfg 'feature="rdrand"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "custom", "js", "js-sys", "linux_disable_fallback", "rdrand", "rustc-dep-of-std", "std", "test-in-browser", "wasm-bindgen"))' -C metadata=a04fb0fcc7be87dd -C extra-filename=-53a24cd2896410db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27312026-09-15T03:48:43.639Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(mio_unsupported_force_waker_pipe)' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "log", "net", "os-ext", "os-poll"))' -C metadata=1fa37d14e3a88c67 -C extra-filename=-242fe92aa751b4a7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a96344eae1a3d1f9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27322026-09-15T03:48:43.639Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-0.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="all"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all"))' -C metadata=a1beb30097547538 -C extra-filename=-7e24caacc7ed35d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27332026-09-15T03:48:43.639Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph"))' -C metadata=09c443374e48f505 -C extra-filename=-1d8089bd7d671c32 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-88db28b097ca3987.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(tsan_enabled)'`
27342026-09-15T03:48:43.639Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::useless_conversion' --warn=unused_lifetimes '--warn=clippy::unnecessary_cast' --warn=unexpected_cfgs '--warn=clippy::ptr_as_ptr' --warn=missing_docs '--warn=clippy::fn_to_numeric_cast_with_truncation' '--warn=clippy::fn_to_numeric_cast' '--warn=clippy::checked_conversions' '--warn=clippy::char_lit_as_u8' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_ptr_alignment' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' --check-cfg 'cfg(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "windows_legacy", "unsupported", "extern_impl"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_linux_without_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(target_os, values("cygwin"))' --check-cfg 'cfg(target_os, values("motor"))' -C debug-assertions=on --cfg 'feature="std"' --cfg 'feature="sys_rng"' --cfg 'feature="wasm_js"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "sys_rng", "wasm_js"))' -C metadata=3998e2d38bd456ee -C extra-filename=-21201851a35fa059 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-70a8cc5d2f870e13.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27352026-09-15T03:48:43.671Z Running `/work/oxidecomputer/omicron/target/debug/build/anyhow-8a4eddfcf964c7be/build-script-build`
27362026-09-15T03:48:43.675Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name colorchoice --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorchoice-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=346de54934357d2f -C extra-filename=-82fab9bd56c6df6e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27372026-09-15T03:48:43.675Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name pkg_config --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pkg-config-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ba7a960ece17a333 -C extra-filename=-62584c7c957af197 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27382026-09-15T03:48:44.017Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "wasm_js", "windows_legacy", "unsupported"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_linux_without_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(target_os, values("cygwin"))' -C debug-assertions=on --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "wasm_js"))' -C metadata=8959d611795622f4 -C extra-filename=-5d1a82fc3b083576 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27392026-09-15T03:48:44.021Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=1fd0eb6d90a62b10 -C extra-filename=-aee7d2f8582b61aa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-01edd4035b1021f2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg syn_disable_nightly_tests`
27402026-09-15T03:48:44.021Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_parse --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-parse-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="utf8"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("core", "default", "utf8"))' -C metadata=c7aa6a9523a715a9 -C extra-filename=-9231d100e14fd7c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-1b18f00722dff513.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27412026-09-15T03:48:44.021Z Compiling rand_core v0.6.4
27422026-09-15T03:48:44.021Z Compiling time-core v0.1.8
27432026-09-15T03:48:44.051Z Compiling powerfmt v0.2.0
27442026-09-15T03:48:44.054Z Compiling camino v1.2.5
27452026-09-15T03:48:44.054Z Compiling num_threads v0.1.7
27462026-09-15T03:48:44.054Z Compiling cpufeatures v0.3.0
27472026-09-15T03:48:44.054Z Compiling crossbeam-utils v0.8.21
27482026-09-15T03:48:44.055Z Compiling dunce v1.0.5
27492026-09-15T03:48:44.132Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name fastrand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fastrand-2.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "js", "std"))' -C metadata=d62f6c6456990544 -C extra-filename=-34d1a9f7e69a4e38 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27502026-09-15T03:48:44.132Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name allocator_api2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(no_global_oom_handling)' --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "fresh-rust", "nightly", "serde", "std"))' -C metadata=28a4742a485d31ce -C extra-filename=-ee51dc0aff59f99d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27512026-09-15T03:48:44.163Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name num_conv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-conv-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unused --warn=unreachable-pub '--deny=clippy::std-instead-of-core' --warn=missing-docs '--deny=clippy::alloc-instead-of-core' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=94ad2f5ba7356448 -C extra-filename=-72f6ba79b9b42a33 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27522026-09-15T03:48:44.170Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name either --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/either-1.15.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std", "use_std"))' -C metadata=5fd87871233723b6 -C extra-filename=-2f892cc0986a716b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27532026-09-15T03:48:44.170Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name clap_lex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_lex-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2ead2b4259bc68cd -C extra-filename=-854c69d882081280 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27542026-09-15T03:48:44.345Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "getrandom", "serde", "serde1", "std"))' -C metadata=c1df8a5ca807b543 -C extra-filename=-23b680fb0aad4548 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-53a24cd2896410db.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27552026-09-15T03:48:44.345Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name powerfmt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/powerfmt-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "macros", "std"))' -C metadata=7851b7b4e2ac8221 -C extra-filename=-17046eb3c00e41fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27562026-09-15T03:48:44.345Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name time_core --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-core-0.1.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unused '--warn=clippy::nursery' '--warn=clippy::all' --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' --deny=unexpected_cfgs '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations '--warn=clippy::as-underscore' --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --allow=unstable-name-collisions '--allow=clippy::uninhabited-references' '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' '--allow=clippy::incompatible-msrv' --check-cfg 'cfg(__ui_tests)' --check-cfg 'cfg(bench)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("large-dates"))' -C metadata=9ba3405723376a93 -C extra-filename=-069f3179a2f51b93 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27572026-09-15T03:48:44.346Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-1.2.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest1", "serde1"))' -C metadata=e19da624bfe01df6 -C extra-filename=-39d7504629a50697 --out-dir /work/oxidecomputer/omicron/target/debug/build/camino-39d7504629a50697 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27582026-09-15T03:48:44.350Z Compiling bitflags v2.11.0
27592026-09-15T03:48:44.350Z Compiling semver v1.0.28
27602026-09-15T03:48:44.350Z Compiling once_cell v1.21.3
27612026-09-15T03:48:44.350Z Compiling parking_lot v0.12.5
27622026-09-15T03:48:44.350Z Compiling signal-hook-registry v1.4.8
27632026-09-15T03:48:44.350Z Compiling cc v1.2.56
27642026-09-15T03:48:44.350Z Compiling uuid v1.23.4
27652026-09-15T03:48:44.350Z Compiling indexmap v2.14.0
27662026-09-15T03:48:44.350Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name num_threads --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num_threads-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5b06c882a6cb9f36 -C extra-filename=-f460c5ff6f6b122e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27672026-09-15T03:48:44.350Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name dunce --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dunce-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e2b7962e7942113e -C extra-filename=-a5e2c81e63550500 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27682026-09-15T03:48:44.350Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=69809c1991d82c20 -C extra-filename=-42000150f7e481c9 --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-42000150f7e481c9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27692026-09-15T03:48:44.350Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name cpufeatures --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpufeatures-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=596d7475628ca501 -C extra-filename=-6d8939dd719dc12a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27702026-09-15T03:48:44.698Z Compiling slog v2.8.2
27712026-09-15T03:48:44.698Z Compiling anstream v1.0.0
27722026-09-15T03:48:44.703Z Compiling rand_core v0.9.5
27732026-09-15T03:48:44.703Z Compiling fs_extra v1.3.0
27742026-09-15T03:48:44.703Z Compiling spin v0.9.8
27752026-09-15T03:48:44.703Z Compiling cpufeatures v0.2.17
27762026-09-15T03:48:44.703Z Compiling httparse v1.10.1
27772026-09-15T03:48:44.703Z Compiling aws-lc-rs v1.16.3
27782026-09-15T03:48:44.732Z Compiling pem-rfc7468 v0.7.0
27792026-09-15T03:48:44.738Z Compiling flagset v0.4.7
27802026-09-15T03:48:44.765Z Compiling unicode-segmentation v1.12.0
27812026-09-15T03:48:44.768Z Compiling untrusted v0.7.1
27822026-09-15T03:48:44.769Z Compiling simd-adler32 v0.3.8
27832026-09-15T03:48:44.769Z Compiling unicode-width v0.2.0
27842026-09-15T03:48:44.800Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="serde_core"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "example_generated", "serde", "serde_core", "std"))' -C metadata=5bd82745be231c58 -C extra-filename=-3948ba2719554b61 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-26aea309b97267ee.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27852026-09-15T03:48:44.805Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name once_cell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="critical-section"' --cfg 'feature="default"' --cfg 'feature="portable-atomic"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=f791864e7803ad27 -C extra-filename=-0875c71ea664a892 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern critical_section=/work/oxidecomputer/omicron/target/debug/deps/libcritical_section-e6dc7524b59a8579.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-e914187787332acb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27862026-09-15T03:48:44.805Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name cc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.56/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unexpected_cfgs --check-cfg 'cfg(disable_clang_cl_tests)' --cfg 'feature="parallel"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("jobserver", "parallel"))' -C metadata=5a5bdbc7fc2ee86c -C extra-filename=-8f5da3de5601b39f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern find_msvc_tools=/work/oxidecomputer/omicron/target/debug/deps/libfind_msvc_tools-105b7605ca84744e.rmeta --extern jobserver=/work/oxidecomputer/omicron/target/debug/deps/libjobserver-1a9bf65f19ab372e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-6319ee8dca09070d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27872026-09-15T03:48:44.805Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.23.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unexpected_cfgs --check-cfg 'cfg(uuid_unstable)' -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="rng"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "atomic", "borsh", "bytemuck", "default", "fast-rng", "js", "macro-diagnostics", "md5", "rng", "rng-getrandom", "rng-rand", "serde", "sha1", "slog", "std", "uuid-rng-internal-lib", "v1", "v3", "v4", "v5", "v6", "v7", "v8", "zerocopy"))' -C metadata=1237376318a04b18 -C extra-filename=-5bc5d85a6925978a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-21201851a35fa059.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-26aea309b97267ee.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27882026-09-15T03:48:44.805Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --deny=unsafe-code --deny=unreachable-pub --deny=unnameable-types '--allow=clippy::style' --warn=rust-2018-idioms --deny=private-interfaces --deny=private-bounds --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "borsh", "default", "quickcheck", "rayon", "serde", "std", "sval", "test_debug"))' -C metadata=11aa79ce1cf9feff -C extra-filename=-df56548816dd36a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-72c76abd933b7579.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-9d3880c4e221e58e.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-26aea309b97267ee.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27892026-09-15T03:48:44.805Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.104/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backtrace"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=3306be5ee7424942 -C extra-filename=-ec93dfa18e4d1a6d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg error_generic_member_access --check-cfg 'cfg(anyhow_build_probe)' --check-cfg 'cfg(anyhow_nightly_testing)' --check-cfg 'cfg(anyhow_no_clippy_format_args)' --check-cfg 'cfg(anyhow_no_core_error)' --check-cfg 'cfg(error_generic_member_access)'`
27902026-09-15T03:48:44.805Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arc_lock", "deadlock_detection", "default", "hardware-lock-elision", "nightly", "owning_ref", "send_guard", "serde"))' -C metadata=4acd0e50efa3adbf -C extra-filename=-5953e829bf18ad36 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-2be7686a7f17e267.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-1d8089bd7d671c32.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27912026-09-15T03:48:44.805Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/semver-1.0.28/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=f333b118ce4360c7 -C extra-filename=-f8202ba387c5b3d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-26aea309b97267ee.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27922026-09-15T03:48:44.806Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_registry --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-registry-1.4.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::unnecessary_clippy_cfg' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cc7d88576542cf88 -C extra-filename=-c51f7d7de78d568c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-db9c655ed119b5fc.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27932026-09-15T03:48:44.806Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.151/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="raw_value"' --cfg 'feature="std"' --cfg 'feature="unbounded_depth"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=184337f44cad6dee -C extra-filename=-532d036334051a2d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-eb0a4b29e4e8f5ee.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-054bf847d36a6b9e.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-26aea309b97267ee.rmeta --extern zmij=/work/oxidecomputer/omicron/target/debug/deps/libzmij-c243bc8ed432d803.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'`
27942026-09-15T03:48:45.049Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-2.8.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="nested-values"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="release_max_level_trace"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("anyhow", "default", "dynamic-keys", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "nested-values", "nothreads", "parking_lot_0_12", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std"))' -C metadata=44227535c71e1139 -C extra-filename=-17ea58d785b61f8d --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-17ea58d785b61f8d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-284f66ec6731db10.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27952026-09-15T03:48:45.055Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name anstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstream-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="auto"' --cfg 'feature="default"' --cfg 'feature="wincon"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("auto", "default", "test", "wincon"))' -C metadata=7cf7ac22c8bc474b -C extra-filename=-33fcee68a14d49cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-665243e242fcd7e8.rmeta --extern anstyle_parse=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_parse-9231d100e14fd7c3.rmeta --extern anstyle_query=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_query-b6ced3121f21ed06.rmeta --extern colorchoice=/work/oxidecomputer/omicron/target/debug/deps/libcolorchoice-82fab9bd56c6df6e.rmeta --extern is_terminal_polyfill=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal_polyfill-dc90f2da1eb003f4.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-1b18f00722dff513.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27962026-09-15T03:48:45.055Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="os_rng"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("os_rng", "serde", "std"))' -C metadata=2743979b6df352fd -C extra-filename=-b1a582d5d32c7dad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-5d1a82fc3b083576.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27972026-09-15T03:48:45.055Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name fs_extra --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fs_extra-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=977514f9bcf3ce32 -C extra-filename=-38397fbafff5fe1b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27982026-09-15T03:48:45.055Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name cpufeatures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpufeatures-0.2.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d056624e459561d8 -C extra-filename=-603d68126913dae5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27992026-09-15T03:48:45.055Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name spin --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/spin-0.9.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="barrier"' --cfg 'feature="default"' --cfg 'feature="lazy"' --cfg 'feature="lock_api"' --cfg 'feature="lock_api_crate"' --cfg 'feature="mutex"' --cfg 'feature="once"' --cfg 'feature="rwlock"' --cfg 'feature="spin_mutex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("barrier", "default", "fair_mutex", "lazy", "lock_api", "lock_api_crate", "mutex", "once", "portable-atomic", "portable_atomic", "rwlock", "spin_mutex", "std", "ticket_mutex", "use_ticket_mutex"))' -C metadata=98522014bda6a3f5 -C extra-filename=-6e51a3a64baf0661 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lock_api_crate=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-2be7686a7f17e267.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28002026-09-15T03:48:45.083Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-rs-1.16.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="aws-lc-sys"' --cfg 'feature="default"' --cfg 'feature="prebuilt-nasm"' --cfg 'feature="ring-io"' --cfg 'feature="ring-sig-verify"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "asan", "aws-lc-sys", "bindgen", "default", "dev-tests-only", "fips", "non-fips", "prebuilt-nasm", "ring-io", "ring-sig-verify", "test_logging", "unstable"))' -C metadata=eeac82456242cac0 -C extra-filename=-df619af35adeb6b1 --out-dir /work/oxidecomputer/omicron/target/debug/build/aws-lc-rs-df619af35adeb6b1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28012026-09-15T03:48:45.086Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httparse-1.10.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(httparse_simd)' --check-cfg 'cfg(httparse_simd_target_feature_avx2)' --check-cfg 'cfg(httparse_simd_target_feature_sse42)' --check-cfg 'cfg(httparse_simd_neon_intrinsics)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=61582aacfa632260 -C extra-filename=-79be83d21dfc4ed9 --out-dir /work/oxidecomputer/omicron/target/debug/build/httparse-79be83d21dfc4ed9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28022026-09-15T03:48:45.086Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name flagset --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flagset-0.4.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde", "std"))' -C metadata=53ca928c56df7ee0 -C extra-filename=-16d6623f4672f2fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28032026-09-15T03:48:45.087Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name pem_rfc7468 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pem-rfc7468-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=5e0c94ee393076b3 -C extra-filename=-e5eba79edd904ff5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-4641a7d020b1e261.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28042026-09-15T03:48:45.087Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_segmentation --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-segmentation-1.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no_std"))' -C metadata=5387948b4fa9d7d8 -C extra-filename=-4d84c6dfacc56ee2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28052026-09-15T03:48:45.087Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/untrusted-0.7.1/src/untrusted.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2d77bcf4737340e0 -C extra-filename=-692ed4188cb39e44 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28062026-09-15T03:48:45.118Z Compiling deranged v0.5.8
28072026-09-15T03:48:45.122Z Compiling time-macros v0.2.27
28082026-09-15T03:48:45.122Z Compiling ryu v1.0.23
28092026-09-15T03:48:45.153Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_width --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cjk"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cjk", "compiler_builtins", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=f0d8b8e46c8bc7c0 -C extra-filename=-fb66b428f1def7e9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28102026-09-15T03:48:45.158Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name simd_adler32 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/simd-adler32-0.3.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "default", "nightly", "std"))' -C metadata=be0ad4bb1850a86e -C extra-filename=-892e1dde2629fdd9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28112026-09-15T03:48:45.409Z Running `/work/oxidecomputer/omicron/target/debug/build/camino-39d7504629a50697/build-script-build`
28122026-09-15T03:48:45.410Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(error_in_core)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(linux_raw_dep)' --check-cfg 'cfg(lower_upper_exp_for_non_zero)' --check-cfg 'cfg(sanitize_memory)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(rustc_diagnostics)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(wasip2)' --check-cfg 'cfg(target_arch, values("xtensa"))' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="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=fd5ee4f07653d65f -C extra-filename=-71bae07553df3d6d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-3948ba2719554b61.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-db9c655ed119b5fc.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg libc --cfg solarish`
28132026-09-15T03:48:45.410Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name deranged --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/deranged-0.5.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unused '--warn=clippy::nursery' '--warn=clippy::all' --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--allow=clippy::redundant-pub-crate' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints '--allow=clippy::option-if-let-else' --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --warn=unstable-name-collisions --allow=path-statements --cfg 'feature="default"' --cfg 'feature="powerfmt"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "macros", "num", "powerfmt", "quickcheck", "rand", "rand010", "rand08", "rand09", "serde"))' -C metadata=89d303eeab9801b7 -C extra-filename=-bad4ffece6ed362e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern powerfmt=/work/oxidecomputer/omicron/target/debug/deps/libpowerfmt-17046eb3c00e41fd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28142026-09-15T03:48:45.410Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name time_macros --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-macros-0.2.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unused '--warn=clippy::nursery' '--warn=clippy::all' --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' --deny=unexpected_cfgs '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations '--warn=clippy::as-underscore' --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --allow=unstable-name-collisions '--allow=clippy::uninhabited-references' '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' '--allow=clippy::incompatible-msrv' --check-cfg 'cfg(__ui_tests)' --check-cfg 'cfg(bench)' --cfg 'feature="formatting"' --cfg 'feature="parsing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("formatting", "large-dates", "parsing", "serde"))' -C metadata=841aca67b6139460 -C extra-filename=-17db910add66ebb4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_conv=/work/oxidecomputer/omicron/target/debug/deps/libnum_conv-72f6ba79b9b42a33.rlib --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-069f3179a2f51b93.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28152026-09-15T03:48:45.414Z Compiling tracing-core v0.1.36
28162026-09-15T03:48:45.414Z Compiling rustc_version v0.4.1
28172026-09-15T03:48:45.414Z Compiling adler2 v2.0.1
28182026-09-15T03:48:45.414Z Compiling atomic-waker v1.1.2
28192026-09-15T03:48:45.414Z Compiling httpdate v1.0.3
28202026-09-15T03:48:45.414Z Compiling try-lock v0.2.5
28212026-09-15T03:48:45.414Z Compiling ucd-trie v0.1.7
28222026-09-15T03:48:45.414Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ryu --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic", "small"))' -C metadata=20b145d211eb9f61 -C extra-filename=-a148b278610c4987 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28232026-09-15T03:48:45.414Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-42000150f7e481c9/build-script-build`
28242026-09-15T03:48:45.703Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-17ea58d785b61f8d/build-script-build`
28252026-09-15T03:48:45.703Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name rustc_version --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustc_version-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6ec6f17eeb66ee58 -C extra-filename=-1cf7962b48132cfa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28262026-09-15T03:48:45.707Z Compiling cmake v0.1.57
28272026-09-15T03:48:45.707Z Compiling tower-layer v0.3.3
28282026-09-15T03:48:45.707Z Compiling pretty-hex v0.4.1
28292026-09-15T03:48:45.707Z Compiling rustls v0.23.41
28302026-09-15T03:48:45.707Z Compiling untrusted v0.9.0
28312026-09-15T03:48:45.707Z Compiling tower-service v0.3.3
28322026-09-15T03:48:45.707Z Compiling plain v0.2.3
28332026-09-15T03:48:45.707Z Compiling socket2 v0.5.10
28342026-09-15T03:48:45.738Z Compiling mime v0.3.17
28352026-09-15T03:48:45.742Z Compiling crc32fast v1.5.0
28362026-09-15T03:48:45.774Z Compiling paste v1.0.15
28372026-09-15T03:48:45.778Z Compiling lazy_static v1.5.0
28382026-09-15T03:48:45.810Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name atomic_waker --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-waker-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("portable-atomic"))' -C metadata=1797273921da0803 -C extra-filename=-36761043cea7cc10 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28392026-09-15T03:48:45.815Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name httpdate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httpdate-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0b05ceb53b71eaf7 -C extra-filename=-eed8ca722b0b9c11 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28402026-09-15T03:48:45.815Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ucd_trie --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ucd-trie-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=e21d76c24e889353 -C extra-filename=-7edcd96b9fe11faa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28412026-09-15T03:48:45.815Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name try_lock --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/try-lock-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c1ded3fb1874bd1f -C extra-filename=-7249ba36cce462fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28422026-09-15T03:48:45.815Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name tracing_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.36/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(flaky_tests)' --check-cfg 'cfg(tracing_unstable)' --check-cfg 'cfg(unsound_local_offset)' --cfg 'feature="once_cell"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "once_cell", "std", "valuable"))' -C metadata=fa1a14cf410d025e -C extra-filename=-57b0c00d3db266c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0875c71ea664a892.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28432026-09-15T03:48:45.815Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name adler2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/adler2-2.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("core", "default", "rustc-dep-of-std", "std"))' -C metadata=f1e1b0b8bcef599a -C extra-filename=-d8c84279e16f801a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28442026-09-15T03:48:45.991Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name cmake --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cmake-0.1.57/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=18230caa1bc1b59b -C extra-filename=-94409ab330f41ab5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-8f5da3de5601b39f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28452026-09-15T03:48:45.995Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_utils --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=e00f315d26e7776e -C extra-filename=-50e9efe714b4e28a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(crossbeam_no_atomic,crossbeam_sanitize_thread)'`
28462026-09-15T03:48:45.995Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pretty-hex-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=13a1e2faca2611d3 -C extra-filename=-b2f36f2f8b96cae8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28472026-09-15T03:48:45.995Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/untrusted-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dee1d6d4d37df9aa -C extra-filename=-aa4831acdc29ad27 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28482026-09-15T03:48:45.995Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.23.41/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(bench)' --check-cfg 'cfg(coverage_nightly)' --check-cfg 'cfg(read_buf)' --check-cfg 'cfg(rustls_docsrs)' --cfg 'feature="aws-lc-rs"' --cfg 'feature="aws_lc_rs"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="prefer-post-quantum"' --cfg 'feature="std"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "custom-provider", "default", "fips", "hashbrown", "log", "logging", "prefer-post-quantum", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=0f98e1533ffca2c6 -C extra-filename=-715694e95d145a7f --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-715694e95d145a7f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28492026-09-15T03:48:45.995Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name tower_layer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-layer-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=858f03b637f45eef -C extra-filename=-a13000477c8c657d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28502026-09-15T03:48:45.995Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name plain --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/plain-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f3d7ce67f8ac962a -C extra-filename=-bfcce4bf6af055f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28512026-09-15T03:48:45.995Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name tower_service --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-service-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=21b14b6dd77d3e67 -C extra-filename=-69f8bc73e07c6f0b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28522026-09-15T03:48:45.995Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-0.5.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="all"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all"))' -C metadata=e92e9dcc3d119f7a -C extra-filename=-783429a7deba1990 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28532026-09-15T03:48:46.030Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc32fast-1.5.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=31a320f545b81e17 -C extra-filename=-13cc0b362fdc862a --out-dir /work/oxidecomputer/omicron/target/debug/build/crc32fast-13cc0b362fdc862a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28542026-09-15T03:48:46.036Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name mime --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mime-0.3.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=533435796bafe7bb -C extra-filename=-b757ef982f295bb7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28552026-09-15T03:48:46.068Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/paste-1.0.15/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4069021d30cb2d4c -C extra-filename=-cda1970780979c88 --out-dir /work/oxidecomputer/omicron/target/debug/build/paste-cda1970780979c88 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28562026-09-15T03:48:46.072Z Compiling synstructure v0.13.2
28572026-09-15T03:48:46.072Z Compiling serde_derive_internals v0.29.1
28582026-09-15T03:48:46.072Z Compiling regex v1.12.3
28592026-09-15T03:48:46.072Z Compiling miniz_oxide v0.8.9
28602026-09-15T03:48:46.103Z Compiling want v0.3.1
28612026-09-15T03:48:46.106Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name lazy_static --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="spin"' --cfg 'feature="spin_no_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("spin", "spin_no_std"))' -C metadata=dc43440c02642c1f -C extra-filename=-f2541ba6c8c9160c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-6e51a3a64baf0661.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28622026-09-15T03:48:46.437Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name synstructure --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/synstructure-0.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=b3d37b7d052f173b -C extra-filename=-18fc2f869f36d7d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28632026-09-15T03:48:46.444Z Compiling pest v2.8.6
28642026-09-15T03:48:46.444Z Compiling bit-vec v0.8.0
28652026-09-15T03:48:46.444Z Compiling openssl-probe v0.2.1
28662026-09-15T03:48:46.444Z Compiling wait-timeout v0.2.1
28672026-09-15T03:48:46.444Z Compiling encoding_rs v0.8.35
28682026-09-15T03:48:46.444Z Compiling num-integer v0.1.46
28692026-09-15T03:48:46.444Z Compiling quick-error v1.2.3
28702026-09-15T03:48:46.444Z Compiling vcpkg v0.2.15
28712026-09-15T03:48:46.444Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive_internals --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive_internals-0.29.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=69203689136e6a26 -C extra-filename=-b0555bb82bde59ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28722026-09-15T03:48:46.444Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name regex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-1.12.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unexpected_cfgs --check-cfg 'cfg(docsrs_regex)' --cfg 'feature="default"' --cfg 'feature="perf"' --cfg 'feature="perf-backtrack"' --cfg 'feature="perf-cache"' --cfg 'feature="perf-dfa"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-onepass"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "logging", "pattern", "perf", "perf-backtrack", "perf-cache", "perf-dfa", "perf-dfa-full", "perf-inline", "perf-literal", "perf-onepass", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unstable", "use_std"))' -C metadata=6cc2c1b5390ce4e8 -C extra-filename=-3ea966f899aa2968 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-dbb806304b87bd02.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-054bf847d36a6b9e.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-ed883849b59715f2.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-be5734abe16157a0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28732026-09-15T03:48:46.444Z Running `/work/oxidecomputer/omicron/target/debug/build/httparse-79be83d21dfc4ed9/build-script-build`
28742026-09-15T03:48:46.477Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name camino --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-1.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest1", "serde1"))' -C metadata=2b45bc9662d937c8 -C extra-filename=-369847ab087cf11d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-26aea309b97267ee.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg try_reserve_2 --cfg path_buf_deref_mut --cfg os_str_bytes --cfg absolute_path --cfg os_string_pathbuf_leak --cfg path_add_extension --cfg pathbuf_const_new --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(path_buf_deref_mut)' --check-cfg 'cfg(try_reserve_2)' --check-cfg 'cfg(os_str_bytes)' --check-cfg 'cfg(os_string_pathbuf_leak)' --check-cfg 'cfg(absolute_path)' --check-cfg 'cfg(path_add_extension)' --check-cfg 'cfg(pathbuf_const_new)'`
28752026-09-15T03:48:46.482Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name want --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/want-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2b34fc47f4aeacbc -C extra-filename=-7b97fdc37ca84041 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern try_lock=/work/oxidecomputer/omicron/target/debug/deps/libtry_lock-7249ba36cce462fa.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28762026-09-15T03:48:46.482Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name miniz_oxide --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/miniz_oxide-0.8.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --cfg 'feature="simd"' --cfg 'feature="simd-adler32"' --cfg 'feature="with-alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "block-boundary", "core", "default", "rustc-dep-of-std", "serde", "simd", "simd-adler32", "std", "with-alloc"))' -C metadata=5e0ccf650e157c5d -C extra-filename=-62db240d7db1f22c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern adler2=/work/oxidecomputer/omicron/target/debug/deps/libadler2-d8c84279e16f801a.rmeta --extern simd_adler32=/work/oxidecomputer/omicron/target/debug/deps/libsimd_adler32-892e1dde2629fdd9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28772026-09-15T03:48:46.725Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name pest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.8.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="memchr"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const_prec_climber", "default", "memchr", "miette-error", "pretty-print", "std"))' -C metadata=e0a215d7b51f4e3a -C extra-filename=-5509e3414066e499 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-054bf847d36a6b9e.rmeta --extern ucd_trie=/work/oxidecomputer/omicron/target/debug/deps/libucd_trie-7edcd96b9fe11faa.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28782026-09-15T03:48:46.725Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name bit_vec --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bit-vec-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("borsh", "borsh_std", "default", "miniserde", "nanoserde", "serde", "serde_no_std", "serde_std", "std"))' -C metadata=d28d4ad71e78326d -C extra-filename=-a956c70c78a65af2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28792026-09-15T03:48:46.725Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name openssl_probe --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-probe-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ce8ae2620fe348b5 -C extra-filename=-e6035df34c91ab17 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28802026-09-15T03:48:46.729Z Compiling terminal_size v0.4.3
28812026-09-15T03:48:46.729Z Compiling time v0.3.47
28822026-09-15T03:48:46.729Z Compiling tempfile v3.27.0
28832026-09-15T03:48:46.729Z Compiling aws-lc-sys v0.40.0
28842026-09-15T03:48:46.729Z Compiling darling_core v0.23.0
28852026-09-15T03:48:46.729Z Compiling rand_xorshift v0.4.0
28862026-09-15T03:48:46.729Z Compiling hashbrown v0.16.1
28872026-09-15T03:48:46.729Z Compiling unarray v0.1.4
28882026-09-15T03:48:46.729Z Compiling sync_wrapper v1.0.2
28892026-09-15T03:48:46.763Z Compiling ahash v0.8.12
28902026-09-15T03:48:46.767Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name wait_timeout --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wait-timeout-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e3c8d31ba12bbb41 -C extra-filename=-1ec388523af25689 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28912026-09-15T03:48:46.767Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name num_integer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-integer-0.1.46/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=cc990adef4b5aa87 -C extra-filename=-1af496fd5ab035aa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6c9795a397cfc660.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28922026-09-15T03:48:46.767Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name quick_error --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quick-error-1.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fcd0cd9ce5cbd2dc -C extra-filename=-a41abd4285f6e18b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28932026-09-15T03:48:46.767Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name encoding_rs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/encoding_rs-0.8.35/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "any_all_workaround", "default", "fast-big5-hanzi-encode", "fast-gb-hanzi-encode", "fast-hangul-encode", "fast-hanja-encode", "fast-kanji-encode", "fast-legacy-encode", "less-slow-big5-hanzi-encode", "less-slow-gb-hanzi-encode", "less-slow-kanji-encode", "serde", "simd-accel"))' -C metadata=262407d90f98df11 -C extra-filename=-249b13598140a28a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28942026-09-15T03:48:46.800Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name vcpkg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vcpkg-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3c79c2f942e5f05c -C extra-filename=-3b81e8a9236fb0cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28952026-09-15T03:48:47.150Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name terminal_size --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/terminal_size-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ca2286e52dab8d0e -C extra-filename=-f60bf6deba7bc9cd --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-71bae07553df3d6d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28962026-09-15T03:48:47.154Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tempfile-3.27.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="getrandom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "getrandom", "nightly"))' -C metadata=a592ab5f29cd851e -C extra-filename=-7cf75c25b3ee927c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-34d1a9f7e69a4e38.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-5d1a82fc3b083576.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0875c71ea664a892.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-71bae07553df3d6d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28972026-09-15T03:48:47.154Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name time --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.47/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unused '--warn=clippy::nursery' '--warn=clippy::all' --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' --deny=unexpected_cfgs '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=dangling-pointers-from-temporaries --deny=const-item-mutation --deny=clashing-extern-declarations '--warn=clippy::as-underscore' --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' --allow=unstable-name-collisions '--allow=clippy::uninhabited-references' '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' '--allow=clippy::incompatible-msrv' --check-cfg 'cfg(__ui_tests)' --check-cfg 'cfg(bench)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="formatting"' --cfg 'feature="local-offset"' --cfg 'feature="macros"' --cfg 'feature="parsing"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "formatting", "large-dates", "local-offset", "macros", "parsing", "quickcheck", "rand", "rand08", "rand09", "serde", "serde-human-readable", "serde-well-known", "std", "wasm-bindgen"))' -C metadata=acc749fde801cf44 -C extra-filename=-c6ed9aaa77e72a1f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern deranged=/work/oxidecomputer/omicron/target/debug/deps/libderanged-bad4ffece6ed362e.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-eb0a4b29e4e8f5ee.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern num_conv=/work/oxidecomputer/omicron/target/debug/deps/libnum_conv-72f6ba79b9b42a33.rmeta --extern num_threads=/work/oxidecomputer/omicron/target/debug/deps/libnum_threads-f460c5ff6f6b122e.rmeta --extern powerfmt=/work/oxidecomputer/omicron/target/debug/deps/libpowerfmt-17046eb3c00e41fd.rmeta --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-069f3179a2f51b93.rmeta --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-17db910add66ebb4.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28982026-09-15T03:48:47.154Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name darling_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.23.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="strsim"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("diagnostics", "serde", "strsim", "suggestions"))' -C metadata=ff83566716697268 -C extra-filename=-e2a83220b9d5e4ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-b10675cfb7ec95f0.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-a98408623e42d77d.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28992026-09-15T03:48:47.154Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-sys-0.40.0/builder/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="prebuilt-nasm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-bindings", "asan", "bindgen", "default", "disable-prebuilt-nasm", "fips", "prebuilt-nasm", "ssl"))' -C metadata=dcd91cdd8d54a37f -C extra-filename=-39d7d25c446ac464 --out-dir /work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-39d7d25c446ac464 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-8f5da3de5601b39f.rlib --extern cmake=/work/oxidecomputer/omicron/target/debug/deps/libcmake-94409ab330f41ab5.rlib --extern dunce=/work/oxidecomputer/omicron/target/debug/deps/libdunce-a5e2c81e63550500.rlib --extern fs_extra=/work/oxidecomputer/omicron/target/debug/deps/libfs_extra-38397fbafff5fe1b.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29002026-09-15T03:48:47.154Z Running `/work/oxidecomputer/omicron/target/debug/build/paste-cda1970780979c88/build-script-build`
29012026-09-15T03:48:47.154Z Running `/work/oxidecomputer/omicron/target/debug/build/crc32fast-13cc0b362fdc862a/build-script-build`
29022026-09-15T03:48:47.154Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_xorshift --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_xorshift-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=7b11eca9ce98804b -C extra-filename=-96bca92fa6dc19c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-b1a582d5d32c7dad.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29032026-09-15T03:48:47.155Z Compiling bit-set v0.8.0
29042026-09-15T03:48:47.155Z Compiling object v0.37.3
29052026-09-15T03:48:47.155Z Compiling winnow v1.0.3
29062026-09-15T03:48:47.155Z Compiling iri-string v0.7.10
29072026-09-15T03:48:47.155Z Compiling syn v3.0.3
29082026-09-15T03:48:47.155Z Compiling unicode-width v0.1.14
29092026-09-15T03:48:47.155Z Compiling base64 v0.21.7
29102026-09-15T03:48:47.155Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name unarray --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unarray-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ba1879d89b48b554 -C extra-filename=-f309fedca03935e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29112026-09-15T03:48:47.155Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ahash-0.8.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="runtime-rng"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("atomic-polyfill", "compile-time-rng", "const-random", "default", "getrandom", "nightly-arm-aes", "no-rng", "runtime-rng", "serde", "std"))' -C metadata=0e71c4e785aa9e5f -C extra-filename=-44fca5d5d5631476 --out-dir /work/oxidecomputer/omicron/target/debug/build/ahash-44fca5d5d5631476 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-464edf1bc7384a2b.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29122026-09-15T03:48:47.155Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sync_wrapper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sync_wrapper-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="futures"' --cfg 'feature="futures-core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures", "futures-core"))' -C metadata=57fcef4d4c0159c4 -C extra-filename=-02d6c90f6149f3b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-f57b0cec2750c1f6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29132026-09-15T03:48:47.155Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.16.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="allocator-api2"' --cfg 'feature="default"' --cfg 'feature="default-hasher"' --cfg 'feature="equivalent"' --cfg 'feature="inline-more"' --cfg 'feature="raw-entry"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "allocator-api2", "core", "default", "default-hasher", "equivalent", "inline-more", "nightly", "raw-entry", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=be982f8c0951d5aa -C extra-filename=-9b9383e555f45b6e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern allocator_api2=/work/oxidecomputer/omicron/target/debug/deps/liballocator_api2-ee51dc0aff59f99d.rmeta --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-72c76abd933b7579.rmeta --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-ebc869414e836213.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29142026-09-15T03:48:47.436Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name httparse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httparse-1.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(httparse_simd)' --check-cfg 'cfg(httparse_simd_target_feature_avx2)' --check-cfg 'cfg(httparse_simd_target_feature_sse42)' --check-cfg 'cfg(httparse_simd_neon_intrinsics)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=2d099352dda84fa7 -C extra-filename=-6b7d616efe01bc15 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg httparse_simd_neon_intrinsics --cfg httparse_simd`
29152026-09-15T03:48:47.436Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/object-0.37.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::uninlined_format_args' '--allow=clippy::type_complexity' '--allow=clippy::single_match' '--allow=clippy::should_implement_trait' '--allow=clippy::result_unit_err' '--allow=clippy::needless_lifetimes' '--allow=clippy::match_like_matches_macro' '--allow=clippy::manual_flatten' '--allow=clippy::field_reassign_with_default' '--allow=clippy::comparison_chain' '--allow=clippy::collapsible_match' '--allow=clippy::collapsible_if' '--allow=clippy::collapsible_else_if' --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="elf"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read"' --cfg 'feature="read_core"' --cfg 'feature="std"' --cfg 'feature="unaligned"' --cfg 'feature="xcoff"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "alloc", "archive", "build", "build_core", "cargo-all", "coff", "compression", "core", "default", "doc", "elf", "macho", "pe", "read", "read_core", "rustc-dep-of-std", "std", "unaligned", "unstable", "unstable-all", "wasm", "write", "write_core", "write_std", "xcoff"))' -C metadata=d9c56a69b9aeb666 -C extra-filename=-44777e468ee2c7b9 --out-dir /work/oxidecomputer/omicron/target/debug/build/object-44777e468ee2c7b9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29162026-09-15T03:48:47.440Z Compiling clap_builder v4.6.0
29172026-09-15T03:48:47.440Z Compiling static_assertions v1.1.0
29182026-09-15T03:48:47.440Z Compiling num-iter v0.1.45
29192026-09-15T03:48:47.440Z Compiling cookie v0.18.1
29202026-09-15T03:48:47.440Z Compiling tinyvec_macros v0.1.1
29212026-09-15T03:48:47.440Z Compiling num-bigint-dig v0.8.6
29222026-09-15T03:48:47.440Z Compiling litrs v1.0.0
29232026-09-15T03:48:47.472Z Compiling zlib-rs v0.6.2
29242026-09-15T03:48:47.476Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="ascii"' --cfg 'feature="binary"' --cfg 'feature="default"' --cfg 'feature="parser"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "ascii", "binary", "debug", "default", "parser", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=a4b10db77b839dd5 -C extra-filename=-60c06c134eae0ef4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29252026-09-15T03:48:47.476Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-3.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="visit"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=718c2bf48d14a46a -C extra-filename=-081daffe3abb4d41 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-01edd4035b1021f2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29262026-09-15T03:48:47.476Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name iri_string --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iri-string-0.7.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "memchr", "serde", "std"))' -C metadata=d23567c797cefb00 -C extra-filename=-7c6e631bb9ea4f0c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29272026-09-15T03:48:47.476Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_width --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.1.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cjk"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cjk", "compiler_builtins", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=2e98731752be8aec -C extra-filename=-ac02d16f97a48ace --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29282026-09-15T03:48:47.476Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name bit_set --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bit-set-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=f1e23edd02886562 -C extra-filename=-cbc2b3f9eeb20f18 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-a956c70c78a65af2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29292026-09-15T03:48:47.506Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.21.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=63952f7e26151fa9 -C extra-filename=-70747a5d8c73dcfb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29302026-09-15T03:48:47.755Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name clap_builder --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="cargo"' --cfg 'feature="color"' --cfg 'feature="env"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --cfg 'feature="wrap_help"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-doc", "unstable-ext", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=e5d659dc62e31d15 -C extra-filename=-f35c2408c7f16a1e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstream=/work/oxidecomputer/omicron/target/debug/deps/libanstream-33fcee68a14d49cc.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-665243e242fcd7e8.rmeta --extern clap_lex=/work/oxidecomputer/omicron/target/debug/deps/libclap_lex-854c69d882081280.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-a98408623e42d77d.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-f60bf6deba7bc9cd.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29312026-09-15T03:48:47.759Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name crc32fast --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc32fast-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=da8990fe60d47db7 -C extra-filename=-0d1d74eea2047571 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg stable_arm_crc32_intrinsics --check-cfg 'cfg(stable_arm_crc32_intrinsics)'`
29322026-09-15T03:48:47.760Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name num_iter --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-iter-0.1.45/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="i128"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=bfe0bdc1b289a9f0 -C extra-filename=-7a57feef8f4f1781 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-1af496fd5ab035aa.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6c9795a397cfc660.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29332026-09-15T03:48:47.760Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cookie-0.18.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="percent-encode"' --cfg 'feature="percent-encoding"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aes-gcm", "base64", "hkdf", "hmac", "key-expansion", "percent-encode", "percent-encoding", "private", "rand", "secure", "sha2", "signed", "subtle"))' -C metadata=0d57bb6e0fb447d7 -C extra-filename=-fbbbabd5511e76ad --out-dir /work/oxidecomputer/omicron/target/debug/build/cookie-fbbbabd5511e76ad -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-464edf1bc7384a2b.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29342026-09-15T03:48:47.760Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinyvec_macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=329707c672900107 -C extra-filename=-b1b702e16edda7b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29352026-09-15T03:48:47.760Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name static_assertions --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/static_assertions-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=847f0e3742cd98ab -C extra-filename=-bfc5ccdff2db0195 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29362026-09-15T03:48:47.760Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-dig-0.8.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="i128"' --cfg 'feature="prime"' --cfg 'feature="rand"' --cfg 'feature="serde"' --cfg 'feature="u64_digit"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "fuzz", "i128", "nightly", "prime", "rand", "serde", "std", "u64_digit", "zeroize"))' -C metadata=60c359ad356c4b9b -C extra-filename=-5b8af7081b531717 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-5b8af7081b531717 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29372026-09-15T03:48:47.760Z Compiling rusty-fork v0.3.1
29382026-09-15T03:48:47.760Z Compiling psl-types v2.0.11
29392026-09-15T03:48:47.760Z Compiling heck v0.4.1
29402026-09-15T03:48:47.760Z Compiling usdt-impl v0.6.0
29412026-09-15T03:48:47.760Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name litrs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/litrs-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("check_suffix", "proc-macro2", "unicode-xid"))' -C metadata=515b98f3b8b8cf42 -C extra-filename=-2c58839f0410ffab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29422026-09-15T03:48:47.761Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name zlib_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zlib-rs-0.6.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --deny=unsafe_op_in_unsafe_fn --cfg 'feature="rust-allocator"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ZLIB_DEBUG", "__internal-api", "__internal-fuzz", "__internal-fuzz-disable-checksum", "__internal-test", "arbitrary", "avx512", "c-allocator", "default", "quickcheck", "rust-allocator", "std", "vpclmulqdq"))' -C metadata=da04d6f3f174b9cc -C extra-filename=-929113ada83810d7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29432026-09-15T03:48:47.989Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name paste --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/paste-1.0.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0c779f805091c57e -C extra-filename=-3abc053f4411f86b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(no_literal_fromstr)' --check-cfg 'cfg(feature, values("protocol_feature_paste"))'`
29442026-09-15T03:48:47.993Z Compiling serde_derive v1.0.228
29452026-09-15T03:48:47.993Z Compiling zeroize_derive v1.5.0
29462026-09-15T03:48:47.993Z Compiling zerofrom-derive v0.1.6
29472026-09-15T03:48:47.993Z Compiling yoke-derive v0.8.1
29482026-09-15T03:48:47.993Z Compiling zerovec-derive v0.11.2
29492026-09-15T03:48:47.993Z Compiling displaydoc v0.2.5
29502026-09-15T03:48:47.993Z Compiling zerocopy-derive v0.8.55
29512026-09-15T03:48:47.993Z Compiling thiserror-impl v2.0.18
29522026-09-15T03:48:47.993Z Compiling tokio-macros v2.7.0
29532026-09-15T03:48:47.993Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name psl_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/psl-types-2.0.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3970b9e9d50456d5 -C extra-filename=-e61b83dc464b788d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29542026-09-15T03:48:47.993Z Running `/work/oxidecomputer/omicron/target/debug/build/ahash-44fca5d5d5631476/build-script-build`
29552026-09-15T03:48:47.993Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name rusty_fork --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rusty-fork-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="timeout"' --cfg 'feature="wait-timeout"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "timeout", "wait-timeout"))' -C metadata=639f5bc5509045dc -C extra-filename=-718136991552ea32 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-483bdc5c7d1e0898.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-a41abd4285f6e18b.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7cf75c25b3ee927c.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-1ec388523af25689.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29562026-09-15T03:48:47.993Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="unicode"' --cfg 'feature="unicode-segmentation"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "unicode", "unicode-segmentation"))' -C metadata=8dcf89415b94ad09 -C extra-filename=-2408c3d4c6d3556f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-4d84c6dfacc56ee2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29572026-09-15T03:48:47.993Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-0.6.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "des", "dof"))' -C metadata=49989e7697b7704f -C extra-filename=-49a742cd0cbe8da8 --out-dir /work/oxidecomputer/omicron/target/debug/build/usdt-impl-49a742cd0cbe8da8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29582026-09-15T03:48:48.071Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.228/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "deserialize_in_place"))' -C metadata=fbf355e1c95a004a -C extra-filename=-2aa2fe389e081ac2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29592026-09-15T03:48:48.075Z Compiling schemars_derive v0.8.22
29602026-09-15T03:48:48.075Z Compiling futures-macro v0.3.32
29612026-09-15T03:48:48.075Z Compiling thiserror-impl v1.0.69
29622026-09-15T03:48:48.075Z Compiling tracing-attributes v0.1.31
29632026-09-15T03:48:48.075Z Compiling clap_derive v4.6.1
29642026-09-15T03:48:48.075Z Compiling der_derive v0.7.3
29652026-09-15T03:48:48.075Z Compiling async-trait v0.1.89
29662026-09-15T03:48:48.075Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name zeroize_derive --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zeroize_derive-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4dc234ba8defa911 -C extra-filename=-65c6fb0dce7fb93d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29672026-09-15T03:48:48.075Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name zerofrom_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerofrom-derive-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0ab669322db351ee -C extra-filename=-4db333f953151858 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-18fc2f869f36d7d8.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29682026-09-15T03:48:48.077Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name yoke_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-derive-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9b6a7695c7b4f86b -C extra-filename=-0793914d31ee94a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-18fc2f869f36d7d8.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29692026-09-15T03:48:48.077Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-derive-0.8.55/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(__ZEROCOPY_INTERNAL_USE_ONLY_NIGHTLY_FEATURES_IN_TESTS)' --check-cfg 'cfg(zerocopy_derive_union_into_bytes)' --check-cfg 'cfg(zerocopy_unstable_linux)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=71768ab587ad591c -C extra-filename=-2c77c7c780369f98 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29702026-09-15T03:48:48.077Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name zerovec_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-derive-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d32c899de45ff81c -C extra-filename=-37ce909735d697ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29712026-09-15T03:48:48.077Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-2.0.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b685eaa961831e42 -C extra-filename=-5a9a112ad62cfa59 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29722026-09-15T03:48:48.077Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name displaydoc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/displaydoc-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=82dea22087862caa -C extra-filename=-6aa49b7467246d4f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29732026-09-15T03:48:48.077Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-macros-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_unstable)' --check-cfg 'cfg(target_os, values("cygwin"))' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a568eb1b205fb4f4 -C extra-filename=-1e793322d04571aa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29742026-09-15T03:48:48.183Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name schemars_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schemars_derive-0.8.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=633ee54201c2d7a0 -C extra-filename=-3fa9d02613c84bf6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern serde_derive_internals=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive_internals-b0555bb82bde59ac.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29752026-09-15T03:48:48.187Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-macro-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1b4cba061ebaac57 -C extra-filename=-829ced9ae8526f6e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29762026-09-15T03:48:48.187Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-1.0.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=48ff2934301ce91c -C extra-filename=-7ec7a236d06ab34e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29772026-09-15T03:48:48.187Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name tracing_attributes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-attributes-0.1.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(flaky_tests)' --check-cfg 'cfg(tracing_unstable)' --check-cfg 'cfg(unsound_local_offset)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-await"))' -C metadata=26cbddc6f673f10e -C extra-filename=-c3aa4a4e66e04b36 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29782026-09-15T03:48:48.187Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name clap_derive --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "default", "deprecated", "raw-deprecated", "unstable-markdown", "unstable-v5"))' -C metadata=63c8104e0e90d1c1 -C extra-filename=-cb62f4ea7ce90e2f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-b4d67f07919ede1e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29792026-09-15T03:48:48.187Z Compiling pest_meta v2.8.6
29802026-09-15T03:48:48.187Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name der_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/der_derive-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2ab83b422aa27a7c -C extra-filename=-07a44ad3c99fcd08 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29812026-09-15T03:48:48.187Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name async_trait --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-trait-0.1.89/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a5d4442e9161b086 -C extra-filename=-e5ce56e8506f5b30 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29822026-09-15T03:48:48.340Z Compiling hubpack_derive v0.1.1
29832026-09-15T03:48:48.343Z Compiling scroll_derive v0.13.1
29842026-09-15T03:48:48.343Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name pest_meta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_meta-2.8.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src"))' -C metadata=bc64f0beba458c73 -C extra-filename=-b369e9307e40c2d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-5509e3414066e499.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29852026-09-15T03:48:48.378Z Compiling toml_parser v1.1.2+spec-1.1.0
29862026-09-15T03:48:48.450Z Running `/work/oxidecomputer/omicron/target/debug/build/object-44777e468ee2c7b9/build-script-build`
29872026-09-15T03:48:48.488Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name hubpack_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hubpack_derive-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0cb9956355de6cd9 -C extra-filename=-6b2a96f397f531cf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aee7d2f8582b61aa.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29882026-09-15T03:48:48.491Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name scroll_derive --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scroll_derive-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1314932bed6e1064 -C extra-filename=-218fda0bc5f33c4e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29892026-09-15T03:48:48.492Z Compiling document-features v0.2.12
29902026-09-15T03:48:48.492Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_parser --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_parser-1.1.2+spec-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unsafe"))' -C metadata=c09f0fe64c81cac5 -C extra-filename=-ac055e08eed95de1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-60c06c134eae0ef4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29912026-09-15T03:48:48.528Z Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-5b8af7081b531717/build-script-build`
29922026-09-15T03:48:48.531Z Running `/work/oxidecomputer/omicron/target/debug/build/cookie-fbbbabd5511e76ad/build-script-build`
29932026-09-15T03:48:48.531Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name document_features --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/document-features-0.2.12/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "self-test"))' -C metadata=9f296213b00ce86f -C extra-filename=-38c8abdc4967a9fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern litrs=/work/oxidecomputer/omicron/target/debug/deps/liblitrs-2c58839f0410ffab.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29942026-09-15T03:48:48.586Z Compiling tinyvec v1.10.0
29952026-09-15T03:48:48.586Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinyvec-1.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=1ab357551a7eb723 -C extra-filename=-ff8952e671ab4d4c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern tinyvec_macros=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec_macros-b1b702e16edda7b1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29962026-09-15T03:48:48.768Z Compiling strum_macros v0.26.4
29972026-09-15T03:48:48.833Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum_macros-0.26.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e6492bca8f1ee8e2 -C extra-filename=-f1cefca1df0fdd9f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-b4d67f07919ede1e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-284f66ec6731db10.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29982026-09-15T03:48:48.865Z Compiling winnow v0.7.14
29992026-09-15T03:48:48.869Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name cookie --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cookie-0.18.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="percent-encode"' --cfg 'feature="percent-encoding"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aes-gcm", "base64", "hkdf", "hmac", "key-expansion", "percent-encode", "percent-encoding", "private", "rand", "secure", "sha2", "signed", "subtle"))' -C metadata=24ba85175059a579 -C extra-filename=-6ae3743cbf3b1fa1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0bf5a646b561519f.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-c6ed9aaa77e72a1f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30002026-09-15T03:48:48.869Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--allow=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=d7400c18c2057f50 -C extra-filename=-ef6a3cbdcba96902 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30012026-09-15T03:48:48.906Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name object --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/object-0.37.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::uninlined_format_args' '--allow=clippy::type_complexity' '--allow=clippy::single_match' '--allow=clippy::should_implement_trait' '--allow=clippy::result_unit_err' '--allow=clippy::needless_lifetimes' '--allow=clippy::match_like_matches_macro' '--allow=clippy::manual_flatten' '--allow=clippy::field_reassign_with_default' '--allow=clippy::comparison_chain' '--allow=clippy::collapsible_match' '--allow=clippy::collapsible_if' '--allow=clippy::collapsible_else_if' --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="elf"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read"' --cfg 'feature="read_core"' --cfg 'feature="std"' --cfg 'feature="unaligned"' --cfg 'feature="xcoff"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "alloc", "archive", "build", "build_core", "cargo-all", "coff", "compression", "core", "default", "doc", "elf", "macho", "pe", "read", "read_core", "rustc-dep-of-std", "std", "unaligned", "unstable", "unstable-all", "wasm", "write", "write_core", "write_std", "xcoff"))' -C metadata=08ea2a2d1b30b303 -C extra-filename=-1a603f14caba9997 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-054bf847d36a6b9e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg core_error --check-cfg 'cfg(core_error)'`
30022026-09-15T03:48:49.045Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-49a742cd0cbe8da8/build-script-build`
30032026-09-15T03:48:49.087Z Compiling thread-id v5.1.0
30042026-09-15T03:48:49.096Z Compiling darling_core v0.20.11
30052026-09-15T03:48:49.096Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name thread_id --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thread-id-5.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a28e498c1748f9ce -C extra-filename=-ac7d1c721be7840a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30062026-09-15T03:48:49.100Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name darling_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.20.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="strsim"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("diagnostics", "strsim", "suggestions"))' -C metadata=ea5c00075282dc61 -C extra-filename=-ea67a510f66021a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-483bdc5c7d1e0898.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-b10675cfb7ec95f0.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-a98408623e42d77d.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30072026-09-15T03:48:49.177Z Compiling memmap2 v0.9.10
30082026-09-15T03:48:49.181Z Compiling smawk v0.3.2
30092026-09-15T03:48:49.181Z Compiling unicode-linebreak v0.1.5
30102026-09-15T03:48:49.181Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name memmap2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memmap2-0.9.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("stable_deref_trait"))' -C metadata=48f5e301370a0bba -C extra-filename=-d120f903bf8bdcfa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30112026-09-15T03:48:49.181Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name smawk --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smawk-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ndarray"))' -C metadata=ef315e6c59007fe8 -C extra-filename=-2f1ac1795b4a6054 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30122026-09-15T03:48:49.181Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_linebreak --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-linebreak-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f59976147c5a7909 -C extra-filename=-b521b019e6348dd0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30132026-09-15T03:48:49.365Z Compiling rustix v0.38.44
30142026-09-15T03:48:49.369Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.38.44/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="stdio"' --cfg 'feature="system"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=52bf928382fdf0d7 -C extra-filename=-6c9b5673dab6cffb --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-6c9b5673dab6cffb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30152026-09-15T03:48:49.532Z Compiling pest_generator v2.8.6
30162026-09-15T03:48:49.536Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name pest_generator --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_generator-2.8.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "export-internal", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=6b953fe2f24afce6 -C extra-filename=-e1194c3af1ae44ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-5509e3414066e499.rmeta --extern pest_meta=/work/oxidecomputer/omicron/target/debug/deps/libpest_meta-b369e9307e40c2d2.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30172026-09-15T03:48:49.586Z Compiling radium v0.7.0
30182026-09-15T03:48:49.589Z Compiling data-encoding v2.10.0
30192026-09-15T03:48:49.623Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/radium-0.7.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9dabe46d7fa9f27f -C extra-filename=-60e771f33a118eb4 --out-dir /work/oxidecomputer/omicron/target/debug/build/radium-60e771f33a118eb4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30202026-09-15T03:48:49.665Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name data_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/data-encoding-2.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unused-results --warn=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::undocumented-unsafe-blocks' --warn=missing-docs --warn=missing-debug-implementations --warn=let-underscore-drop --warn=elided-lifetimes-in-paths --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=49d32c6c866ab2c0 -C extra-filename=-f9cb17c5fc4ad8cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30212026-09-15T03:48:49.665Z Compiling curve25519-dalek-derive v0.1.1
30222026-09-15T03:48:49.702Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name curve25519_dalek_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/curve25519-dalek-derive-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=275ff05d675ae34c -C extra-filename=-196d928273ea45ee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30232026-09-15T03:48:49.709Z Compiling scroll_derive v0.12.1
30242026-09-15T03:48:49.712Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name scroll_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scroll_derive-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=52329fcab92e0815 -C extra-filename=-beb54f9495c439b7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30252026-09-15T03:48:49.824Z Compiling bstr v1.12.1
30262026-09-15T03:48:49.827Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name bstr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bstr-1.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std", "unicode"))' -C metadata=227e362e8f7d253c -C extra-filename=-61dca3a0d5526e42 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-054bf847d36a6b9e.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-ed883849b59715f2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30272026-09-15T03:48:49.868Z Compiling futures-util v0.3.32
30282026-09-15T03:48:49.871Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="async-await-macro"' --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-io"' --cfg 'feature="futures-macro"' --cfg 'feature="futures-sink"' --cfg 'feature="io"' --cfg 'feature="memchr"' --cfg 'feature="sink"' --cfg 'feature="slab"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "async-await", "async-await-macro", "bilock", "cfg-target-has-atomic", "channel", "compat", "default", "futures-channel", "futures-io", "futures-macro", "futures-sink", "futures_01", "io", "io-compat", "libc", "memchr", "portable-atomic", "sink", "slab", "spin", "std", "tokio-io", "unstable", "write-all-vectored"))' -C metadata=178a7d228e2a5848 -C extra-filename=-20dba1b7e6ddb3f5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-5f8bf403f358d16e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-f57b0cec2750c1f6.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-9fa4513e97eb15c1.rmeta --extern futures_macro=/work/oxidecomputer/omicron/target/debug/deps/libfutures_macro-829ced9ae8526f6e.so --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-8b18dc3fcc726a8b.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-99d474ad3e9ebc5e.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-054bf847d36a6b9e.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-1a825e29b69bcb3e.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-f96d4d9a8f48e01b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30292026-09-15T03:48:49.949Z Compiling memoffset v0.9.1
30302026-09-15T03:48:49.953Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memoffset-0.9.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "unstable_const", "unstable_offset_of"))' -C metadata=19de732c24b401fa -C extra-filename=-f7d5bb92ee537cee --out-dir /work/oxidecomputer/omicron/target/debug/build/memoffset-f7d5bb92ee537cee -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-6634508604fedff9.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30312026-09-15T03:48:49.991Z Compiling gimli v0.32.3
30322026-09-15T03:48:49.995Z Compiling darling_macro v0.23.0
30332026-09-15T03:48:49.995Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name gimli --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gimli-0.32.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="read"' --cfg 'feature="read-core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "endian-reader", "fallible-iterator", "read", "read-all", "read-core", "rustc-dep-of-std", "std", "write"))' -C metadata=15efefa4fb2e2baa -C extra-filename=-0d3807dce36deb61 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30342026-09-15T03:48:50.028Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name darling_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_macro-0.23.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8bdcd557d4dd1606 -C extra-filename=-bad776cbc6972a57 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling_core=/work/oxidecomputer/omicron/target/debug/deps/libdarling_core-e2a83220b9d5e4ab.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30352026-09-15T03:48:50.068Z Compiling tap v1.0.1
30362026-09-15T03:48:50.068Z Compiling is_ci v1.2.0
30372026-09-15T03:48:50.179Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=0e1775df8583d6c2 -C extra-filename=-f88a6f7528205999 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern thiserror_impl=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_impl-5a9a112ad62cfa59.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg error_generic_member_access --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)' --check-cfg 'cfg(thiserror_no_backtrace_type)'`
30382026-09-15T03:48:50.183Z Compiling zerofrom v0.1.6
30392026-09-15T03:48:50.183Z Compiling zerocopy-derive v0.7.35
30402026-09-15T03:48:50.183Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name tap --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tap-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=70f79681bc7323e0 -C extra-filename=-138b29acaddf18fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30412026-09-15T03:48:50.183Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name is_ci --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/is_ci-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=531ff8f28bce58c0 -C extra-filename=-3f0f7f831c7b8867 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30422026-09-15T03:48:50.294Z Compiling scroll v0.13.0
30432026-09-15T03:48:50.298Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name zerofrom --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerofrom-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive"))' -C metadata=ebbc08d6beaa49ce -C extra-filename=-2135dbedf7644b4d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zerofrom_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom_derive-4db333f953151858.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30442026-09-15T03:48:50.298Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-6c9b5673dab6cffb/build-script-build`
30452026-09-15T03:48:50.298Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-derive-0.7.35/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6ded9d33ef7d73c3 -C extra-filename=-91b38562d1ef3a5b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30462026-09-15T03:48:50.331Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name scroll --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scroll-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "derive", "std"))' -C metadata=eec3a012a6719989 -C extra-filename=-da7dcf137cf25882 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern scroll_derive=/work/oxidecomputer/omicron/target/debug/deps/libscroll_derive-218fda0bc5f33c4e.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30472026-09-15T03:48:50.331Z Running `/work/oxidecomputer/omicron/target/debug/build/radium-60e771f33a118eb4/build-script-build`
30482026-09-15T03:48:50.377Z Compiling wyz v0.5.1
30492026-09-15T03:48:50.409Z Compiling yoke v0.8.1
30502026-09-15T03:48:50.413Z Compiling openssl-sys v0.9.117
30512026-09-15T03:48:50.413Z Compiling crossbeam-epoch v0.9.18
30522026-09-15T03:48:50.413Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-1.0.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9568e66f6575d130 -C extra-filename=-df2e14f6fdb1e2e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern thiserror_impl=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_impl-7ec7a236d06ab34e.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg error_generic_member_access --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)'`
30532026-09-15T03:48:50.413Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name wyz --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wyz-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "garbage", "once_cell", "std", "typemap"))' -C metadata=8d0e3f8fb07ae301 -C extra-filename=-bf1e5137060bf1a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern tap=/work/oxidecomputer/omicron/target/debug/deps/libtap-138b29acaddf18fb.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30542026-09-15T03:48:50.443Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name yoke --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="zerofrom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "serde", "zerofrom"))' -C metadata=36e3bee210462595 -C extra-filename=-4673f4a2cd94231b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-d7caaea247884269.rmeta --extern yoke_derive=/work/oxidecomputer/omicron/target/debug/deps/libyoke_derive-0793914d31ee94a2.so --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-2135dbedf7644b4d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30552026-09-15T03:48:50.446Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.55/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="simd"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=2aab6bbda93edfdb -C extra-filename=-a2fb83154a192d98 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-2c77c7c780369f98.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(no_zerocopy_simd_x86_avx12_1_89_0)' --check-cfg 'cfg(rust, values("1.89.0"))' --check-cfg 'cfg(no_zerocopy_core_error_1_81_0)' --check-cfg 'cfg(rust, values("1.81.0"))' --check-cfg 'cfg(no_zerocopy_diagnostic_on_unimplemented_1_78_0)' --check-cfg 'cfg(rust, values("1.78.0"))' --check-cfg 'cfg(no_zerocopy_generic_bounds_in_const_fn_1_61_0)' --check-cfg 'cfg(rust, values("1.61.0"))' --check-cfg 'cfg(no_zerocopy_target_has_atomics_1_60_0)' --check-cfg 'cfg(rust, values("1.60.0"))' --check-cfg 'cfg(no_zerocopy_aarch64_simd_1_59_0)' --check-cfg 'cfg(rust, values("1.59.0"))' --check-cfg 'cfg(no_zerocopy_aarch64_simd_be_1_87_0)' --check-cfg 'cfg(rust, values("1.87.0"))' --check-cfg 'cfg(no_zerocopy_panic_in_const_and_vec_try_reserve_1_57_0)' --check-cfg 'cfg(rust, values("1.57.0"))' --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(kani)' --check-cfg 'cfg(__ZEROCOPY_INTERNAL_USE_ONLY_NIGHTLY_FEATURES_IN_TESTS)' --check-cfg 'cfg(__ZEROCOPY_INTERNAL_USE_ONLY_DEV_MODE)' --check-cfg 'cfg(coverage_nightly)' --check-cfg 'cfg(zerocopy_inline_always)' --check-cfg 'cfg(zerocopy_unstable_ptr)' --check-cfg 'cfg(zerocopy_unstable_linux)' --check-cfg 'cfg(no_fp_fmt_parse)'`
30562026-09-15T03:48:50.446Z Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-f7d5bb92ee537cee/build-script-build`
30572026-09-15T03:48:50.483Z Compiling ff v0.13.1
30582026-09-15T03:48:50.558Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.117/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc", "aws-lc-fips", "bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=d6dfe1e8e7fa8ef8 -C extra-filename=-432dcd33cdb9dc15 --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-sys-432dcd33cdb9dc15 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-8f5da3de5601b39f.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-62584c7c957af197.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-3b81e8a9236fb0cd.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30592026-09-15T03:48:50.600Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_epoch --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "loom", "loom-crate", "nightly", "std"))' -C metadata=f1c3fff75d7489c5 -C extra-filename=-c2ea5a3e72737bc1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-50e9efe714b4e28a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30602026-09-15T03:48:50.604Z Compiling tracing v0.1.44
30612026-09-15T03:48:50.604Z Compiling flate2 v1.1.9
30622026-09-15T03:48:50.604Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ff --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ff-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "bits", "bitvec", "byteorder", "default", "derive", "derive_bits", "ff_derive", "std"))' -C metadata=3ed4ac4b527614c3 -C extra-filename=-9483917ec6c54662 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-23b680fb0aad4548.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2d4823f85931691.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30632026-09-15T03:48:50.749Z Compiling goblin v0.10.5
30642026-09-15T03:48:50.753Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name flate2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="any_impl"' --cfg 'feature="any_zlib"' --cfg 'feature="default"' --cfg 'feature="miniz_oxide"' --cfg 'feature="rust_backend"' --cfg 'feature="zlib-rs"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("any_c_zlib", "any_impl", "any_zlib", "cloudflare-zlib-sys", "cloudflare_zlib", "default", "document-features", "libz-ng-sys", "libz-sys", "miniz-sys", "miniz_oxide", "rust_backend", "zlib", "zlib-default", "zlib-ng", "zlib-ng-compat", "zlib-rs"))' -C metadata=ced648edebb4016b -C extra-filename=-4eb8e677ff21afe8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-0d1d74eea2047571.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-62db240d7db1f22c.rmeta --extern zlib_rs=/work/oxidecomputer/omicron/target/debug/deps/libzlib_rs-929113ada83810d7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30652026-09-15T03:48:50.753Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name tracing --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.44/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(flaky_tests)' --check-cfg 'cfg(tracing_unstable)' --check-cfg 'cfg(unsound_local_offset)' --cfg 'feature="attributes"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="std"' --cfg 'feature="tracing-attributes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-await", "attributes", "default", "log", "log-always", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std", "tracing-attributes", "valuable"))' -C metadata=e9f60844af3350ba -C extra-filename=-24cc06f08e4187a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a96344eae1a3d1f9.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-1a825e29b69bcb3e.rmeta --extern tracing_attributes=/work/oxidecomputer/omicron/target/debug/deps/libtracing_attributes-c3aa4a4e66e04b36.so --extern tracing_core=/work/oxidecomputer/omicron/target/debug/deps/libtracing_core-57b0c00d3db266c2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30662026-09-15T03:48:50.868Z Compiling zerovec v0.11.5
30672026-09-15T03:48:50.868Z Compiling zerotrie v0.2.3
30682026-09-15T03:48:50.872Z Compiling clap v4.6.1
30692026-09-15T03:48:50.872Z Compiling pest_derive v2.8.6
30702026-09-15T03:48:50.872Z Compiling scroll v0.12.0
30712026-09-15T03:48:50.872Z Compiling env_filter v2.0.0
30722026-09-15T03:48:50.872Z Compiling siphasher v1.0.2
30732026-09-15T03:48:50.872Z Compiling funty v2.0.0
30742026-09-15T03:48:50.872Z Compiling maybe-uninit v2.0.0
30752026-09-15T03:48:50.872Z Compiling crc-catalog v2.4.0
30762026-09-15T03:48:50.872Z Compiling rustc-demangle v0.1.27
30772026-09-15T03:48:50.904Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name goblin --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/goblin-0.10.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="archive"' --cfg 'feature="default"' --cfg 'feature="elf32"' --cfg 'feature="elf64"' --cfg 'feature="endian_fd"' --cfg 'feature="log"' --cfg 'feature="mach32"' --cfg 'feature="mach64"' --cfg 'feature="pe32"' --cfg 'feature="pe64"' --cfg 'feature="std"' --cfg 'feature="te"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "archive", "default", "elf32", "elf64", "endian_fd", "log", "mach32", "mach64", "pe32", "pe64", "std", "te"))' -C metadata=a5a8018881cc38b9 -C extra-filename=-17c02fb23655c5aa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a96344eae1a3d1f9.rmeta --extern plain=/work/oxidecomputer/omicron/target/debug/deps/libplain-bfcce4bf6af055f7.rmeta --extern scroll=/work/oxidecomputer/omicron/target/debug/deps/libscroll-da7dcf137cf25882.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30782026-09-15T03:48:50.909Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.38.44/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="stdio"' --cfg 'feature="system"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=9e91911eee7280cb -C extra-filename=-43e5ccdc1ddefd3d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-3948ba2719554b61.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-db9c655ed119b5fc.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg libc --cfg solarish`
30792026-09-15T03:48:50.909Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name radium --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/radium-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=04e4a72090528c11 -C extra-filename=-2007d13244c798a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg radium_atomic_8 --cfg radium_atomic_16 --cfg radium_atomic_32 --cfg radium_atomic_64 --cfg radium_atomic_ptr`
30802026-09-15T03:48:51.022Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name zerovec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="yoke"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "databake", "derive", "hashmap", "serde", "std", "yoke"))' -C metadata=d7ad07b421f57524 -C extra-filename=-e69b49528aef5fb7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-4673f4a2cd94231b.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-2135dbedf7644b4d.rmeta --extern zerovec_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerovec_derive-37ce909735d697ce.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30812026-09-15T03:48:51.026Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name zerotrie --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerotrie-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="yoke"' --cfg 'feature="zerofrom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "databake", "default", "litemap", "serde", "yoke", "zerofrom", "zerovec"))' -C metadata=79e31f1f6d39504a -C extra-filename=-c981fcd302e1ca14 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern displaydoc=/work/oxidecomputer/omicron/target/debug/deps/libdisplaydoc-6aa49b7467246d4f.so --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-4673f4a2cd94231b.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-2135dbedf7644b4d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30822026-09-15T03:48:51.026Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="cargo"' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="env"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --cfg 'feature="wrap_help"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "derive", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-derive-ui-tests", "unstable-doc", "unstable-ext", "unstable-markdown", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=112ca9fc105977f9 -C extra-filename=-bef7a2f8e00faea6 --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-f35c2408c7f16a1e.rmeta --extern clap_derive=/work/oxidecomputer/omicron/target/debug/deps/libclap_derive-cb62f4ea7ce90e2f.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30832026-09-15T03:48:51.026Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name scroll --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scroll-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "derive", "std"))' -C metadata=62ce156c640e2d16 -C extra-filename=-31b709477d5dc016 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern scroll_derive=/work/oxidecomputer/omicron/target/debug/deps/libscroll_derive-beb54f9495c439b7.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30842026-09-15T03:48:51.026Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name siphasher --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/siphasher-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde_json", "serde_no_std", "serde_std", "std"))' -C metadata=ba41782c0c192509 -C extra-filename=-e6fa838db755993a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30852026-09-15T03:48:51.026Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name funty --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/funty-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=601cb506bc6fb98b -C extra-filename=-b599b2a6c2af0461 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30862026-09-15T03:48:51.026Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name pest_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_derive-2.8.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=6158733dae5950b4 -C extra-filename=-2f9d0caace36ac0f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-5509e3414066e499.rlib --extern pest_generator=/work/oxidecomputer/omicron/target/debug/deps/libpest_generator-e1194c3af1ae44ea.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30872026-09-15T03:48:51.026Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name env_filter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/env_filter-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "regex", "std"))' -C metadata=7dae4b2226c9bd3b -C extra-filename=-f619fccc27f9c392 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a96344eae1a3d1f9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30882026-09-15T03:48:51.026Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/maybe-uninit-2.0.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a38e4b640bc20c08 -C extra-filename=-81bfcc691738ccd5 --out-dir /work/oxidecomputer/omicron/target/debug/build/maybe-uninit-81bfcc691738ccd5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30892026-09-15T03:48:51.026Z Compiling darling v0.23.0
30902026-09-15T03:48:51.056Z Compiling packed_struct v0.10.1
30912026-09-15T03:48:51.060Z Compiling winnow v0.5.40
30922026-09-15T03:48:51.093Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name crc_catalog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc-catalog-2.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b854636df137b408 -C extra-filename=-a2ec87662b48ce66 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30932026-09-15T03:48:51.096Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name rustc_demangle --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustc-demangle-0.1.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std", "std"))' -C metadata=928d8898c1c743e1 -C extra-filename=-966036ad516e884b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30942026-09-15T03:48:51.141Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name darling --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling-0.23.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(compiletests)' --cfg 'feature="default"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "diagnostics", "serde", "suggestions"))' -C metadata=42f13a95181aebb8 -C extra-filename=-7a1835c470d020cf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling_core=/work/oxidecomputer/omicron/target/debug/deps/libdarling_core-e2a83220b9d5e4ab.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-bad776cbc6972a57.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30952026-09-15T03:48:51.256Z Compiling base16ct v0.2.0
30962026-09-15T03:48:51.260Z Compiling group v0.13.0
30972026-09-15T03:48:51.260Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.5.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=6f64b14c62ae73b2 -C extra-filename=-5d3153e00557971b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30982026-09-15T03:48:51.289Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/packed_struct-0.10.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "byte_types_256", "byte_types_64", "default", "serde", "serde_derive", "std", "use_serde"))' -C metadata=a2ecd4e5680dcf3a -C extra-filename=-f910c5d6b9404948 --out-dir /work/oxidecomputer/omicron/target/debug/build/packed_struct-f910c5d6b9404948 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30992026-09-15T03:48:51.444Z Compiling daft-derive v0.1.8
31002026-09-15T03:48:51.447Z Compiling strum v0.26.3
31012026-09-15T03:48:51.447Z Compiling crc v3.4.0
31022026-09-15T03:48:51.447Z Compiling env_logger v0.11.11
31032026-09-15T03:48:51.447Z Compiling bitfield-macros v0.19.4
31042026-09-15T03:48:51.447Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name base16ct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base16ct-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=ae77ce1e83ce4aeb -C extra-filename=-9a7d9066824188ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31052026-09-15T03:48:51.447Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name group --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/group-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "memuse", "rand", "rand_xorshift", "tests", "wnaf-memuse"))' -C metadata=5493d6dbaf5109e6 -C extra-filename=-af4f34762ba19bdb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-9483917ec6c54662.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-23b680fb0aad4548.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2d4823f85931691.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31062026-09-15T03:48:51.448Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name memoffset --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memoffset-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "unstable_const", "unstable_offset_of"))' -C metadata=f092c80b4c5dc256 -C extra-filename=-183ba5d0e4927680 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg tuple_ty --cfg allow_clippy --cfg maybe_uninit --cfg doctests --cfg raw_ref_macros --cfg stable_const --cfg stable_offset_of`
31072026-09-15T03:48:51.678Z Compiling goblin v0.8.2
31082026-09-15T03:48:51.682Z Compiling zerocopy v0.7.35
31092026-09-15T03:48:51.682Z Compiling packed_struct_codegen v0.10.1
31102026-09-15T03:48:51.682Z Compiling usdt-impl v0.5.0
31112026-09-15T03:48:51.713Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name daft_derive --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/daft-derive-0.1.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f9dd8ae4bea31541 -C extra-filename=-fb85b7233ccc5508 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-081daffe3abb4d41.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31122026-09-15T03:48:51.748Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name crc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc-3.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3070df8c574edef0 -C extra-filename=-f1cae9b1accadfdd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crc_catalog=/work/oxidecomputer/omicron/target/debug/deps/libcrc_catalog-a2ec87662b48ce66.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31132026-09-15T03:48:51.779Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name strum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum-0.26.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="std"' --cfg 'feature="strum_macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "derive", "phf", "std", "strum_macros"))' -C metadata=562bc4efe00d02cb -C extra-filename=-8a4732afddef8a4f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-f1cefca1df0fdd9f.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31142026-09-15T03:48:51.782Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name bitfield_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitfield-macros-0.19.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=145efa89399ddb95 -C extra-filename=-f0bcec8321b18b24 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31152026-09-15T03:48:51.783Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name env_logger --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/env_logger-0.11.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="auto-color"' --cfg 'feature="color"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("auto-color", "color", "default", "humantime", "kv", "regex", "unstable-kv"))' -C metadata=10b3eec7eb5a4bfd -C extra-filename=-fff538b88af305f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstream=/work/oxidecomputer/omicron/target/debug/deps/libanstream-33fcee68a14d49cc.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-665243e242fcd7e8.rmeta --extern env_filter=/work/oxidecomputer/omicron/target/debug/deps/libenv_filter-f619fccc27f9c392.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a96344eae1a3d1f9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31162026-09-15T03:48:51.888Z Compiling addr2line v0.25.1
31172026-09-15T03:48:51.888Z Compiling bitvec v1.0.1
31182026-09-15T03:48:51.892Z Compiling cfg_aliases v0.2.1
31192026-09-15T03:48:51.892Z Compiling structmeta-derive v0.3.0
31202026-09-15T03:48:51.892Z Compiling curve25519-dalek v4.1.3
31212026-09-15T03:48:51.892Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name goblin --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/goblin-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="archive"' --cfg 'feature="default"' --cfg 'feature="elf32"' --cfg 'feature="elf64"' --cfg 'feature="endian_fd"' --cfg 'feature="log"' --cfg 'feature="mach32"' --cfg 'feature="mach64"' --cfg 'feature="pe32"' --cfg 'feature="pe64"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "archive", "default", "elf32", "elf64", "endian_fd", "log", "mach32", "mach64", "pe32", "pe64", "std"))' -C metadata=e42f9d77d63ae204 -C extra-filename=-d40e0f10fdbd1b25 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a96344eae1a3d1f9.rmeta --extern plain=/work/oxidecomputer/omicron/target/debug/deps/libplain-bfcce4bf6af055f7.rmeta --extern scroll=/work/oxidecomputer/omicron/target/debug/deps/libscroll-31b709477d5dc016.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31222026-09-15T03:48:51.892Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-sys-432dcd33cdb9dc15/build-script-main`
31232026-09-15T03:48:51.892Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-0.5.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default", "des", "dof"))' -C metadata=ea6823d6b8e2e190 -C extra-filename=-d3dd0034db2fb6be --out-dir /work/oxidecomputer/omicron/target/debug/build/usdt-impl-d3dd0034db2fb6be -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-464edf1bc7384a2b.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31242026-09-15T03:48:51.892Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name packed_struct_codegen --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/packed_struct_codegen-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=00c27c0d603c306e -C extra-filename=-14230ff4ec889705 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aee7d2f8582b61aa.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31252026-09-15T03:48:51.892Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.7.35/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="byteorder"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "byteorder", "default", "derive", "simd", "simd-nightly", "zerocopy-derive"))' -C metadata=0998297cea410de1 -C extra-filename=-a77f1d0da5196ce7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-a85bc2f7a054eda7.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-91b38562d1ef3a5b.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31262026-09-15T03:48:52.143Z Compiling tinystr v0.8.2
31272026-09-15T03:48:52.143Z Compiling potential_utf v0.1.4
31282026-09-15T03:48:52.146Z Compiling dtrace-parser v0.3.0
31292026-09-15T03:48:52.146Z Compiling darling_macro v0.20.11
31302026-09-15T03:48:52.146Z Compiling dtrace-parser v0.2.0
31312026-09-15T03:48:52.146Z Compiling itertools v0.13.0
31322026-09-15T03:48:52.146Z Compiling thread-id v4.2.2
31332026-09-15T03:48:52.146Z Compiling owo-colors v4.3.0
31342026-09-15T03:48:52.146Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name addr2line --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/addr2line-0.25.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "alloc", "bin", "cargo-all", "core", "cpp_demangle", "default", "fallible-iterator", "loader", "rustc-demangle", "rustc-dep-of-std", "smallvec", "std", "wasm"))' -C metadata=f7a568612d97ff82 -C extra-filename=-fdf664c73e18c9a7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern gimli=/work/oxidecomputer/omicron/target/debug/deps/libgimli-0d3807dce36deb61.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31352026-09-15T03:48:52.146Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name bitvec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitvec-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "atomic", "default", "serde", "std", "testing"))' -C metadata=29a9d0a4b210ae20 -C extra-filename=-80d53d386835554d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern funty=/work/oxidecomputer/omicron/target/debug/deps/libfunty-b599b2a6c2af0461.rmeta --extern radium=/work/oxidecomputer/omicron/target/debug/deps/libradium-2007d13244c798a5.rmeta --extern tap=/work/oxidecomputer/omicron/target/debug/deps/libtap-138b29acaddf18fb.rmeta --extern wyz=/work/oxidecomputer/omicron/target/debug/deps/libwyz-bf1e5137060bf1a9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31362026-09-15T03:48:52.146Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name cfg_aliases --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg_aliases-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--deny=clippy::str_to_string' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ce8719f5c89620e3 -C extra-filename=-16962c5a73fe125d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31372026-09-15T03:48:52.146Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/curve25519-dalek-4.1.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="legacy_compatibility"' --cfg 'feature="precomputed-tables"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "digest", "ff", "group", "group-bits", "legacy_compatibility", "precomputed-tables", "rand_core", "serde", "zeroize"))' -C metadata=262690cfb159fb87 -C extra-filename=-b2502bef2aebb0b6 --out-dir /work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-b2502bef2aebb0b6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-1cf7962b48132cfa.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31382026-09-15T03:48:52.147Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name structmeta_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/structmeta-derive-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a4dfa5513326a308 -C extra-filename=-c487fd55e9c6a4d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31392026-09-15T03:48:52.147Z Running `/work/oxidecomputer/omicron/target/debug/build/maybe-uninit-81bfcc691738ccd5/build-script-build`
31402026-09-15T03:48:52.147Z Running `/work/oxidecomputer/omicron/target/debug/build/packed_struct-f910c5d6b9404948/build-script-build`
31412026-09-15T03:48:52.483Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.228/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="rc"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=e054f9afe64e25f6 -C extra-filename=-d54ce1c3939a9e89 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-26aea309b97267ee.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-2aa2fe389e081ac2.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg if_docsrs_then_no_serde_core --check-cfg 'cfg(feature, values("result"))' --check-cfg 'cfg(if_docsrs_then_no_serde_core)' --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_target_has_atomic)'`
31422026-09-15T03:48:52.483Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name dtrace_parser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dtrace-parser-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f055d5947f6435a5 -C extra-filename=-2afee2a861e8e53c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-5509e3414066e499.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-2f9d0caace36ac0f.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31432026-09-15T03:48:52.487Z Compiling futures-executor v0.3.32
31442026-09-15T03:48:52.487Z Compiling nix v0.31.2
31452026-09-15T03:48:52.487Z Compiling keccak v0.1.6
31462026-09-15T03:48:52.487Z Compiling nodrop v0.1.14
31472026-09-15T03:48:52.487Z Compiling cargo-platform v0.3.2
31482026-09-15T03:48:52.487Z Compiling same-file v1.0.6
31492026-09-15T03:48:52.487Z Compiling serde_with_macros v3.21.0
31502026-09-15T03:48:52.523Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name darling_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_macro-0.20.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=955a6588d3805ef0 -C extra-filename=-34158cbdd8c8d525 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling_core=/work/oxidecomputer/omicron/target/debug/deps/libdarling_core-ea67a510f66021a2.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31512026-09-15T03:48:52.527Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name potential_utf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/potential_utf-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="zerovec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "databake", "default", "serde", "writeable", "zerovec"))' -C metadata=24cfed595f13791e -C extra-filename=-f63717eab160eab5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-e69b49528aef5fb7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31522026-09-15T03:48:52.527Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=850c40267deb4ff1 -C extra-filename=-daa2bccd3b7a4092 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-2f892cc0986a716b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31532026-09-15T03:48:52.527Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name tinystr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinystr-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="zerovec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "databake", "default", "serde", "std", "zerovec"))' -C metadata=061a66be826346f3 -C extra-filename=-e276809161f73e6d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern displaydoc=/work/oxidecomputer/omicron/target/debug/deps/libdisplaydoc-6aa49b7467246d4f.so --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-e69b49528aef5fb7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31542026-09-15T03:48:52.527Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-4.3.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "supports-color", "supports-colors"))' -C metadata=0073a057e5c07f99 -C extra-filename=-8be165e65cbc0d9b --out-dir /work/oxidecomputer/omicron/target/debug/build/owo-colors-8be165e65cbc0d9b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31552026-09-15T03:48:52.527Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name dtrace_parser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dtrace-parser-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=eea3a0b74feb1208 -C extra-filename=-9567e8974bbf19e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-5509e3414066e499.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-2f9d0caace36ac0f.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-df2e14f6fdb1e2e8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31562026-09-15T03:48:52.527Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name thread_id --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thread-id-4.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=04d671b725db7035 -C extra-filename=-3d067f196d23a77c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31572026-09-15T03:48:52.740Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_executor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-executor-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "thread-pool"))' -C metadata=4b1c8a0a24e8c4bb -C extra-filename=-709fe0813cae1ec8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-f57b0cec2750c1f6.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-99d474ad3e9ebc5e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-20dba1b7e6ddb3f5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31582026-09-15T03:48:52.744Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.31.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="feature"' --cfg 'feature="fs"' --cfg 'feature="memoffset"' --cfg 'feature="mman"' --cfg 'feature="net"' --cfg 'feature="process"' --cfg 'feature="signal"' --cfg 'feature="socket"' --cfg 'feature="uio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "syslog", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=0a362a3d6446a3b2 -C extra-filename=-74e5085af0e66537 --out-dir /work/oxidecomputer/omicron/target/debug/build/nix-74e5085af0e66537 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_aliases=/work/oxidecomputer/omicron/target/debug/deps/libcfg_aliases-16962c5a73fe125d.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31592026-09-15T03:48:52.744Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name keccak --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/keccak-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "no_unroll", "simd"))' -C metadata=f8b88996bb844024 -C extra-filename=-7e323279e0b63add --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31602026-09-15T03:48:52.744Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nodrop --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nodrop-0.1.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nodrop-union", "std", "use_needs_drop", "use_union"))' -C metadata=bb8e97798ae63a77 -C extra-filename=-4cff53e36a1f0ef5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31612026-09-15T03:48:52.744Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name maybe_uninit --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/maybe-uninit-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7d26f0c9233d150d -C extra-filename=-c0129d5f1595a13a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg derive_copy --cfg repr_transparent --cfg native_uninit`
31622026-09-15T03:48:52.744Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-d3dd0034db2fb6be/build-script-build`
31632026-09-15T03:48:52.744Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name cargo_platform --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cargo-platform-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::all' '--warn=clippy::correctness' '--warn=clippy::self_named_module_files' --warn=rust_2018_idioms '--allow=rustdoc::private_intra_doc_links' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::disallowed_methods' '--warn=clippy::dbg_macro' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=036e943dc05d807e -C extra-filename=-b09abe0dcda7160f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-26aea309b97267ee.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31642026-09-15T03:48:52.744Z Compiling backtrace v0.3.76
31652026-09-15T03:48:52.744Z Compiling textwrap v0.16.2
31662026-09-15T03:48:52.744Z Compiling unicode-normalization v0.1.25
31672026-09-15T03:48:52.773Z Compiling bzip2-sys v0.1.13+1.0.8
31682026-09-15T03:48:52.777Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_with_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_with_macros-3.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms --warn=variant_size_differences --warn=unused_qualifications --warn=unused_import_braces --warn=unused_extern_crates --warn=unexpected_cfgs --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::redundant_closure_for_method_calls' --warn=missing_docs '--warn=rustdoc::missing_crate_level_docs' '--allow=clippy::manual-unwrap-or-default' '--allow=clippy::explicit_auto_deref' '--warn=clippy::doc_markdown' '--warn=clippy::disallowed_methods' '--warn=clippy::default_trait_access' '--warn=clippy::cloned_instead_of_copied' --check-cfg 'cfg(tarpaulin)' --check-cfg 'cfg(tarpaulin_include)' --cfg 'feature="schemars_0_8"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("schemars_0_8", "schemars_0_9", "schemars_1"))' -C metadata=5264b211666ae0e6 -C extra-filename=-fb143a79f6c7587e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling=/work/oxidecomputer/omicron/target/debug/deps/libdarling-7a1835c470d020cf.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31692026-09-15T03:48:52.777Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name same_file --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/same-file-1.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2a4cb3a1fdc59b38 -C extra-filename=-15f2f478d7e48606 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31702026-09-15T03:48:53.005Z Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-b2502bef2aebb0b6/build-script-build`
31712026-09-15T03:48:53.005Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name backtrace --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/backtrace-0.3.76/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("coresymbolication", "cpp_demangle", "dbghelp", "default", "dl_iterate_phdr", "dladdr", "kernel32", "libunwind", "ruzstd", "serde", "serialize-serde", "std", "unix-backtrace"))' -C metadata=5accfff08a54f513 -C extra-filename=-016a146c76daa131 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern addr2line=/work/oxidecomputer/omicron/target/debug/deps/libaddr2line-fdf664c73e18c9a7.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-62db240d7db1f22c.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-1a603f14caba9997.rmeta --extern rustc_demangle=/work/oxidecomputer/omicron/target/debug/deps/librustc_demangle-966036ad516e884b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31722026-09-15T03:48:53.008Z Compiling icu_locale_core v2.1.1
31732026-09-15T03:48:53.008Z Compiling icu_collections v2.1.1
31742026-09-15T03:48:53.008Z Compiling bitfield v0.19.4
31752026-09-15T03:48:53.008Z Compiling smallvec v0.6.14
31762026-09-15T03:48:53.008Z Compiling array-init v0.0.4
31772026-09-15T03:48:53.008Z Compiling vergen-lib v9.1.0
31782026-09-15T03:48:53.008Z Compiling openssl v0.10.80
31792026-09-15T03:48:53.009Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name textwrap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/textwrap-0.16.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --cfg 'feature="default"' --cfg 'feature="smawk"' --cfg 'feature="terminal_size"' --cfg 'feature="unicode-linebreak"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "hyphenation", "smawk", "terminal_size", "unicode-linebreak", "unicode-width"))' -C metadata=b932538ce3c00659 -C extra-filename=-00ef578645e692ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern smawk=/work/oxidecomputer/omicron/target/debug/deps/libsmawk-2f1ac1795b4a6054.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-f60bf6deba7bc9cd.rmeta --extern unicode_linebreak=/work/oxidecomputer/omicron/target/debug/deps/libunicode_linebreak-b521b019e6348dd0.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-fb66b428f1def7e9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31802026-09-15T03:48:53.009Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_normalization --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-normalization-0.1.25/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=0505b070ecbb03af -C extra-filename=-e4526e0f511a2b7e --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-ff8952e671ab4d4c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31812026-09-15T03:48:53.009Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bzip2-sys-0.1.13+1.0.8/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__disabled", "static"))' -C metadata=a5028731e6fe29cb -C extra-filename=-6dc51611975c86b3 --out-dir /work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6dc51611975c86b3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-8f5da3de5601b39f.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-62584c7c957af197.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31822026-09-15T03:48:53.239Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_locale_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="zerovec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "databake", "serde", "zerovec"))' -C metadata=e0871a8b340b1a42 -C extra-filename=-da3cd9319ebaf75f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern displaydoc=/work/oxidecomputer/omicron/target/debug/deps/libdisplaydoc-6aa49b7467246d4f.so --extern litemap=/work/oxidecomputer/omicron/target/debug/deps/liblitemap-b46158ee2a5fb370.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-e276809161f73e6d.rmeta --extern writeable=/work/oxidecomputer/omicron/target/debug/deps/libwriteable-831282bd72d11aa0.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-e69b49528aef5fb7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31832026-09-15T03:48:53.242Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_collections --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "databake", "serde"))' -C metadata=a6ef2f7ad24197a8 -C extra-filename=-e3128ff555d16438 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern displaydoc=/work/oxidecomputer/omicron/target/debug/deps/libdisplaydoc-6aa49b7467246d4f.so --extern potential_utf=/work/oxidecomputer/omicron/target/debug/deps/libpotential_utf-f63717eab160eab5.rmeta --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-4673f4a2cd94231b.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-2135dbedf7644b4d.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-e69b49528aef5fb7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31842026-09-15T03:48:53.242Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-0.6.14/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "may_dangle", "serde", "specialization", "std", "union"))' -C metadata=eb6dc18347bae028 -C extra-filename=-e7328c09e6ae5f3f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern maybe_uninit=/work/oxidecomputer/omicron/target/debug/deps/libmaybe_uninit-c0129d5f1595a13a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31852026-09-15T03:48:53.242Z Compiling zeroize v1.9.0
31862026-09-15T03:48:53.272Z Compiling bytes v1.11.1
31872026-09-15T03:48:53.276Z Compiling chrono v0.4.45
31882026-09-15T03:48:53.276Z Compiling erased-serde v0.3.31
31892026-09-15T03:48:53.276Z Compiling ipnet v2.12.0
31902026-09-15T03:48:53.276Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name bitfield --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitfield-0.19.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5580d080a08ac5d6 -C extra-filename=-0838bba19a0ab684 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitfield_macros=/work/oxidecomputer/omicron/target/debug/deps/libbitfield_macros-f0bcec8321b18b24.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31912026-09-15T03:48:53.276Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.80/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc", "aws-lc-fips", "bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=d85fcbea342440fb -C extra-filename=-08314eeb4d8ca19a --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-08314eeb4d8ca19a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31922026-09-15T03:48:53.276Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-lib-9.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(coverage,coverage_nightly)' --cfg 'feature="cargo"' --cfg 'feature="default"' --cfg 'feature="git"' --cfg 'feature="rustc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "default", "emit_and_set", "git", "rustc", "si", "unstable"))' -C metadata=f085a5075f1c3b1f -C extra-filename=-2eb8a040b435d114 --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-lib-2eb8a040b435d114 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-284f66ec6731db10.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31932026-09-15T03:48:53.276Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name array_init --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/array-init-0.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=903573b8801ee40a -C extra-filename=-9e1d752c9c9bfa64 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern nodrop=/work/oxidecomputer/omicron/target/debug/deps/libnodrop-4cff53e36a1f0ef5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31942026-09-15T03:48:53.276Z Running `/work/oxidecomputer/omicron/target/debug/build/owo-colors-8be165e65cbc0d9b/build-script-build`
31952026-09-15T03:48:53.522Z Compiling serde_tokenstream v0.2.3
31962026-09-15T03:48:53.525Z Compiling hex v0.4.3
31972026-09-15T03:48:53.525Z Compiling serde_urlencoded v0.7.1
31982026-09-15T03:48:53.525Z Compiling futures v0.3.32
31992026-09-15T03:48:53.525Z Compiling openapiv3 v2.2.0
32002026-09-15T03:48:53.525Z Compiling hubpack v0.1.2
32012026-09-15T03:48:53.525Z Compiling toml_datetime v0.6.11
32022026-09-15T03:48:53.525Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name zeroize --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zeroize-1.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --cfg 'feature="aarch64"' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="zeroize_derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aarch64", "alloc", "default", "derive", "serde", "simd", "std", "zeroize_derive"))' -C metadata=e90da851485d7d10 -C extra-filename=-ac553e214bd65ed1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern zeroize_derive=/work/oxidecomputer/omicron/target/debug/deps/libzeroize_derive-65c6fb0dce7fb93d.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32032026-09-15T03:48:53.525Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(loom)' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "extra-platforms", "serde", "std"))' -C metadata=5b8da6e3c2e842b0 -C extra-filename=-47cd8f8dc9e7b1a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32042026-09-15T03:48:53.525Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name erased_serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/erased-serde-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "unstable-debug"))' -C metadata=462e5c04b9ab0d38 -C extra-filename=-f7e2f1cabe5e5fb0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32052026-09-15T03:48:53.526Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.45/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="clock"' --cfg 'feature="default"' --cfg 'feature="iana-time-zone"' --cfg 'feature="js-sys"' --cfg 'feature="now"' --cfg 'feature="oldtime"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen"' --cfg 'feature="wasmbind"' --cfg 'feature="winapi"' --cfg 'feature="windows-link"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_bench", "alloc", "arbitrary", "clock", "core-error", "default", "defmt", "iana-time-zone", "js-sys", "libc", "now", "oldtime", "pure-rust-locales", "rkyv", "rkyv-16", "rkyv-32", "rkyv-64", "rkyv-validation", "serde", "std", "unstable-locales", "wasm-bindgen", "wasmbind", "winapi", "windows-link"))' -C metadata=aac6953ee88158fb -C extra-filename=-1e0124cd6fc62769 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-5c37a5d9e78cfea7.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6c9795a397cfc660.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32062026-09-15T03:48:53.526Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ipnet --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ipnet-2.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "heapless", "json", "schemars", "schemars08", "schemars1", "ser_as_str", "serde", "std"))' -C metadata=077841304940e3e6 -C extra-filename=-b38ea0edf80b482b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32072026-09-15T03:48:53.680Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_tokenstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_tokenstream-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=73d9fefbc0dffc48 -C extra-filename=-67c7166b182ad1aa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32082026-09-15T03:48:53.683Z Compiling serde_spanned v0.6.9
32092026-09-15T03:48:53.683Z Compiling darling v0.20.11
32102026-09-15T03:48:53.683Z Compiling ron v0.8.1
32112026-09-15T03:48:53.683Z Compiling backtrace-ext v0.2.1
32122026-09-15T03:48:53.711Z Compiling structmeta v0.3.0
32132026-09-15T03:48:53.750Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name futures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="default"' --cfg 'feature="executor"' --cfg 'feature="futures-executor"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "async-await", "bilock", "cfg-target-has-atomic", "compat", "default", "executor", "futures-executor", "io-compat", "spin", "std", "thread-pool", "unstable", "write-all-vectored"))' -C metadata=2d216b50164d5192 -C extra-filename=-ee0df92789a44cc2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-5f8bf403f358d16e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-f57b0cec2750c1f6.rmeta --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-709fe0813cae1ec8.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-9fa4513e97eb15c1.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-8b18dc3fcc726a8b.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-99d474ad3e9ebc5e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-20dba1b7e6ddb3f5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32142026-09-15T03:48:53.754Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_urlencoded-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5ecb529cae660dcb -C extra-filename=-4d6255ea0ebdcbd9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-31aa278f1a6bdad7.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-eb0a4b29e4e8f5ee.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-a148b278610c4987.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32152026-09-15T03:48:53.754Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name hubpack --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hubpack-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2c4ff360ff3e182a -C extra-filename=-0f5539a2457549e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hubpack_derive=/work/oxidecomputer/omicron/target/debug/deps/libhubpack_derive-6b2a96f397f531cf.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32162026-09-15T03:48:53.754Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_datetime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-0.6.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=489b8d9c34b1bd17 -C extra-filename=-a9ceb95a06fa005a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32172026-09-15T03:48:53.754Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name openapiv3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openapiv3-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="skip_serializing_defaults"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("skip_serializing_defaults"))' -C metadata=9546c355125bad0b -C extra-filename=-43c55b0f49f9feb6 --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-df56548816dd36a4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32182026-09-15T03:48:53.754Z Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-39d7d25c446ac464/build-script-main`
32192026-09-15T03:48:53.754Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name hex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hex-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=cac340f2237939fb -C extra-filename=-ade94dc2aa29b75c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32202026-09-15T03:48:53.905Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name darling --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling-0.20.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(compiletests)' --cfg 'feature="default"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "diagnostics", "suggestions"))' -C metadata=b4a5b90d35cf1285 -C extra-filename=-52003c65ae49ceb4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling_core=/work/oxidecomputer/omicron/target/debug/deps/libdarling_core-ea67a510f66021a2.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-34158cbdd8c8d525.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32212026-09-15T03:48:53.909Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_spanned --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_spanned-0.6.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=bd48380359719339 -C extra-filename=-bb6290b6392337d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32222026-09-15T03:48:53.909Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name backtrace_ext --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/backtrace-ext-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=159d62e7610a89d8 -C extra-filename=-38e2638fe132a04f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern backtrace=/work/oxidecomputer/omicron/target/debug/deps/libbacktrace-016a146c76daa131.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32232026-09-15T03:48:53.909Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ron --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ron-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "indexmap", "integer128"))' -C metadata=8cb979ac28a23357 -C extra-filename=-3288b4da69667601 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-70747a5d8c73dcfb.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-3948ba2719554b61.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-2aa2fe389e081ac2.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32242026-09-15T03:48:53.909Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name packed_struct --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/packed_struct-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "byte_types_256", "byte_types_64", "default", "serde", "serde_derive", "std", "use_serde"))' -C metadata=d9586e7f38bd3de5 -C extra-filename=-0ffcd82b6bc17d65 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitvec=/work/oxidecomputer/omicron/target/debug/deps/libbitvec-80d53d386835554d.rmeta --extern packed_struct_codegen=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct_codegen-14230ff4ec889705.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32252026-09-15T03:48:53.909Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name structmeta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/structmeta-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9ba6ddfc792a7837 -C extra-filename=-db17082947442a0b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-c487fd55e9c6a4d8.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32262026-09-15T03:48:53.972Z Compiling icu_provider v2.1.1
32272026-09-15T03:48:54.005Z Compiling hybrid-array v0.4.13
32282026-09-15T03:48:54.009Z Compiling ppv-lite86 v0.2.21
32292026-09-15T03:48:54.009Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-74e5085af0e66537/build-script-build`
32302026-09-15T03:48:54.239Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_provider --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="baked"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "baked", "deserialize_bincode_1", "deserialize_json", "deserialize_postcard_1", "export", "logging", "serde", "std", "sync", "zerotrie"))' -C metadata=d1efda521b9cec83 -C extra-filename=-bfc48c237ceeed03 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern displaydoc=/work/oxidecomputer/omicron/target/debug/deps/libdisplaydoc-6aa49b7467246d4f.so --extern icu_locale_core=/work/oxidecomputer/omicron/target/debug/deps/libicu_locale_core-da3cd9319ebaf75f.rmeta --extern writeable=/work/oxidecomputer/omicron/target/debug/deps/libwriteable-831282bd72d11aa0.rmeta --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-4673f4a2cd94231b.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-2135dbedf7644b4d.rmeta --extern zerotrie=/work/oxidecomputer/omicron/target/debug/deps/libzerotrie-c981fcd302e1ca14.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-e69b49528aef5fb7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32312026-09-15T03:48:54.244Z Compiling tokio v1.52.1
32322026-09-15T03:48:54.244Z Compiling http v1.4.2
32332026-09-15T03:48:54.244Z Compiling rustls-pki-types v1.14.0
32342026-09-15T03:48:54.244Z Compiling der v0.7.10
32352026-09-15T03:48:54.244Z Compiling dof v0.4.0
32362026-09-15T03:48:54.244Z Compiling toml_edit v0.19.15
32372026-09-15T03:48:54.244Z Compiling derive_builder_core v0.20.2
32382026-09-15T03:48:54.244Z Compiling dof v0.3.0
32392026-09-15T03:48:54.244Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name hybrid_array --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hybrid-array-0.4.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--warn=clippy::panic_in_result_fn' '--warn=clippy::panic' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' '--warn=clippy::arithmetic_side_effects' --cfg 'feature="alloc"' --cfg 'feature="ctutils"' --cfg 'feature="extra-sizes"' --cfg 'feature="subtle"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "bytemuck", "ctutils", "extra-sizes", "serde", "subtle", "zerocopy", "zeroize"))' -C metadata=b4f371b61fa8b7dd -C extra-filename=-325176a3dca9d981 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ctutils=/work/oxidecomputer/omicron/target/debug/deps/libctutils-2d1a5e6b7b265c07.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2d4823f85931691.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-038fdb619aeba623.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32402026-09-15T03:48:54.244Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ppv_lite86 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ppv-lite86-0.2.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="simd"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "no_simd", "simd", "std"))' -C metadata=b2e9d0dccbfc253c -C extra-filename=-1e72ad4c1b7f7547 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-a2fb83154a192d98.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32412026-09-15T03:48:54.244Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name generic_array --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="more_lengths"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("more_lengths", "serde", "zeroize"))' -C metadata=0ba35a935e51d4a9 -C extra-filename=-646c77236a189ca0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-038fdb619aeba623.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg relaxed_coherence`
32422026-09-15T03:48:54.522Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_unstable)' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="test-util"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-uring", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "taskdump", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=ece292f2ef3dfda9 -C extra-filename=-0078461ca66129be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-242fe92aa751b4a7.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-5953e829bf18ad36.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-1a825e29b69bcb3e.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-c51f7d7de78d568c.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-7e24caacc7ed35d6.rmeta --extern tokio_macros=/work/oxidecomputer/omicron/target/debug/deps/libtokio_macros-1e793322d04571aa.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32432026-09-15T03:48:54.522Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name slog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-2.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="nested-values"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="release_max_level_trace"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("anyhow", "default", "dynamic-keys", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "nested-values", "nothreads", "parking_lot_0_12", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std"))' -C metadata=326f1f4d64b1c09a -C extra-filename=-813617d6527196ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern erased_serde=/work/oxidecomputer/omicron/target/debug/deps/liberased_serde-f7e2f1cabe5e5fb0.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-26aea309b97267ee.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_std_error --check-cfg 'cfg(has_std_error)'`
32442026-09-15T03:48:54.526Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name der --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/der-0.7.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="derive"' --cfg 'feature="flagset"' --cfg 'feature="oid"' --cfg 'feature="pem"' --cfg 'feature="std"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "bytes", "derive", "flagset", "oid", "pem", "real", "std", "time", "zeroize"))' -C metadata=5c249dc84680b0a8 -C extra-filename=-e723dca237d80cfa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-ba57704941fdbd49.rmeta --extern der_derive=/work/oxidecomputer/omicron/target/debug/deps/libder_derive-07a44ad3c99fcd08.so --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-16d6623f4672f2fc.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e5eba79edd904ff5.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32452026-09-15T03:48:54.526Z Compiling serde-hex v0.1.0
32462026-09-15T03:48:54.553Z Compiling walkdir v2.5.0
32472026-09-15T03:48:54.557Z Compiling cargo_metadata v0.23.1
32482026-09-15T03:48:54.557Z Compiling foldhash v0.1.5
32492026-09-15T03:48:54.557Z Compiling signal-hook v0.3.18
32502026-09-15T03:48:54.589Z Compiling crc-any v2.5.0
32512026-09-15T03:48:54.593Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ahash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ahash-0.8.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="runtime-rng"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("atomic-polyfill", "compile-time-rng", "const-random", "default", "getrandom", "nightly-arm-aes", "no-rng", "runtime-rng", "serde", "std"))' -C metadata=66d81f9b66d34bed -C extra-filename=-002d1b10f06c31e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-5d1a82fc3b083576.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0875c71ea664a892.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-a2fb83154a192d98.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg folded_multiply --check-cfg 'cfg(specialize)' --check-cfg 'cfg(folded_multiply)'`
32522026-09-15T03:48:54.593Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dof-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="des"' --cfg 'feature="goblin"' --cfg 'feature="pretty-hex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("des", "goblin", "pretty-hex"))' -C metadata=e345c03e6dc22f20 -C extra-filename=-b859805c6827e7d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-17c02fb23655c5aa.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-b2f36f2f8b96cae8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-a2fb83154a192d98.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32532026-09-15T03:48:54.593Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pki_types --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pki-types-1.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unused_qualifications --warn=unused_import_braces --warn=unused_extern_crates --warn=unreachable_pub --warn=unnameable_types --warn=unexpected_cfgs --warn=trivial_numeric_casts --warn=elided_lifetimes_in_paths --check-cfg 'cfg(rustls_pki_types_docsrs)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "web", "web-time"))' -C metadata=0b5e9a6fd744bb32 -C extra-filename=-591a1b9c6c02bd3c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32542026-09-15T03:48:54.593Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-1.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=638c4428eb9f4c63 -C extra-filename=-8d95c26cce95bfcf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-eb0a4b29e4e8f5ee.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32552026-09-15T03:48:54.626Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.19.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "perf", "serde", "unbounded"))' -C metadata=b92f793fed7205ff -C extra-filename=-7280b445afda3623 --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-df56548816dd36a4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-bb6290b6392337d1.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-a9ceb95a06fa005a.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-5d3153e00557971b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32562026-09-15T03:48:54.629Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_builder_core-0.20.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="lib_has_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "clippy", "lib_has_std"))' -C metadata=5cb91c1bec7511aa -C extra-filename=-d644b20bad4f0ec3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling=/work/oxidecomputer/omicron/target/debug/deps/libdarling-52003c65ae49ceb4.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32572026-09-15T03:48:54.629Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dof-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="des"' --cfg 'feature="goblin"' --cfg 'feature="pretty-hex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("des", "goblin", "pretty-hex"))' -C metadata=759a743b90fccd0d -C extra-filename=-4c3621c4263fa118 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-d40e0f10fdbd1b25.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-b2f36f2f8b96cae8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-df2e14f6fdb1e2e8.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-a77f1d0da5196ce7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32582026-09-15T03:48:54.771Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name owo_colors --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-4.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "supports-color", "supports-colors"))' -C metadata=87de2ec591a77faf -C extra-filename=-d04f08a445a4a0f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg const_mut_refs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(const_mut_refs)'`
32592026-09-15T03:48:54.775Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_hex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-hex-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=aaa83710d6c87f4b -C extra-filename=-4a44900a9e3136ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern array_init=/work/oxidecomputer/omicron/target/debug/deps/libarray_init-9e1d752c9c9bfa64.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-e7328c09e6ae5f3f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32602026-09-15T03:48:54.811Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.31.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="feature"' --cfg 'feature="fs"' --cfg 'feature="memoffset"' --cfg 'feature="mman"' --cfg 'feature="net"' --cfg 'feature="process"' --cfg 'feature="signal"' --cfg 'feature="socket"' --cfg 'feature="uio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "syslog", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=ccbbb8a88830e750 -C extra-filename=-70d26705e78829f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-3948ba2719554b61.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-183ba5d0e4927680.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg illumos --cfg solarish --check-cfg 'cfg(android)' --check-cfg 'cfg(dragonfly)' --check-cfg 'cfg(ios)' --check-cfg 'cfg(freebsd)' --check-cfg 'cfg(illumos)' --check-cfg 'cfg(linux)' --check-cfg 'cfg(macos)' --check-cfg 'cfg(netbsd)' --check-cfg 'cfg(openbsd)' --check-cfg 'cfg(solaris)' --check-cfg 'cfg(watchos)' --check-cfg 'cfg(tvos)' --check-cfg 'cfg(visionos)' --check-cfg 'cfg(apple_targets)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(bsd_without_apple)' --check-cfg 'cfg(linux_android)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(fbsd14)' --check-cfg 'cfg(qemu)' --check-cfg 'cfg(target_os, values("cygwin"))'`
32612026-09-15T03:48:54.860Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name cargo_metadata --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cargo_metadata-0.23.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("builder", "default", "derive_builder", "unstable"))' -C metadata=cbdf73e7e2103bf7 -C extra-filename=-5155e9a22ee90aa4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-b09abe0dcda7160f.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32622026-09-15T03:48:54.860Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name walkdir --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e81d251efd9b0277 -C extra-filename=-32d617f53e2154a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern same_file=/work/oxidecomputer/omicron/target/debug/deps/libsame_file-15f2f478d7e48606.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32632026-09-15T03:48:54.860Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-0.3.18/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cc", "channel", "default", "extended-siginfo", "extended-siginfo-raw", "iterator"))' -C metadata=522606216af5da0b -C extra-filename=-097d9a3951b2aedc --out-dir /work/oxidecomputer/omicron/target/debug/build/signal-hook-097d9a3951b2aedc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32642026-09-15T03:48:54.860Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name foldhash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foldhash-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=ba7d216205c0fe62 -C extra-filename=-a9977f31c560700c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32652026-09-15T03:48:54.860Z Compiling icu_properties v2.1.2
32662026-09-15T03:48:54.860Z Compiling icu_normalizer v2.1.1
32672026-09-15T03:48:54.860Z Compiling rand_chacha v0.9.0
32682026-09-15T03:48:54.879Z Compiling rand_chacha v0.3.1
32692026-09-15T03:48:54.883Z Compiling foreign-types-shared v0.1.1
32702026-09-15T03:48:54.915Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name crc_any --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc-any-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "debug-helper", "default", "development", "heapless", "std"))' -C metadata=1b323c45aab9ad58 -C extra-filename=-38df1fc9f326a20e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32712026-09-15T03:48:54.992Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_chacha-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "os_rng", "serde", "std"))' -C metadata=16b986d6a8da7540 -C extra-filename=-7e176df3b6534cf3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-1e72ad4c1b7f7547.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-b1a582d5d32c7dad.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32722026-09-15T03:48:54.996Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_normalizer --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(icu4x_unstable_fast_trie_only)' --cfg 'feature="compiled_data"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiled_data", "datagen", "default", "experimental", "icu_properties", "serde", "utf16_iter", "utf8_iter", "write16"))' -C metadata=41ca05f9ea043143 -C extra-filename=-25100ec3857b6c86 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern icu_collections=/work/oxidecomputer/omicron/target/debug/deps/libicu_collections-e3128ff555d16438.rmeta --extern icu_normalizer_data=/work/oxidecomputer/omicron/target/debug/deps/libicu_normalizer_data-61c6d1584c7256b5.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-bfc48c237ceeed03.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-88db28b097ca3987.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-e69b49528aef5fb7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32732026-09-15T03:48:54.996Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_properties --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-2.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="compiled_data"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiled_data", "datagen", "default", "serde", "unicode_bidi"))' -C metadata=1aec9e339a810951 -C extra-filename=-f240a10da207c2d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern icu_collections=/work/oxidecomputer/omicron/target/debug/deps/libicu_collections-e3128ff555d16438.rmeta --extern icu_locale_core=/work/oxidecomputer/omicron/target/debug/deps/libicu_locale_core-da3cd9319ebaf75f.rmeta --extern icu_properties_data=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties_data-f1a23d347140c6d4.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-bfc48c237ceeed03.rmeta --extern zerotrie=/work/oxidecomputer/omicron/target/debug/deps/libzerotrie-c981fcd302e1ca14.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-e69b49528aef5fb7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32742026-09-15T03:48:54.996Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_chacha-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde1", "simd", "std"))' -C metadata=6d9f86f50cffaf47 -C extra-filename=-3c2ed44b185bba47 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-1e72ad4c1b7f7547.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-23b680fb0aad4548.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32752026-09-15T03:48:55.070Z Compiling crypto-common v0.2.2
32762026-09-15T03:48:55.070Z Compiling block-buffer v0.12.1
32772026-09-15T03:48:55.070Z Compiling crypto-common v0.1.7
32782026-09-15T03:48:55.073Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foreign-types-shared-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e9affca7070675e8 -C extra-filename=-0e655366da8084e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32792026-09-15T03:48:55.188Z Compiling block-buffer v0.10.4
32802026-09-15T03:48:55.188Z Compiling block-padding v0.4.2
32812026-09-15T03:48:55.192Z Compiling rustls-native-certs v0.8.3
32822026-09-15T03:48:55.192Z Compiling crypto-bigint v0.5.5
32832026-09-15T03:48:55.192Z Compiling foreign-types v0.3.2
32842026-09-15T03:48:55.192Z Compiling hashbrown v0.15.5
32852026-09-15T03:48:55.192Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name crypto_common --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-common-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' -C debug-assertions=on --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("getrandom", "rand_core", "zeroize"))' -C metadata=f8a22051ac34243b -C extra-filename=-fbb8059747997d16 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-21201851a35fa059.rmeta --extern hybrid_array=/work/oxidecomputer/omicron/target/debug/deps/libhybrid_array-325176a3dca9d981.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-70a8cc5d2f870e13.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32862026-09-15T03:48:55.192Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name crypto_common --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-common-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("getrandom", "rand_core", "std"))' -C metadata=ca35c237f41b2575 -C extra-filename=-2485650c47585fb6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-646c77236a189ca0.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-23b680fb0aad4548.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-038fdb619aeba623.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32872026-09-15T03:48:55.192Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name block_buffer --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/block-buffer-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("zeroize"))' -C metadata=ed9f263033b074b6 -C extra-filename=-791bef4dfc294168 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hybrid_array=/work/oxidecomputer/omicron/target/debug/deps/libhybrid_array-325176a3dca9d981.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32882026-09-15T03:48:55.339Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name block_buffer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/block-buffer-0.10.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=43be4fac7b3b2007 -C extra-filename=-91d54e90df6c771d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-646c77236a189ca0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32892026-09-15T03:48:55.343Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name block_padding --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/block-padding-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9a0359e87bda2c3e -C extra-filename=-37daa10e1f3ebda5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hybrid_array=/work/oxidecomputer/omicron/target/debug/deps/libhybrid_array-325176a3dca9d981.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32902026-09-15T03:48:55.343Z Compiling rand v0.9.2
32912026-09-15T03:48:55.343Z Compiling http-body v1.0.1
32922026-09-15T03:48:55.343Z Compiling rand v0.8.6
32932026-09-15T03:48:55.375Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name crypto_bigint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-bigint-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="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=2f3af21c189718ec -C extra-filename=-d57a19a706af8536 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-646c77236a189ca0.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-23b680fb0aad4548.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2d4823f85931691.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32942026-09-15T03:48:55.380Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foreign-types-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=25cd9e06d52390aa -C extra-filename=-1f1661ffe702406c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern foreign_types_shared=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-0e655366da8084e5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32952026-09-15T03:48:55.380Z Running `/work/oxidecomputer/omicron/target/debug/build/signal-hook-097d9a3951b2aedc/build-script-build`
32962026-09-15T03:48:55.380Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default", "des", "dof"))' -C metadata=29707b913f1a8ca2 -C extra-filename=-47fec743cf8f2a3e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-a85bc2f7a054eda7.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-4c3621c4263fa118.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-9567e8974bbf19e5.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-df2e14f6fdb1e2e8.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-3d067f196d23a77c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm --cfg usdt_backend_standard`
32972026-09-15T03:48:55.380Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls_native_certs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-native-certs-0.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c8f40cd63f83bdfb -C extra-filename=-e0981140425bbf3a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-e6035df34c91ab17.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-591a1b9c6c02bd3c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32982026-09-15T03:48:55.380Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="allocator-api2"' --cfg 'feature="default"' --cfg 'feature="default-hasher"' --cfg 'feature="equivalent"' --cfg 'feature="inline-more"' --cfg 'feature="raw-entry"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "allocator-api2", "core", "default", "default-hasher", "equivalent", "inline-more", "nightly", "raw-entry", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=bd603bc43f40f295 -C extra-filename=-24e9546b5dd3595e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern allocator_api2=/work/oxidecomputer/omicron/target/debug/deps/liballocator_api2-ee51dc0aff59f99d.rmeta --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-72c76abd933b7579.rmeta --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-a9977f31c560700c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32992026-09-15T03:48:55.550Z Compiling derive_builder_macro v0.20.2
33002026-09-15T03:48:55.586Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.9.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="os_rng"' --cfg 'feature="small_rng"' --cfg 'feature="std"' --cfg 'feature="std_rng"' --cfg 'feature="thread_rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "log", "nightly", "os_rng", "serde", "simd_support", "small_rng", "std", "std_rng", "thread_rng", "unbiased"))' -C metadata=d1bbbf80600bf06c -C extra-filename=-4bc5b75ea998daa7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-7e176df3b6534cf3.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-b1a582d5d32c7dad.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33012026-09-15T03:48:55.590Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.8.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="libc"' --cfg 'feature="rand_chacha"' --cfg 'feature="std"' --cfg 'feature="std_rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "libc", "log", "min_const_gen", "nightly", "rand_chacha", "serde", "serde1", "small_rng", "std", "std_rng"))' -C metadata=1a88018578d9c71b -C extra-filename=-e08634a0971964ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-3c2ed44b185bba47.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-23b680fb0aad4548.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33022026-09-15T03:48:55.590Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name http_body --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2367d3453de1cb40 -C extra-filename=-b9d4b49ec22055e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33032026-09-15T03:48:55.736Z Compiling inout v0.2.2
33042026-09-15T03:48:55.736Z Compiling spki v0.7.3
33052026-09-15T03:48:55.740Z Compiling supports-color v3.0.2
33062026-09-15T03:48:55.740Z Running `/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6dc51611975c86b3/build-script-build`
33072026-09-15T03:48:55.740Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-impl-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="des"' --cfg 'feature="dof"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "des", "dof"))' -C metadata=20f137fcda51d762 -C extra-filename=-9c189ce5c9bd69c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-a85bc2f7a054eda7.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-b859805c6827e7d0.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-2afee2a861e8e53c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-ac7d1c721be7840a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_backend_standard --check-cfg 'cfg(usdt_backend_noop)' --check-cfg 'cfg(usdt_backend_stapsdt)' --check-cfg 'cfg(usdt_backend_linker)' --check-cfg 'cfg(usdt_backend_standard)'`
33082026-09-15T03:48:55.740Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_builder_macro-0.20.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="lib_has_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "clippy", "lib_has_std"))' -C metadata=eea36d3dca1f5ad0 -C extra-filename=-49e0983cd498e488 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern derive_builder_core=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder_core-d644b20bad4f0ec3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33092026-09-15T03:48:55.740Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-08314eeb4d8ca19a/build-script-build`
33102026-09-15T03:48:55.918Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name inout --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/inout-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("block-padding"))' -C metadata=07a900a785568422 -C extra-filename=-1bb058025b3020a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern block_padding=/work/oxidecomputer/omicron/target/debug/deps/libblock_padding-37daa10e1f3ebda5.rmeta --extern hybrid_array=/work/oxidecomputer/omicron/target/debug/deps/libhybrid_array-325176a3dca9d981.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33112026-09-15T03:48:55.922Z Compiling digest v0.10.7
33122026-09-15T03:48:55.922Z Compiling http-body-util v0.1.3
33132026-09-15T03:48:55.922Z Compiling openssl-macros v0.1.1
33142026-09-15T03:48:55.922Z Compiling zerocopy-derive v0.6.6
33152026-09-15T03:48:55.922Z Compiling vergen v9.1.0
33162026-09-15T03:48:55.922Z Compiling indexmap v1.9.3
33172026-09-15T03:48:55.922Z Compiling bitflags v1.3.2
33182026-09-15T03:48:55.922Z Compiling derive-ex v0.1.8
33192026-09-15T03:48:55.922Z Compiling enum-as-inner v0.6.1
33202026-09-15T03:48:55.954Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name spki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/spki-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "base64", "fingerprint", "pem", "sha2", "std"))' -C metadata=ebd4bca25c7b1f4e -C extra-filename=-ca73f97f20f6f002 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-e723dca237d80cfa.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33212026-09-15T03:48:55.958Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name openssl_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.117/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc", "aws-lc-fips", "bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=bf67ca484a7049bc -C extra-filename=-8989cd298eafc0c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l ssl -l crypto --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg openssl --cfg ossl101 --cfg ossl102 --cfg ossl102f --cfg ossl102h --cfg ossl110 --cfg ossl110f --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl111b --cfg ossl111c --cfg ossl111d --cfg ossl300 --cfg ossl320 --cfg ossl330 --cfg ossl340 --cfg ossl350 --check-cfg 'cfg(osslconf, values("OPENSSL_NO_OCB", "OPENSSL_NO_SM4", "OPENSSL_NO_SEED", "OPENSSL_NO_CHACHA", "OPENSSL_NO_CAST", "OPENSSL_NO_IDEA", "OPENSSL_NO_CAMELLIA", "OPENSSL_NO_RC4", "OPENSSL_NO_BF", "OPENSSL_NO_PSK", "OPENSSL_NO_DEPRECATED_3_0", "OPENSSL_NO_SCRYPT", "OPENSSL_NO_SM3", "OPENSSL_NO_RMD160", "OPENSSL_NO_EC2M", "OPENSSL_NO_OCSP", "OPENSSL_NO_CMS", "OPENSSL_NO_COMP", "OPENSSL_NO_SOCK", "OPENSSL_NO_STDIO", "OPENSSL_NO_EC", "OPENSSL_NO_SSL3_METHOD", "OPENSSL_NO_KRB5", "OPENSSL_NO_TLSEXT", "OPENSSL_NO_SRP", "OPENSSL_NO_SRTP", "OPENSSL_NO_RFC3779", "OPENSSL_NO_SHA", "OPENSSL_NO_NEXTPROTONEG", "OPENSSL_NO_ENGINE", "OPENSSL_NO_BUF_FREELISTS", "OPENSSL_NO_RC2"))' --check-cfg 'cfg(openssl)' --check-cfg 'cfg(libressl)' --check-cfg 'cfg(boringssl)' --check-cfg 'cfg(awslc)' --check-cfg 'cfg(awslc_pregenerated)' --check-cfg 'cfg(libressl250)' --check-cfg 'cfg(libressl251)' --check-cfg 'cfg(libressl252)' --check-cfg 'cfg(libressl261)' --check-cfg 'cfg(libressl270)' --check-cfg 'cfg(libressl271)' --check-cfg 'cfg(libressl273)' --check-cfg 'cfg(libressl280)' --check-cfg 'cfg(libressl281)' --check-cfg 'cfg(libressl291)' --check-cfg 'cfg(libressl310)' --check-cfg 'cfg(libressl321)' --check-cfg 'cfg(libressl332)' --check-cfg 'cfg(libressl340)' --check-cfg 'cfg(libressl350)' --check-cfg 'cfg(libressl360)' --check-cfg 'cfg(libressl361)' --check-cfg 'cfg(libressl370)' --check-cfg 'cfg(libressl380)' --check-cfg 'cfg(libressl381)' --check-cfg 'cfg(libressl382)' --check-cfg 'cfg(libressl390)' --check-cfg 'cfg(libressl400)' --check-cfg 'cfg(libressl410)' --check-cfg 'cfg(libressl420)' --check-cfg 'cfg(libressl430)' --check-cfg 'cfg(ossl101)' --check-cfg 'cfg(ossl102)' --check-cfg 'cfg(ossl102f)' --check-cfg 'cfg(ossl102h)' --check-cfg 'cfg(ossl110)' --check-cfg 'cfg(ossl110f)' --check-cfg 'cfg(ossl110g)' --check-cfg 'cfg(ossl110h)' --check-cfg 'cfg(ossl111)' --check-cfg 'cfg(ossl111b)' --check-cfg 'cfg(ossl111c)' --check-cfg 'cfg(ossl111d)' --check-cfg 'cfg(ossl300)' --check-cfg 'cfg(ossl310)' --check-cfg 'cfg(ossl320)' --check-cfg 'cfg(ossl330)' --check-cfg 'cfg(ossl340)' --check-cfg 'cfg(ossl400)'`
33222026-09-15T03:48:55.958Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name supports_color --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/supports-color-3.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e95d4b84317fed8b -C extra-filename=-97cd1b190f753ebd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern is_ci=/work/oxidecomputer/omicron/target/debug/deps/libis_ci-3f0f7f831c7b8867.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33232026-09-15T03:48:55.958Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-lib-2eb8a040b435d114/build-script-build`
33242026-09-15T03:48:56.073Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name digest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.10.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="block-buffer"' --cfg 'feature="const-oid"' --cfg 'feature="core-api"' --cfg 'feature="default"' --cfg 'feature="mac"' --cfg 'feature="oid"' --cfg 'feature="std"' --cfg 'feature="subtle"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-buffer", "const-oid", "core-api", "default", "dev", "mac", "oid", "rand_core", "std", "subtle"))' -C metadata=bcc44b30b20e2c29 -C extra-filename=-bb74a95d46416a86 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern block_buffer=/work/oxidecomputer/omicron/target/debug/deps/libblock_buffer-91d54e90df6c771d.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-ba57704941fdbd49.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-2485650c47585fb6.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2d4823f85931691.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33252026-09-15T03:48:56.077Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name openssl_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=73c6a85caf7a6942 -C extra-filename=-f5451cc911ecfa1e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33262026-09-15T03:48:56.077Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-9.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(coverage,coverage_nightly)' --cfg 'feature="cargo"' --cfg 'feature="cargo_metadata"' --cfg 'feature="default"' --cfg 'feature="regex"' --cfg 'feature="rustc"' --cfg 'feature="rustc_version"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "cargo_metadata", "default", "emit_and_set", "regex", "rustc", "rustc_version", "si", "sysinfo", "time", "unstable"))' -C metadata=68904622bfbf883e -C extra-filename=-e041a9dc21b96dc9 --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-e041a9dc21b96dc9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-284f66ec6731db10.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33272026-09-15T03:48:56.077Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-1.9.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "quickcheck", "rayon", "rustc-rayon", "serde", "serde-1", "std", "test_debug", "test_low_transition_point"))' -C metadata=305dd3feccb96767 -C extra-filename=-7ac815ec94aa9886 --out-dir /work/oxidecomputer/omicron/target/debug/build/indexmap-7ac815ec94aa9886 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-6634508604fedff9.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33282026-09-15T03:48:56.078Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-derive-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8d12a4cd3d5b3d26 -C extra-filename=-b105a825c66f3f5a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33292026-09-15T03:48:56.078Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name http_body_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-body-util-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("channel", "default", "full"))' -C metadata=4b35e5f89999af2c -C extra-filename=-76b21f4539bd46e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-f57b0cec2750c1f6.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-b9d4b49ec22055e5.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-1a825e29b69bcb3e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33302026-09-15T03:48:56.078Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name derive_ex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive-ex-0.1.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fc2e06022b264bc7 -C extra-filename=-9b68d25ca1e9f8a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-db17082947442a0b.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33312026-09-15T03:48:56.078Z Compiling idna_adapter v1.2.1
33322026-09-15T03:48:56.106Z Compiling digest v0.11.3
33332026-09-15T03:48:56.111Z Compiling cipher v0.5.2
33342026-09-15T03:48:56.111Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-0.3.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cc", "channel", "default", "extended-siginfo", "extended-siginfo-raw", "iterator"))' -C metadata=b6eac35eb6c47f9f -C extra-filename=-95c60d69048b2f72 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-c51f7d7de78d568c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33352026-09-15T03:48:56.111Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-1.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "example_generated", "rustc-dep-of-std"))' -C metadata=57db017c09c84838 -C extra-filename=-b0c20064e4257887 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33362026-09-15T03:48:56.111Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name enum_as_inner --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/enum-as-inner-0.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b414e7bf050ea691 -C extra-filename=-33914e6d8b4c14ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-b4d67f07919ede1e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33372026-09-15T03:48:56.180Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name idna_adapter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna_adapter-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="compiled_data"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiled_data"))' -C metadata=711e7408d794445e -C extra-filename=-7f842d0d71130d30 --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-25100ec3857b6c86.rmeta --extern icu_properties=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties-f240a10da207c2d6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33382026-09-15T03:48:56.185Z Compiling pkcs8 v0.10.2
33392026-09-15T03:48:56.185Z Compiling x509-cert v0.2.5
33402026-09-15T03:48:56.185Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name digest --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.11.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="block-api"' --cfg 'feature="default"' --cfg 'feature="mac"' --cfg 'feature="oid"' --cfg 'feature="rand_core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-api", "default", "dev", "getrandom", "mac", "oid", "rand_core", "zeroize"))' -C metadata=0196c35e33c25fe4 -C extra-filename=-93a1365be822cb8b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern block_buffer=/work/oxidecomputer/omicron/target/debug/deps/libblock_buffer-791bef4dfc294168.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-11ea691932e08d12.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-fbb8059747997d16.rmeta --extern ctutils=/work/oxidecomputer/omicron/target/debug/deps/libctutils-2d1a5e6b7b265c07.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33412026-09-15T03:48:56.185Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name cipher --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cipher-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' -C debug-assertions=on --cfg 'feature="block-buffer"' --cfg 'feature="block-padding"' --cfg 'feature="rand_core"' --cfg 'feature="stream-wrapper"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-buffer", "block-padding", "dev", "getrandom", "rand_core", "stream-wrapper", "zeroize"))' -C metadata=16c26a3914b04ee6 -C extra-filename=-b3b8a042fb99e0b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern block_buffer=/work/oxidecomputer/omicron/target/debug/deps/libblock_buffer-791bef4dfc294168.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-fbb8059747997d16.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-1bb058025b3020a0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33422026-09-15T03:48:56.259Z Compiling signature v2.2.0
33432026-09-15T03:48:56.263Z Compiling sha2 v0.10.9
33442026-09-15T03:48:56.263Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name pkcs8 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pkcs8-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("3des", "alloc", "des-insecure", "encryption", "getrandom", "pem", "pkcs5", "rand_core", "sha1-insecure", "std", "subtle"))' -C metadata=5f30a0092345fea0 -C extra-filename=-9e98da6c93bead74 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-e723dca237d80cfa.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-ca73f97f20f6f002.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33452026-09-15T03:48:56.298Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name x509_cert --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/x509-cert-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="pem"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "builder", "default", "hazmat", "pem", "sct", "sha1", "signature", "std"))' -C metadata=403c3a1c7aa511a5 -C extra-filename=-e02a3c7c21da7b34 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-ba57704941fdbd49.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-e723dca237d80cfa.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-ca73f97f20f6f002.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33462026-09-15T03:48:56.339Z Compiling proptest v1.11.0
33472026-09-15T03:48:56.342Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name signature --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signature-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="digest"' --cfg 'feature="rand_core"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "derive", "digest", "rand_core", "std"))' -C metadata=29f4965513aae143 -C extra-filename=-5a14ea5f2cd7e3d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-bb74a95d46416a86.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-23b680fb0aad4548.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33482026-09-15T03:48:56.343Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sha2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.10.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="oid"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "asm-aarch64", "compress", "default", "force-soft", "force-soft-compact", "loongarch64_asm", "oid", "sha2-asm", "std"))' -C metadata=b28d9f46805d1a52 -C extra-filename=-f1853e84268f82e1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-603d68126913dae5.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-bb74a95d46416a86.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33492026-09-15T03:48:56.424Z Compiling hmac v0.12.1
33502026-09-15T03:48:56.429Z Compiling sha3 v0.10.8
33512026-09-15T03:48:56.429Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name proptest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proptest-1.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="bit-set"' --cfg 'feature="default"' --cfg 'feature="fork"' --cfg 'feature="regex-syntax"' --cfg 'feature="rusty-fork"' --cfg 'feature="std"' --cfg 'feature="tempfile"' --cfg 'feature="timeout"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "atomic64bit", "attr-macro", "bit-set", "default", "default-code-coverage", "f16", "fork", "handle-panics", "hardware-rng", "no_std", "proptest-macro", "regex-syntax", "rusty-fork", "std", "tempfile", "timeout", "unstable", "x86"))' -C metadata=080d94d7315eebe6 -C extra-filename=-2709de7d9d90e80b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-cbc2b3f9eeb20f18.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-a956c70c78a65af2.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-3948ba2719554b61.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6c9795a397cfc660.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-7e176df3b6534cf3.rmeta --extern rand_xorshift=/work/oxidecomputer/omicron/target/debug/deps/librand_xorshift-96bca92fa6dc19c5.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-be5734abe16157a0.rmeta --extern rusty_fork=/work/oxidecomputer/omicron/target/debug/deps/librusty_fork-718136991552ea32.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7cf75c25b3ee927c.rmeta --extern unarray=/work/oxidecomputer/omicron/target/debug/deps/libunarray-f309fedca03935e3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33522026-09-15T03:48:56.501Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name num_bigint_dig --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-dig-0.8.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="i128"' --cfg 'feature="prime"' --cfg 'feature="rand"' --cfg 'feature="serde"' --cfg 'feature="u64_digit"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "fuzz", "i128", "nightly", "prime", "rand", "serde", "std", "u64_digit", "zeroize"))' -C metadata=986bc2d9f8395400 -C extra-filename=-387c6eb671581075 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-f2541ba6c8c9160c.rmeta --extern libm=/work/oxidecomputer/omicron/target/debug/deps/liblibm-9e37edfd50945af7.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-1af496fd5ab035aa.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-7a57feef8f4f1781.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6c9795a397cfc660.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e08634a0971964ae.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-88db28b097ca3987.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_i128`
33532026-09-15T03:48:56.568Z Compiling pkcs1 v0.7.5
33542026-09-15T03:48:56.572Z Compiling sec1 v0.7.3
33552026-09-15T03:48:56.572Z Compiling derive_builder v0.20.2
33562026-09-15T03:48:56.608Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name hmac --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hmac-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="reset"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("reset", "std"))' -C metadata=04c3898cf7ae3269 -C extra-filename=-656a16477c3e4dd7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-bb74a95d46416a86.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33572026-09-15T03:48:56.612Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sha3 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha3-0.10.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="oid"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default", "oid", "reset", "std"))' -C metadata=76cd44592bc8cdf6 -C extra-filename=-e890e3b948629081 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-bb74a95d46416a86.rmeta --extern keccak=/work/oxidecomputer/omicron/target/debug/deps/libkeccak-7e323279e0b63add.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33582026-09-15T03:48:56.837Z Compiling hmac v0.13.0
33592026-09-15T03:48:56.837Z Compiling sha2 v0.11.0
33602026-09-15T03:48:56.841Z Compiling usdt-macro v0.6.0
33612026-09-15T03:48:56.841Z Compiling usdt-attr-macro v0.6.0
33622026-09-15T03:48:56.841Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name pkcs1 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pkcs1-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="std"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "pem", "pkcs8", "std", "zeroize"))' -C metadata=f662c2051f5c9aaf -C extra-filename=-60ab2566f28430f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-e723dca237d80cfa.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-9e98da6c93bead74.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-ca73f97f20f6f002.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33632026-09-15T03:48:56.841Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sec1 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sec1-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="der"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="point"' --cfg 'feature="std"' --cfg 'feature="subtle"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "der", "pem", "pkcs8", "point", "serde", "std", "subtle", "zeroize"))' -C metadata=be96d4c03b785be5 -C extra-filename=-8775af81cf80cc80 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-9a7d9066824188ca.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-e723dca237d80cfa.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-646c77236a189ca0.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-9e98da6c93bead74.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2d4823f85931691.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33642026-09-15T03:48:56.841Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_builder-0.20.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(compiletests)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "clippy", "default", "std"))' -C metadata=790689d63cb883de -C extra-filename=-44255a8e505b18de --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern derive_builder_macro=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder_macro-49e0983cd498e488.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33652026-09-15T03:48:57.017Z Compiling idna v1.1.0
33662026-09-15T03:48:57.022Z Compiling chacha20 v0.10.0
33672026-09-15T03:48:57.022Z Compiling ed25519 v2.2.3
33682026-09-15T03:48:57.022Z Compiling miette-derive v7.6.0
33692026-09-15T03:48:57.022Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name hmac --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hmac-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes --forbid=unsafe_code '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("zeroize"))' -C metadata=5bebc619d18ac3c2 -C extra-filename=-a932f702b0c397c6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-93a1365be822cb8b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33702026-09-15T03:48:57.022Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-macro-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e5b22906f046f0bb -C extra-filename=-a42a8e97da0946a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-2afee2a861e8e53c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-67c7166b182ad1aa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-9c189ce5c9bd69c2.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33712026-09-15T03:48:57.022Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt_attr_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-attr-macro-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4cd94e2e8dc0f416 -C extra-filename=-73ca31f34c0d6d34 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-2afee2a861e8e53c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-67c7166b182ad1aa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-9c189ce5c9bd69c2.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33722026-09-15T03:48:57.022Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name curve25519_dalek --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/curve25519-dalek-4.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="legacy_compatibility"' --cfg 'feature="precomputed-tables"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "digest", "ff", "group", "group-bits", "legacy_compatibility", "precomputed-tables", "rand_core", "serde", "zeroize"))' -C metadata=5ecddb7e23df5a03 -C extra-filename=-d3b13ba2ae292ea3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-603d68126913dae5.rmeta --extern curve25519_dalek_derive=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek_derive-196d928273ea45ee.so --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-bb74a95d46416a86.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-23b680fb0aad4548.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2d4823f85931691.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'curve25519_dalek_bits="64"' --cfg 'curve25519_dalek_backend="simd"'`
33732026-09-15T03:48:57.022Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name bzip2_sys --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bzip2-sys-0.1.13+1.0.8/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__disabled", "static"))' -C metadata=c9e3cf1781461c2c -C extra-filename=-d56efcae292944d7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -l static=bz2`
33742026-09-15T03:48:57.022Z Running `/work/oxidecomputer/omicron/target/debug/build/indexmap-7ac815ec94aa9886/build-script-build`
33752026-09-15T03:48:57.054Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sha2 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(sha2_backend, values("soft", "riscv-zknh"))' --check-cfg 'cfg(sha2_256_backend, values("aarch64-sha2", "soft", "riscv-zknh", "x86-sha"))' --check-cfg 'cfg(sha2_512_backend, values("aarch64-sha3", "soft", "riscv-zknh", "x86-avx2"))' --check-cfg 'cfg(sha2_backend_soft, values("compact"))' --check-cfg 'cfg(sha2_backend_riscv_zknh, values("compact"))' -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="oid"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "oid", "zeroize"))' -C metadata=45792ed2abd96e4e -C extra-filename=-e2212116997f49d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-6d8939dd719dc12a.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-93a1365be822cb8b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33762026-09-15T03:48:57.309Z Compiling hkdf v0.12.4
33772026-09-15T03:48:57.314Z Compiling zstd-sys v2.0.16+zstd.1.5.7
33782026-09-15T03:48:57.314Z Compiling native-tls v0.2.18
33792026-09-15T03:48:57.314Z Compiling ref-cast v1.0.25
33802026-09-15T03:48:57.314Z Compiling hashbrown v0.12.3
33812026-09-15T03:48:57.314Z Compiling managed v0.8.0
33822026-09-15T03:48:57.314Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="compiled_data"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiled_data", "default", "std"))' -C metadata=c1e22d3be14fe638 -C extra-filename=-90be52b2e0a64ba1 --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-7f842d0d71130d30.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-88db28b097ca3987.rmeta --extern utf8_iter=/work/oxidecomputer/omicron/target/debug/deps/libutf8_iter-d0b0ab0364544907.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33832026-09-15T03:48:57.314Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ed25519 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ed25519-2.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "pem", "pkcs8", "serde", "serde_bytes", "std", "zeroize"))' -C metadata=865300b150db4b5b -C extra-filename=-88a99d1038365c4d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-9e98da6c93bead74.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-5a14ea5f2cd7e3d6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33842026-09-15T03:48:57.314Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-e041a9dc21b96dc9/build-script-build`
33852026-09-15T03:48:57.345Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name chacha20 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chacha20-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(chacha20_avx512)' --check-cfg 'cfg(chacha20_backend, values("avx2", "avx512", "soft", "sse2"))' -C debug-assertions=on --cfg 'feature="cipher"' --cfg 'feature="legacy"' --cfg 'feature="rng"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cipher", "default", "legacy", "rng", "xchacha", "zeroize"))' -C metadata=8537e006e3a4a5b0 -C extra-filename=-457119b7b5d0ad55 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-b3b8a042fb99e0b6.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-6d8939dd719dc12a.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-70a8cc5d2f870e13.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33862026-09-15T03:48:57.349Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name miette_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/miette-derive-7.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6569150aa0812ba2 -C extra-filename=-f3d0dc707ff0d392 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33872026-09-15T03:48:57.349Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name openssl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.80/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc", "aws-lc-fips", "bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=0105c08e43706229 -C extra-filename=-6cce0bc98f3e1f35 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-3948ba2719554b61.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-1f1661ffe702406c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern openssl_macros=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_macros-f5451cc911ecfa1e.so --extern ffi=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-8989cd298eafc0c4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg ossl101 --cfg ossl102 --cfg ossl110 --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl111d --cfg ossl300 --cfg ossl310 --cfg ossl320 --cfg ossl330 --cfg ossl340 --cfg ossl350 --check-cfg 'cfg(osslconf, values("OPENSSL_NO_OCB", "OPENSSL_NO_SM4", "OPENSSL_NO_SEED", "OPENSSL_NO_CHACHA", "OPENSSL_NO_CAST", "OPENSSL_NO_IDEA", "OPENSSL_NO_CAMELLIA", "OPENSSL_NO_RC4", "OPENSSL_NO_BF", "OPENSSL_NO_PSK", "OPENSSL_NO_DEPRECATED_3_0", "OPENSSL_NO_SCRYPT", "OPENSSL_NO_SM3", "OPENSSL_NO_RMD160", "OPENSSL_NO_EC2M", "OPENSSL_NO_OCSP", "OPENSSL_NO_SRTP", "OPENSSL_NO_CMS", "OPENSSL_NO_EC", "OPENSSL_NO_ARGON2", "OPENSSL_NO_RC2"))' --check-cfg 'cfg(libressl)' --check-cfg 'cfg(boringssl)' --check-cfg 'cfg(awslc)' --check-cfg 'cfg(awslc_fips)' --check-cfg 'cfg(libressl250)' --check-cfg 'cfg(libressl251)' --check-cfg 'cfg(libressl261)' --check-cfg 'cfg(libressl270)' --check-cfg 'cfg(libressl271)' --check-cfg 'cfg(libressl273)' --check-cfg 'cfg(libressl280)' --check-cfg 'cfg(libressl291)' --check-cfg 'cfg(libressl310)' --check-cfg 'cfg(libressl321)' --check-cfg 'cfg(libressl332)' --check-cfg 'cfg(libressl340)' --check-cfg 'cfg(libressl350)' --check-cfg 'cfg(libressl360)' --check-cfg 'cfg(libressl361)' --check-cfg 'cfg(libressl370)' --check-cfg 'cfg(libressl380)' --check-cfg 'cfg(libressl382)' --check-cfg 'cfg(libressl390)' --check-cfg 'cfg(libressl400)' --check-cfg 'cfg(libressl410)' --check-cfg 'cfg(libressl420)' --check-cfg 'cfg(libressl430)' --check-cfg 'cfg(ossl101)' --check-cfg 'cfg(ossl102)' --check-cfg 'cfg(ossl110)' --check-cfg 'cfg(ossl110g)' --check-cfg 'cfg(ossl110h)' --check-cfg 'cfg(ossl111)' --check-cfg 'cfg(ossl111d)' --check-cfg 'cfg(ossl300)' --check-cfg 'cfg(ossl310)' --check-cfg 'cfg(ossl320)' --check-cfg 'cfg(ossl330)' --check-cfg 'cfg(ossl340)' --check-cfg 'cfg(ossl350)' --check-cfg 'cfg(ossl400)'`
33882026-09-15T03:48:57.518Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name hkdf --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hkdf-0.12.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=f716bb95f75683d4 -C extra-filename=-95edfa4d5112085a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-656a16477c3e4dd7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33892026-09-15T03:48:57.521Z Compiling zerocopy v0.6.6
33902026-09-15T03:48:57.522Z Compiling supports-hyperlinks v3.2.0
33912026-09-15T03:48:57.522Z Compiling supports-unicode v3.0.0
33922026-09-15T03:48:57.522Z Compiling toml v0.7.8
33932026-09-15T03:48:57.522Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33942026-09-15T03:48:57.552Z Compiling hashbrown v0.13.2
33952026-09-15T03:48:57.555Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-sys-2.0.16+zstd.1.5.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=non_upper_case_globals --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bindgen", "debug", "default", "experimental", "fat-lto", "legacy", "no_asm", "no_wasm_shim", "non-cargo", "pkg-config", "seekable", "std", "thin", "thin-lto", "zdict_builder", "zstdmt"))' -C metadata=3e538a79e9a21d81 -C extra-filename=-2fae62f1d380a410 --out-dir /work/oxidecomputer/omicron/target/debug/build/zstd-sys-2fae62f1d380a410 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-8f5da3de5601b39f.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-62584c7c957af197.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33962026-09-15T03:48:57.555Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ref-cast-1.0.25/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1093117b5ede7f07 -C extra-filename=-a5ff8459b25c7b81 --out-dir /work/oxidecomputer/omicron/target/debug/build/ref-cast-a5ff8459b25c7b81 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33972026-09-15T03:48:57.555Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.12.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="raw"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ahash", "ahash-compile-time-rng", "alloc", "bumpalo", "compiler_builtins", "core", "default", "inline-more", "nightly", "raw", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=3ba936432b58b402 -C extra-filename=-c075f75501faa05c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33982026-09-15T03:48:57.556Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/native-tls-0.2.18/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alpn", "alpn-accept", "default", "vendored"))' -C metadata=3c11a279e5019abb -C extra-filename=-a3bdd89defa23ea2 --out-dir /work/oxidecomputer/omicron/target/debug/build/native-tls-a3bdd89defa23ea2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33992026-09-15T03:48:57.556Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name vergen_lib --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-lib-9.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(coverage,coverage_nightly)' --cfg 'feature="cargo"' --cfg 'feature="default"' --cfg 'feature="git"' --cfg 'feature="rustc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "default", "emit_and_set", "git", "rustc", "si", "unstable"))' -C metadata=e5bb247e1b440f6a -C extra-filename=-40afdbdf68519d8c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-44255a8e505b18de.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(nightly)'`
34002026-09-15T03:48:57.556Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name managed --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/managed-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="map"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "map", "std"))' -C metadata=fd04f040b738cfa4 -C extra-filename=-62c61abfd0e56c79 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34012026-09-15T03:48:57.665Z Compiling url v2.5.8
34022026-09-15T03:48:57.668Z Compiling publicsuffix v2.3.0
34032026-09-15T03:48:57.668Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "simd", "simd-nightly"))' -C metadata=6fec30d2f4d5fedb -C extra-filename=-a514348d97366fd6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-a85bc2f7a054eda7.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-b105a825c66f3f5a.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34042026-09-15T03:48:57.668Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ahash"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ahash", "alloc", "bumpalo", "compiler_builtins", "core", "default", "inline-more", "nightly", "raw", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=31484143e22a0044 -C extra-filename=-3c20ccdf19b31186 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-002d1b10f06c31e0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34052026-09-15T03:48:57.668Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name supports_unicode --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/supports-unicode-3.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4f60ccf7c4b715e0 -C extra-filename=-423b7004db5555b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34062026-09-15T03:48:57.668Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name supports_hyperlinks --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/supports-hyperlinks-3.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2df97f88cbe83ad2 -C extra-filename=-071a683de170e1bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34072026-09-15T03:48:57.669Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.7.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "display", "indexmap", "parse", "preserve_order"))' -C metadata=d85881698edba3d1 -C extra-filename=-8d6f2a9d60229cf4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-bb6290b6392337d1.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-a9ceb95a06fa005a.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-7280b445afda3623.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34082026-09-15T03:48:57.669Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_areas --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-a00aa0491da1f0f3/fc64732/lpc55_areas/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e87c99a3b05a93ae -C extra-filename=-f39885e8bddc449b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitfield=/work/oxidecomputer/omicron/target/debug/deps/libbitfield-0838bba19a0ab684.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-0ffcd82b6bc17d65.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34092026-09-15T03:48:57.825Z Compiling rsa v0.9.10
34102026-09-15T03:48:57.828Z Compiling elliptic-curve v0.13.8
34112026-09-15T03:48:57.859Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/url-2.5.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debugger_visualizer", "default", "expose_internals", "serde", "std"))' -C metadata=3913213a23d1fa22 -C extra-filename=-72f8271b6a33c915 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-31aa278f1a6bdad7.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-90be52b2e0a64ba1.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0bf5a646b561519f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-2aa2fe389e081ac2.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34122026-09-15T03:48:57.863Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name publicsuffix --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/publicsuffix-2.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="idna"' --cfg 'feature="punycode"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("anycase", "default", "hashbrown", "idna", "punycode", "std", "unicase"))' -C metadata=a9cae8864a2c096d -C extra-filename=-a27e7017a1f1bcc4 --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-90be52b2e0a64ba1.rmeta --extern psl_types=/work/oxidecomputer/omicron/target/debug/deps/libpsl_types-e61b83dc464b788d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34132026-09-15T03:48:57.897Z Compiling rand v0.10.1
34142026-09-15T03:48:57.901Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name rsa --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rsa-0.9.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="pem"' --cfg 'feature="serde"' --cfg 'feature="sha2"' --cfg 'feature="std"' --cfg 'feature="u64_digit"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "getrandom", "hazmat", "nightly", "pem", "pkcs5", "serde", "sha1", "sha2", "std", "u64_digit"))' -C metadata=889c4dc9a96ee0c3 -C extra-filename=-fa9478000e7089b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-ba57704941fdbd49.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-bb74a95d46416a86.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-387c6eb671581075.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-1af496fd5ab035aa.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6c9795a397cfc660.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-60ab2566f28430f4.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-9e98da6c93bead74.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-23b680fb0aad4548.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-5a14ea5f2cd7e3d6.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-ca73f97f20f6f002.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2d4823f85931691.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34152026-09-15T03:48:57.901Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name elliptic_curve --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/elliptic-curve-0.13.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ff"' --cfg 'feature="group"' --cfg 'feature="hazmat"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="sec1"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "bits", "default", "dev", "digest", "ecdh", "ff", "group", "hash2curve", "hazmat", "jwk", "pem", "pkcs8", "sec1", "serde", "std", "voprf"))' -C metadata=0a5d11dbab692e8d -C extra-filename=-543ecd076fef1908 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-9a7d9066824188ca.rmeta --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-d57a19a706af8536.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-bb74a95d46416a86.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-9483917ec6c54662.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-646c77236a189ca0.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-af4f34762ba19bdb.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-95edfa4d5112085a.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e5eba79edd904ff5.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-9e98da6c93bead74.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-23b680fb0aad4548.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-8775af81cf80cc80.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2d4823f85931691.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34162026-09-15T03:48:57.937Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name vergen --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-9.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(coverage,coverage_nightly)' --cfg 'feature="cargo"' --cfg 'feature="cargo_metadata"' --cfg 'feature="default"' --cfg 'feature="regex"' --cfg 'feature="rustc"' --cfg 'feature="rustc_version"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "cargo_metadata", "default", "emit_and_set", "regex", "rustc", "rustc_version", "si", "sysinfo", "time", "unstable"))' -C metadata=1a079ce73c93685d -C extra-filename=-0cd717b01a63ee1b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-5155e9a22ee90aa4.rmeta --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-44255a8e505b18de.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rmeta --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-1cf7962b48132cfa.rmeta --extern vergen_lib=/work/oxidecomputer/omicron/target/debug/deps/libvergen_lib-40afdbdf68519d8c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(coverage_nightly)' --check-cfg 'cfg(nightly)'`
34172026-09-15T03:48:57.944Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="std_rng"' --cfg 'feature="sys_rng"' --cfg 'feature="thread_rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "chacha", "default", "log", "serde", "simd_support", "std", "std_rng", "sys_rng", "thread_rng", "unbiased"))' -C metadata=e8c0424d0148bba8 -C extra-filename=-d04461f821ec7081 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-457119b7b5d0ad55.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-21201851a35fa059.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-70a8cc5d2f870e13.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34182026-09-15T03:48:57.979Z Compiling ed25519-dalek v2.2.0
34192026-09-15T03:48:58.019Z Running `/work/oxidecomputer/omicron/target/debug/build/native-tls-a3bdd89defa23ea2/build-script-build`
34202026-09-15T03:48:58.128Z Compiling tokio-util v0.7.18
34212026-09-15T03:48:58.132Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ed25519_dalek --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ed25519-dalek-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="fast"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="rand_core"' --cfg 'feature="signature"' --cfg 'feature="std"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "asm", "batch", "default", "digest", "fast", "hazmat", "legacy_compatibility", "merlin", "pem", "pkcs8", "rand_core", "serde", "signature", "std", "zeroize"))' -C metadata=bf0558be364ba581 -C extra-filename=-2aae56dabc2c1819 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-d3b13ba2ae292ea3.rmeta --extern ed25519=/work/oxidecomputer/omicron/target/debug/deps/libed25519-88a99d1038365c4d.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-23b680fb0aad4548.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-5a14ea5f2cd7e3d6.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2d4823f85931691.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34222026-09-15T03:48:58.132Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-1.9.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "quickcheck", "rayon", "rustc-rayon", "serde", "serde-1", "std", "test_debug", "test_low_transition_point"))' -C metadata=f93758d5774a6704 -C extra-filename=-13cbce147cce3405 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-c075f75501faa05c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_std`
34232026-09-15T03:48:58.208Z Compiling tower v0.5.3
34242026-09-15T03:48:58.212Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
34252026-09-15T03:48:58.212Z Compiling bzip2 v0.4.4
34262026-09-15T03:48:58.212Z Compiling phf_shared v0.11.3
34272026-09-15T03:48:58.212Z Compiling globset v0.4.18
34282026-09-15T03:48:58.212Z Compiling ref-cast-impl v1.0.25
34292026-09-15T03:48:58.244Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-util-0.7.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_unstable)' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="codec"' --cfg 'feature="default"' --cfg 'feature="futures-util"' --cfg 'feature="io"' --cfg 'feature="io-util"' --cfg 'feature="rt"' --cfg 'feature="slab"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__docs_rs", "codec", "compat", "default", "full", "futures-io", "futures-util", "hashbrown", "io", "io-util", "join-map", "net", "rt", "slab", "time", "tracing"))' -C metadata=c17c5adc1e25bb8e -C extra-filename=-4e06b03adca01890 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-f57b0cec2750c1f6.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-8b18dc3fcc726a8b.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-20dba1b7e6ddb3f5.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-1a825e29b69bcb3e.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-f96d4d9a8f48e01b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34302026-09-15T03:48:58.279Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name tower --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-0.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="futures-core"' --cfg 'feature="futures-util"' --cfg 'feature="pin-project-lite"' --cfg 'feature="retry"' --cfg 'feature="sync_wrapper"' --cfg 'feature="timeout"' --cfg 'feature="tokio"' --cfg 'feature="util"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("balance", "buffer", "discover", "filter", "full", "futures-core", "futures-util", "hdrhistogram", "hedge", "indexmap", "limit", "load", "load-shed", "log", "make", "pin-project-lite", "ready-cache", "reconnect", "retry", "slab", "spawn-ready", "steer", "sync_wrapper", "timeout", "tokio", "tokio-stream", "tokio-util", "tracing", "util"))' -C metadata=c102143edede3372 -C extra-filename=-7713a42936873dd5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-f57b0cec2750c1f6.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-20dba1b7e6ddb3f5.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-1a825e29b69bcb3e.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-02d6c90f6149f3b5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern tower_layer=/work/oxidecomputer/omicron/target/debug/deps/libtower_layer-a13000477c8c657d.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-69f8bc73e07c6f0b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34312026-09-15T03:48:58.283Z Compiling usdt v0.6.0
34322026-09-15T03:48:58.283Z Compiling pin-project-internal v1.1.11
34332026-09-15T03:48:58.283Z Compiling fs-err v3.3.0
34342026-09-15T03:48:58.335Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name tlvc --edition=2021 /home/build/.cargo/git/checkouts/tlvc-13cecd28e8456f3c/e644a21/tlvc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=990b0cf978495ad4 -C extra-filename=-f811267b32f7f23f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-a85bc2f7a054eda7.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-f1cae9b1accadfdd.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-a514348d97366fd6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34352026-09-15T03:48:58.340Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name phf_shared --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf_shared-0.11.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "uncased", "unicase"))' -C metadata=6c52a6feef03f540 -C extra-filename=-0e0538b367848f2a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern siphasher=/work/oxidecomputer/omicron/target/debug/deps/libsiphasher-e6fa838db755993a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34362026-09-15T03:48:58.340Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ref_cast_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ref-cast-impl-1.0.25/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4ba67cbce4884de9 -C extra-filename=-2a9037a83e53d4a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34372026-09-15T03:48:58.340Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name globset --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/globset-0.4.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="log"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "log", "serde", "serde1", "simd-accel"))' -C metadata=1a24e584f5c6e378 -C extra-filename=-87f203a022ee981a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-dbb806304b87bd02.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-61dca3a0d5526e42.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a96344eae1a3d1f9.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-ed883849b59715f2.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-be5734abe16157a0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34382026-09-15T03:48:58.340Z Running `/work/oxidecomputer/omicron/target/debug/build/ref-cast-a5ff8459b25c7b81/build-script-build`
34392026-09-15T03:48:58.340Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name bzip2 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bzip2-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures", "static", "tokio", "tokio-io"))' -C metadata=6aa79e51f2aee36c -C extra-filename=-6df587a19f68a5b7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bzip2_sys=/work/oxidecomputer/omicron/target/debug/deps/libbzip2_sys-d56efcae292944d7.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib`
34402026-09-15T03:48:58.340Z Running `/work/oxidecomputer/omicron/target/debug/build/zstd-sys-2fae62f1d380a410/build-script-build`
34412026-09-15T03:48:58.340Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=77782ffc440dfbe0 -C extra-filename=-49e733439b69b674 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-b859805c6827e7d0.rmeta --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-17c02fb23655c5aa.rmeta --extern memmap2=/work/oxidecomputer/omicron/target/debug/deps/libmemmap2-d120f903bf8bdcfa.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-73ca31f34c0d6d34.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-9c189ce5c9bd69c2.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-a42a8e97da0946a3.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34422026-09-15T03:48:58.340Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fs-err-3.3.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "debug_tokio", "expose_original_error", "path_facts", "tokio"))' -C metadata=f49ebbbf6d5d323f -C extra-filename=-21139e730fc7b80b --out-dir /work/oxidecomputer/omicron/target/debug/build/fs-err-21139e730fc7b80b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-6634508604fedff9.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34432026-09-15T03:48:58.340Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_internal --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-internal-1.1.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unused_trait_names' --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes --warn=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::range_plus_one' '--allow=clippy::nonminimal_bool' '--allow=clippy::naive_bytecount' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::collapsible_match' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c4102597448cd280 -C extra-filename=-8de843062e18a7c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34442026-09-15T03:48:58.374Z Compiling test-strategy v0.4.5
34452026-09-15T03:48:58.406Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name test_strategy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/test-strategy-0.4.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a3994f1dfe75c251 -C extra-filename=-891ca3a037c7bc9a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern derive_ex=/work/oxidecomputer/omicron/target/debug/deps/libderive_ex-9b68d25ca1e9f8a6.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-db17082947442a0b.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34462026-09-15T03:48:58.484Z Compiling cookie_store v0.22.1
34472026-09-15T03:48:58.488Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name schemars --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/schemars-0.8.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bytes"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="semver"' --cfg 'feature="url"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arrayvec", "arrayvec05", "arrayvec07", "bigdecimal", "bigdecimal03", "bigdecimal04", "bytes", "chrono", "default", "derive", "derive_json_schema", "either", "enumset", "impl_json_schema", "indexmap", "indexmap1", "indexmap2", "preserve_order", "raw_value", "rust_decimal", "schemars_derive", "semver", "smallvec", "smol_str", "ui_test", "url", "uuid", "uuid08", "uuid1"))' -C metadata=b888d4b42f9e7a74 -C extra-filename=-17de9325281f5c14 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-ab58984db8b52f7e.rmeta --extern schemars_derive=/work/oxidecomputer/omicron/target/debug/deps/libschemars_derive-3fa9d02613c84bf6.so --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-72f8271b6a33c915.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg std_atomic64 --cfg std_atomic`
34482026-09-15T03:48:58.488Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name cookie_store --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cookie_store-0.22.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="public_suffix"' --cfg 'feature="serde"' --cfg 'feature="serde_json"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "log_secure_cookie_values", "preserve_order", "public_suffix", "serde", "serde_json", "serde_ron", "wasm-bindgen"))' -C metadata=530dffab9efc93a1 -C extra-filename=-f7a2f8373cc179df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-6ae3743cbf3b1fa1.rmeta --extern document_features=/work/oxidecomputer/omicron/target/debug/deps/libdocument_features-38c8abdc4967a9fd.so --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-90be52b2e0a64ba1.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a96344eae1a3d1f9.rmeta --extern publicsuffix=/work/oxidecomputer/omicron/target/debug/deps/libpublicsuffix-a27e7017a1f1bcc4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-2aa2fe389e081ac2.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-c6ed9aaa77e72a1f.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-72f8271b6a33c915.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34492026-09-15T03:48:58.561Z Compiling libbz2-rs-sys v0.2.2
34502026-09-15T03:48:58.603Z Compiling new_debug_unreachable v1.0.6
34512026-09-15T03:48:58.782Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name libbz2_rs_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libbz2-rs-sys-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="rust-allocator"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal-fuzz-disable-checksum", "c-allocator", "custom-prefix", "default", "export-symbols", "rust-allocator", "semver-prefix", "std", "stdio", "testing-prefix"))' -C metadata=a096f18405141526 -C extra-filename=-017a89899ccff366 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34522026-09-15T03:48:58.815Z Compiling miette v7.6.0
34532026-09-15T03:48:58.819Z Compiling fixedbitset v0.4.2
34542026-09-15T03:48:58.819Z Compiling bumpalo v3.20.2
34552026-09-15T03:48:58.819Z Compiling precomputed-hash v0.1.1
34562026-09-15T03:48:58.819Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name debug_unreachable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/new_debug_unreachable-1.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c5d02f9211442b64 -C extra-filename=-427d88e1fb2adc7b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34572026-09-15T03:48:58.965Z Compiling zip v0.6.6
34582026-09-15T03:48:58.966Z Compiling object v0.30.4
34592026-09-15T03:48:58.969Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
34602026-09-15T03:48:58.969Z Compiling signal-hook-mio v0.2.5
34612026-09-15T03:48:58.969Z Compiling path-slash v0.1.5
34622026-09-15T03:48:58.969Z Compiling zstd-safe v7.2.4
34632026-09-15T03:48:58.969Z Compiling jiff-core v0.1.0
34642026-09-15T03:48:58.969Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name miette --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/miette-7.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="fancy"' --cfg 'feature="fancy-base"' --cfg 'feature="fancy-no-backtrace"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "derive", "fancy", "fancy-base", "fancy-no-backtrace", "fancy-no-syscall", "no-format-args-capture", "serde", "syntect-highlighter"))' -C metadata=0e70aad8d233e03e -C extra-filename=-70755f0c61735f96 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern backtrace=/work/oxidecomputer/omicron/target/debug/deps/libbacktrace-016a146c76daa131.rmeta --extern backtrace_ext=/work/oxidecomputer/omicron/target/debug/deps/libbacktrace_ext-38e2638fe132a04f.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rmeta --extern miette_derive=/work/oxidecomputer/omicron/target/debug/deps/libmiette_derive-f3d0dc707ff0d392.so --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d04f08a445a4a0f4.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-97cd1b190f753ebd.rmeta --extern supports_hyperlinks=/work/oxidecomputer/omicron/target/debug/deps/libsupports_hyperlinks-071a683de170e1bd.rmeta --extern supports_unicode=/work/oxidecomputer/omicron/target/debug/deps/libsupports_unicode-423b7004db5555b5.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-f60bf6deba7bc9cd.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-00ef578645e692ad.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-ac02d16f97a48ace.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34652026-09-15T03:48:58.969Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name bumpalo --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bumpalo-3.20.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("allocator-api2", "allocator_api", "bench_allocator_api", "boxed", "collections", "default", "serde", "std"))' -C metadata=3d60ceb09987c42e -C extra-filename=-63dbfd4e28ad89c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34662026-09-15T03:48:58.969Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name precomputed_hash --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/precomputed-hash-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1988b453f3b628dc -C extra-filename=-5a8a42aa1c779634 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34672026-09-15T03:48:58.969Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name fixedbitset --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fixedbitset-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=5869943d4f818c7d -C extra-filename=-97fd0f1b9d7531fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34682026-09-15T03:48:59.107Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name zip --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zip-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bzip2"' --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=f148835e329bcbb5 -C extra-filename=-eac7599807efe826 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-a85bc2f7a054eda7.rmeta --extern bzip2=/work/oxidecomputer/omicron/target/debug/deps/libbzip2-6df587a19f68a5b7.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-0d1d74eea2047571.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib`
34692026-09-15T03:48:59.110Z Compiling h2 v0.4.15
34702026-09-15T03:48:59.111Z Compiling string_cache v0.8.9
34712026-09-15T03:48:59.111Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name tlvc_text --edition=2021 /home/build/.cargo/git/checkouts/tlvc-13cecd28e8456f3c/e644a21/text/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=55e56cbd791bbf59 -C extra-filename=-8af706e8917935ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ron=/work/oxidecomputer/omicron/target/debug/deps/libron-3288b4da69667601.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-f811267b32f7f23f.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-a514348d97366fd6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34722026-09-15T03:48:59.111Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_mio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-mio-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="mio-1_0"' --cfg 'feature="support-v1_0"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("mio-0_6", "mio-0_7", "mio-0_8", "mio-1_0", "mio-uds", "support-v0_6", "support-v0_7", "support-v0_8", "support-v1_0"))' -C metadata=980c60068ff4051a -C extra-filename=-dd81de431cc0c257 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern mio_1_0=/work/oxidecomputer/omicron/target/debug/deps/libmio-242fe92aa751b4a7.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95c60d69048b2f72.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34732026-09-15T03:48:59.111Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name jiff_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jiff-core-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unexpected_cfgs --check-cfg 'cfg(docsrs_jiff)' --cfg 'feature="alloc"' --cfg 'feature="std"' --cfg 'feature="tz-fat"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "defmt", "logging", "std", "tz-fat"))' -C metadata=564aa78aff621fa0 -C extra-filename=-bce2fb3ca4db63b7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34742026-09-15T03:48:59.111Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-safe-7.2.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=non_upper_case_globals --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arrays", "bindgen", "debug", "default", "doc-cfg", "experimental", "fat-lto", "legacy", "no_asm", "pkg-config", "seekable", "std", "thin", "thin-lto", "zdict_builder", "zstdmt"))' -C metadata=c14229f0340527ce -C extra-filename=-1dbd92cf24d34d87 --out-dir /work/oxidecomputer/omicron/target/debug/build/zstd-safe-1dbd92cf24d34d87 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34752026-09-15T03:48:59.141Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name path_slash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/path-slash-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=278d6f3251b78970 -C extra-filename=-f6384fa8b47385bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34762026-09-15T03:48:59.145Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name object --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/object-0.30.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="crc32fast"' --cfg 'feature="elf"' --cfg 'feature="hashbrown"' --cfg 'feature="indexmap"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read"' --cfg 'feature="read_core"' --cfg 'feature="std"' --cfg 'feature="unaligned"' --cfg 'feature="write"' --cfg 'feature="write_core"' --cfg 'feature="write_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "alloc", "archive", "cargo-all", "coff", "compiler_builtins", "compression", "core", "crc32fast", "default", "doc", "elf", "flate2", "hashbrown", "indexmap", "macho", "pe", "read", "read_core", "rustc-dep-of-std", "std", "unaligned", "unstable", "unstable-all", "wasm", "wasmparser", "write", "write_core", "write_std", "xcoff"))' -C metadata=20860061365232b7 -C extra-filename=-a19bb701981b0cac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-0d1d74eea2047571.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-3c20ccdf19b31186.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-13cbce147cce3405.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-054bf847d36a6b9e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34772026-09-15T03:48:59.181Z Compiling tower-http v0.6.8
34782026-09-15T03:48:59.184Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name h2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/h2-0.4.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("stream", "unstable"))' -C metadata=74ecbbd57ad84883 -C extra-filename=-adaf71dfcb32b380 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern atomic_waker=/work/oxidecomputer/omicron/target/debug/deps/libatomic_waker-36761043cea7cc10.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-483bdc5c7d1e0898.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-f57b0cec2750c1f6.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-8b18dc3fcc726a8b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-df56548816dd36a4.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-f96d4d9a8f48e01b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4e06b03adca01890.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-24cc06f08e4187a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34792026-09-15T03:48:59.184Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-21139e730fc7b80b/build-script-build`
34802026-09-15T03:48:59.184Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name string_cache --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/string_cache-0.8.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_support"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "malloc_size_of", "serde", "serde_support"))' -C metadata=b1b7051fe98ecf22 -C extra-filename=-25ab7953a9b0822f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern debug_unreachable=/work/oxidecomputer/omicron/target/debug/deps/libdebug_unreachable-427d88e1fb2adc7b.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-5953e829bf18ad36.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-0e0538b367848f2a.rmeta --extern precomputed_hash=/work/oxidecomputer/omicron/target/debug/deps/libprecomputed_hash-5a8a42aa1c779634.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34812026-09-15T03:48:59.256Z Compiling petgraph v0.6.5
34822026-09-15T03:48:59.260Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name tower_http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tower-http-0.6.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="follow-redirect"' --cfg 'feature="futures-util"' --cfg 'feature="iri-string"' --cfg 'feature="tower"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("add-extension", "async-compression", "auth", "base64", "catch-panic", "compression-br", "compression-deflate", "compression-full", "compression-gzip", "compression-zstd", "cors", "decompression-br", "decompression-deflate", "decompression-full", "decompression-gzip", "decompression-zstd", "default", "follow-redirect", "fs", "full", "futures-core", "futures-util", "httpdate", "iri-string", "limit", "map-request-body", "map-response-body", "metrics", "mime", "mime_guess", "normalize-path", "percent-encoding", "propagate-header", "redirect", "request-id", "sensitive-headers", "set-header", "set-status", "timeout", "tokio", "tokio-util", "tower", "trace", "tracing", "util", "uuid", "validate-request"))' -C metadata=4f58bd2a72c0a005 -C extra-filename=-6cc2557fadd24736 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-3948ba2719554b61.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-20dba1b7e6ddb3f5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-b9d4b49ec22055e5.rmeta --extern iri_string=/work/oxidecomputer/omicron/target/debug/deps/libiri_string-7c6e631bb9ea4f0c.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-1a825e29b69bcb3e.rmeta --extern tower=/work/oxidecomputer/omicron/target/debug/deps/libtower-7713a42936873dd5.rmeta --extern tower_layer=/work/oxidecomputer/omicron/target/debug/deps/libtower_layer-a13000477c8c657d.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-69f8bc73e07c6f0b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34832026-09-15T03:48:59.291Z Compiling bzip2 v0.6.1
34842026-09-15T03:48:59.332Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name petgraph --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/petgraph-0.6.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="graphmap"' --cfg 'feature="matrix_graph"' --cfg 'feature="serde"' --cfg 'feature="serde-1"' --cfg 'feature="serde_derive"' --cfg 'feature="stable_graph"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "default", "generate", "graphmap", "matrix_graph", "quickcheck", "rayon", "serde", "serde-1", "serde_derive", "stable_graph", "unstable"))' -C metadata=7df744f29ba72c8d -C extra-filename=-c1bfad4f3c1f7731 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fixedbitset=/work/oxidecomputer/omicron/target/debug/deps/libfixedbitset-97fd0f1b9d7531fa.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-df56548816dd36a4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-2aa2fe389e081ac2.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34852026-09-15T03:48:59.337Z Compiling zopfli v0.8.3
34862026-09-15T03:48:59.368Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name bzip2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bzip2-0.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bzip2-sys", "default", "static"))' -C metadata=a0aa0ad2dd0de528 -C extra-filename=-e7fb1e55b3cb2059 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libbz2_rs_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibbz2_rs_sys-017a89899ccff366.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34872026-09-15T03:48:59.406Z Compiling toml_write v0.1.2
34882026-09-15T03:48:59.409Z Compiling snafu-derive v0.8.9
34892026-09-15T03:48:59.442Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name zopfli --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zopfli-0.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="gzip"' --cfg 'feature="std"' --cfg 'feature="zlib"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "gzip", "nightly", "std", "zlib"))' -C metadata=fd6f8c1c535d9de9 -C extra-filename=-533df23fbebc93d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bumpalo=/work/oxidecomputer/omicron/target/debug/deps/libbumpalo-63dbfd4e28ad89c0.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-0d1d74eea2047571.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a96344eae1a3d1f9.rmeta --extern simd_adler32=/work/oxidecomputer/omicron/target/debug/deps/libsimd_adler32-892e1dde2629fdd9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34902026-09-15T03:48:59.480Z Compiling ipnetwork v0.21.1
34912026-09-15T03:48:59.522Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_write --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_write-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=ad90396eb7e5f68a -C extra-filename=-d71576c81b445b76 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34922026-09-15T03:48:59.526Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name snafu_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/snafu-derive-0.8.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="rust_1_61"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("rust_1_61", "unstable-provider-api"))' -C metadata=15bf913076e81802 -C extra-filename=-79b5bbc978b98ab1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-2408c3d4c6d3556f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34932026-09-15T03:48:59.561Z Compiling newtype-uuid v1.3.2
34942026-09-15T03:48:59.565Z Compiling serde_with v3.21.0
34952026-09-15T03:48:59.637Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ipnetwork --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ipnetwork-0.21.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "schemars", "serde"))' -C metadata=5e1fe796b0bec48f -C extra-filename=-384b5883c9cfe350 --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-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34962026-09-15T03:48:59.674Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name newtype_uuid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/newtype-uuid-1.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="proptest1"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "proptest1", "schemars08", "serde", "std", "v4", "v7"))' -C metadata=d4200d1e4b6d25cb -C extra-filename=-0971dfdbc3426724 --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-2709de7d9d90e80b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34972026-09-15T03:48:59.761Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_with --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_with-3.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms --warn=variant_size_differences --warn=unused_qualifications --warn=unused_import_braces --warn=unused_extern_crates --warn=unexpected_cfgs --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::redundant_closure_for_method_calls' --warn=missing_docs '--warn=rustdoc::missing_crate_level_docs' '--allow=clippy::manual-unwrap-or-default' '--allow=clippy::explicit_auto_deref' '--warn=clippy::doc_markdown' '--warn=clippy::disallowed_methods' '--warn=clippy::default_trait_access' '--warn=clippy::cloned_instead_of_copied' --check-cfg 'cfg(tarpaulin)' --check-cfg 'cfg(tarpaulin_include)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="hex"' --cfg 'feature="macros"' --cfg 'feature="schemars_0_8"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "base58", "base64", "chrono", "chrono_0_4", "default", "guide", "hashbrown_0_14", "hashbrown_0_15", "hashbrown_0_16", "hashbrown_0_17", "hex", "indexmap", "indexmap_1", "indexmap_2", "json", "macros", "schemars_0_8", "schemars_0_9", "schemars_1", "smallvec_1", "std", "time_0_3"))' -C metadata=faf55288d5aafe37 -C extra-filename=-520e79432e611323 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern schemars_0_8=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-26aea309b97267ee.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-fb143a79f6c7587e.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34982026-09-15T03:48:59.765Z Compiling heapless v0.7.17
34992026-09-15T03:48:59.765Z Compiling pem v3.0.6
35002026-09-15T03:48:59.765Z Compiling fixedbitset v0.5.7
35012026-09-15T03:48:59.765Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ref_cast --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ref-cast-1.0.25/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a8f13cac406a4485 -C extra-filename=-5f249a94a98632d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ref_cast_impl=/work/oxidecomputer/omicron/target/debug/deps/libref_cast_impl-2a9037a83e53d4a1.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(no_intrinsic_type_name)' --check-cfg 'cfg(no_phantom_pinned)'`
35022026-09-15T03:48:59.765Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name native_tls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/native-tls-0.2.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alpn", "alpn-accept", "default", "vendored"))' -C metadata=2e43d6a6899f72ad -C extra-filename=-7cb5975a6bcf5be0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a96344eae1a3d1f9.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-6cce0bc98f3e1f35.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-e6035df34c91ab17.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-8989cd298eafc0c4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 --cfg have_min_max_version --check-cfg 'cfg(have_min_max_version)'`
35032026-09-15T03:48:59.765Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name fs_err --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fs-err-3.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "debug_tokio", "expose_original_error", "path_facts", "tokio"))' -C metadata=f59be442468921de -C extra-filename=-33cf399a252efde4 --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-0078461ca66129be.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)'`
35042026-09-15T03:48:59.765Z Compiling toml_edit v0.22.27
35052026-09-15T03:48:59.765Z Compiling lalrpop-util v0.19.12
35062026-09-15T03:48:59.765Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heapless-0.7.17/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic-polyfill"' --cfg 'feature="cas"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__trybuild", "atomic-polyfill", "cas", "default", "defmt", "defmt-impl", "mpmc_large", "serde", "ufmt-impl", "ufmt-write", "x86-sync-pool"))' -C metadata=b1fd061140d940e5 -C extra-filename=-6c1517e20e2bdc73 --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-6c1517e20e2bdc73 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-1cf7962b48132cfa.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35072026-09-15T03:48:59.765Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name pem --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pem-3.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=79b884c8598dc0b1 -C extra-filename=-bad34ca77d4ced2b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35082026-09-15T03:48:59.765Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name fixedbitset --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fixedbitset-0.5.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=e15d744b92145932 -C extra-filename=-495c4a330cb2088e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35092026-09-15T03:48:59.798Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name lalrpop_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lalrpop-util-0.19.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "lexer", "regex", "std"))' -C metadata=91e1c23b634988f0 -C extra-filename=-af56003b6d749e39 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35102026-09-15T03:48:59.801Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "display", "parse", "perf", "serde", "unbounded", "unstable-debug"))' -C metadata=f8a5692a900d9ee7 -C extra-filename=-f21c1d627623f3ff --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-df56548816dd36a4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-bb6290b6392337d1.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-a9ceb95a06fa005a.rmeta --extern toml_write=/work/oxidecomputer/omicron/target/debug/deps/libtoml_write-d71576c81b445b76.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-ef6a3cbdcba96902.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35112026-09-15T03:48:59.907Z Compiling oxnet v0.1.6
35122026-09-15T03:48:59.911Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name oxnet --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/oxnet-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="ipnetwork"' --cfg 'feature="schemars"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "ipnetwork", "macaddr", "schemars", "serde", "std", "ula"))' -C metadata=09aaf531e43e4431 -C extra-filename=-46d57a0453a4e826 --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-384b5883c9cfe350.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35132026-09-15T03:48:59.983Z Compiling jiff v0.2.34
35142026-09-15T03:49:00.023Z Compiling tokio-native-tls v0.3.1
35152026-09-15T03:49:00.066Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name jiff --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jiff-0.2.34/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unexpected_cfgs --check-cfg 'cfg(docsrs_jiff)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="perf-inline"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="tz-fat"' --cfg 'feature="tz-system"' --cfg 'feature="tzdb-bundle-platform"' --cfg 'feature="tzdb-concatenated"' --cfg 'feature="tzdb-zoneinfo"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "defmt", "js", "logging", "perf-inline", "serde", "static", "static-tz", "std", "tz-fat", "tz-system", "tzdb-bundle-always", "tzdb-bundle-platform", "tzdb-concatenated", "tzdb-zoneinfo"))' -C metadata=cc8995935b339648 -C extra-filename=-6f3ab8716908876b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern jcore=/work/oxidecomputer/omicron/target/debug/deps/libjiff_core-bce2fb3ca4db63b7.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-26aea309b97267ee.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35162026-09-15T03:49:00.069Z Compiling pin-project v1.1.11
35172026-09-15T03:49:00.070Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_native_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-native-tls-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("vendored"))' -C metadata=935a13da1156e6cf -C extra-filename=-1b801c0f2a3527d7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-7cb5975a6bcf5be0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64`
35182026-09-15T03:49:00.103Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name pin_project --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-1.1.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unused_trait_names' --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes --warn=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::range_plus_one' '--allow=clippy::nonminimal_bool' '--allow=clippy::naive_bytecount' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::collapsible_match' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=48e98d323db17e96 -C extra-filename=-3664d3bd232d12d7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pin_project_internal=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_internal-8de843062e18a7c9.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35192026-09-15T03:49:00.151Z Compiling petgraph v0.8.3
35202026-09-15T03:49:00.155Z Compiling crossterm v0.28.1
35212026-09-15T03:49:00.155Z Compiling serde_plain v1.0.2
35222026-09-15T03:49:00.155Z Compiling serde-big-array v0.5.1
35232026-09-15T03:49:00.155Z Compiling similar v2.7.0
35242026-09-15T03:49:00.155Z Compiling serde_repr v0.1.20
35252026-09-15T03:49:00.192Z Compiling async-recursion v1.1.1
35262026-09-15T03:49:00.195Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name petgraph --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/petgraph-0.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::alloc_instead_of_core' --cfg 'feature="default"' --cfg 'feature="graphmap"' --cfg 'feature="matrix_graph"' --cfg 'feature="serde"' --cfg 'feature="serde-1"' --cfg 'feature="serde_derive"' --cfg 'feature="stable_graph"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "default", "dot_parser", "generate", "graphmap", "matrix_graph", "quickcheck", "rayon", "serde", "serde-1", "serde_derive", "stable_graph", "std", "unstable"))' -C metadata=775479ae098e0fa4 -C extra-filename=-0de20df312798682 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fixedbitset=/work/oxidecomputer/omicron/target/debug/deps/libfixedbitset-495c4a330cb2088e.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-24e9546b5dd3595e.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-df56548816dd36a4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-2aa2fe389e081ac2.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35272026-09-15T03:49:00.195Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_plain --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_plain-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=414ee27dc8026d9f -C extra-filename=-59df7aa68e900ac7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35282026-09-15T03:49:00.195Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name similar --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/similar-2.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bstr"' --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="inline"' --cfg 'feature="text"' --cfg 'feature="unicode"' --cfg 'feature="unicode-segmentation"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bstr", "bytes", "default", "inline", "serde", "text", "unicode", "unicode-segmentation", "wasm32_web_time", "web-time"))' -C metadata=5f40eaa9ea6f93af -C extra-filename=-4d8274df01164ebc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-61dca3a0d5526e42.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-4d84c6dfacc56ee2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35292026-09-15T03:49:00.195Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name async_recursion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-recursion-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=34d767cd9a9faa0a -C extra-filename=-75cb42a0302df866 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35302026-09-15T03:49:00.195Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name crossterm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossterm-0.28.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bracketed-paste"' --cfg 'feature="default"' --cfg 'feature="event-stream"' --cfg 'feature="events"' --cfg 'feature="serde"' --cfg 'feature="windows"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bracketed-paste", "default", "event-stream", "events", "filedescriptor", "libc", "serde", "use-dev-tty", "windows"))' -C metadata=bdc39805e528ea43 -C extra-filename=-8b52857e14497030 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-3948ba2719554b61.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-f57b0cec2750c1f6.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-242fe92aa751b4a7.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-5953e829bf18ad36.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-43e5ccdc1ddefd3d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95c60d69048b2f72.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-dd81de431cc0c257.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35312026-09-15T03:49:00.196Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_big_array --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-big-array-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6fff986b4c8b850d -C extra-filename=-1a0dffbe7c673471 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35322026-09-15T03:49:00.196Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_repr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_repr-0.1.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=50ab5ad1c9967ff4 -C extra-filename=-25994cd4633785c6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35332026-09-15T03:49:00.280Z Compiling convert_case v0.10.0
35342026-09-15T03:49:00.471Z Compiling daft v0.1.8
35352026-09-15T03:49:00.475Z Compiling hash32 v0.2.1
35362026-09-15T03:49:00.475Z Compiling unicode-properties v0.1.4
35372026-09-15T03:49:00.475Z Compiling smoltcp v0.9.1
35382026-09-15T03:49:00.475Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name convert_case --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/convert_case-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ab30bd51544530d2 -C extra-filename=-9359d755b6e446b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-4d84c6dfacc56ee2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35392026-09-15T03:49:00.631Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name daft --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/daft-0.1.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="newtype-uuid1"' --cfg 'feature="oxnet01"' --cfg 'feature="std"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "indexmap", "newtype-uuid1", "oxnet01", "std", "uuid1"))' -C metadata=989fc9052b7066db -C extra-filename=-79051aebdca0fa6c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern daft_derive=/work/oxidecomputer/omicron/target/debug/deps/libdaft_derive-fb85b7233ccc5508.so --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-0971dfdbc3426724.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3abc053f4411f86b.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35402026-09-15T03:49:00.634Z Compiling predicates-core v1.0.10
35412026-09-15T03:49:00.634Z Compiling unicode-bidi v0.3.18
35422026-09-15T03:49:00.634Z Compiling typed-path v0.9.3
35432026-09-15T03:49:00.634Z Compiling byte-wrapper v0.1.0
35442026-09-15T03:49:00.665Z Compiling hickory-proto v0.25.2
35452026-09-15T03:49:00.668Z Compiling md-5 v0.11.0
35462026-09-15T03:49:00.668Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name hash32 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hash32-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ec1f96c47677352c -C extra-filename=-a2c6dd723898de27 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-a85bc2f7a054eda7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35472026-09-15T03:49:00.697Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_properties --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-properties-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="emoji"' --cfg 'feature="general-category"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "emoji", "general-category"))' -C metadata=2126d2f5a6f0ddbd -C extra-filename=-5adf7cd0144a2a55 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35482026-09-15T03:49:00.701Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smoltcp-0.9.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proto-ipv6"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("_proto-fragmentation", "alloc", "assembler-max-segment-count-1", "assembler-max-segment-count-16", "assembler-max-segment-count-2", "assembler-max-segment-count-3", "assembler-max-segment-count-32", "assembler-max-segment-count-4", "assembler-max-segment-count-8", "async", "default", "defmt", "dns-max-name-size-128", "dns-max-name-size-255", "dns-max-name-size-64", "dns-max-result-count-1", "dns-max-result-count-16", "dns-max-result-count-2", "dns-max-result-count-3", "dns-max-result-count-32", "dns-max-result-count-4", "dns-max-result-count-8", "dns-max-server-count-1", "dns-max-server-count-16", "dns-max-server-count-2", "dns-max-server-count-3", "dns-max-server-count-32", "dns-max-server-count-4", "dns-max-server-count-8", "fragmentation-buffer-size-1024", "fragmentation-buffer-size-1500", "fragmentation-buffer-size-16384", "fragmentation-buffer-size-2048", "fragmentation-buffer-size-256", "fragmentation-buffer-size-32768", "fragmentation-buffer-size-4096", "fragmentation-buffer-size-512", "fragmentation-buffer-size-65536", "fragmentation-buffer-size-8192", "iface-max-addr-count-1", "iface-max-addr-count-2", "iface-max-addr-count-3", "iface-max-addr-count-4", "iface-max-addr-count-5", "iface-max-addr-count-6", "iface-max-addr-count-7", "iface-max-addr-count-8", "iface-max-multicast-group-count-1", "iface-max-multicast-group-count-1024", "iface-max-multicast-group-count-128", "iface-max-multicast-group-count-16", "iface-max-multicast-group-count-2", "iface-max-multicast-group-count-256", "iface-max-multicast-group-count-3", "iface-max-multicast-group-count-32", "iface-max-multicast-group-count-4", "iface-max-multicast-group-count-5", "iface-max-multicast-group-count-512", "iface-max-multicast-group-count-6", "iface-max-multicast-group-count-64", "iface-max-multicast-group-count-7", "iface-max-multicast-group-count-8", "iface-max-route-count-1", "iface-max-route-count-1024", "iface-max-route-count-128", "iface-max-route-count-16", "iface-max-route-count-2", "iface-max-route-count-256", "iface-max-route-count-3", "iface-max-route-count-32", "iface-max-route-count-4", "iface-max-route-count-5", "iface-max-route-count-512", "iface-max-route-count-6", "iface-max-route-count-64", "iface-max-route-count-7", "iface-max-route-count-8", "iface-max-sixlowpan-address-context-count-1", "iface-max-sixlowpan-address-context-count-1024", "iface-max-sixlowpan-address-context-count-128", "iface-max-sixlowpan-address-context-count-16", "iface-max-sixlowpan-address-context-count-2", "iface-max-sixlowpan-address-context-count-256", "iface-max-sixlowpan-address-context-count-3", "iface-max-sixlowpan-address-context-count-32", "iface-max-sixlowpan-address-context-count-4", "iface-max-sixlowpan-address-context-count-5", "iface-max-sixlowpan-address-context-count-512", "iface-max-sixlowpan-address-context-count-6", "iface-max-sixlowpan-address-context-count-64", "iface-max-sixlowpan-address-context-count-7", "iface-max-sixlowpan-address-context-count-8", "iface-neighbor-cache-count-1", "iface-neighbor-cache-count-1024", "iface-neighbor-cache-count-128", "iface-neighbor-cache-count-16", "iface-neighbor-cache-count-2", "iface-neighbor-cache-count-256", "iface-neighbor-cache-count-3", "iface-neighbor-cache-count-32", "iface-neighbor-cache-count-4", "iface-neighbor-cache-count-5", "iface-neighbor-cache-count-512", "iface-neighbor-cache-count-6", "iface-neighbor-cache-count-64", "iface-neighbor-cache-count-7", "iface-neighbor-cache-count-8", "libc", "log", "medium-ethernet", "medium-ieee802154", "medium-ip", "phy-raw_socket", "phy-tuntap_interface", "proto-dhcpv4", "proto-dns", "proto-igmp", "proto-ipv4", "proto-ipv4-fragmentation", "proto-ipv6", "proto-sixlowpan", "proto-sixlowpan-fragmentation", "reassembly-buffer-count-1", "reassembly-buffer-count-16", "reassembly-buffer-count-2", "reassembly-buffer-count-3", "reassembly-buffer-count-32", "reassembly-buffer-count-4", "reassembly-buffer-count-8", "reassembly-buffer-size-1024", "reassembly-buffer-size-1500", "reassembly-buffer-size-16384", "reassembly-buffer-size-2048", "reassembly-buffer-size-256", "reassembly-buffer-size-32768", "reassembly-buffer-size-4096", "reassembly-buffer-size-512", "reassembly-buffer-size-65536", "reassembly-buffer-size-8192", "socket", "socket-dhcpv4", "socket-dns", "socket-icmp", "socket-mdns", "socket-raw", "socket-tcp", "socket-udp", "std", "verbose"))' -C metadata=65138c18c15419f9 -C extra-filename=-f335f3d2a56a5464 --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-f335f3d2a56a5464 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35492026-09-15T03:49:00.772Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-6c1517e20e2bdc73/build-script-build`
35502026-09-15T03:49:00.776Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name predicates_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/predicates-core-1.0.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2885fd78d2824442 -C extra-filename=-1b991c95fd524a7a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35512026-09-15T03:49:00.776Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_bidi --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-bidi-0.3.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="hardcoded-data"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench_it", "default", "flame", "flame_it", "flamer", "hardcoded-data", "serde", "smallvec", "std", "unstable", "with_serde"))' -C metadata=fe43cd0980913ef5 -C extra-filename=-d38b4d3ed92ef448 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35522026-09-15T03:49:00.776Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name typed_path --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typed-path-0.9.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=6b8ea8f8f4e24844 -C extra-filename=-7bb1c14244deebc0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35532026-09-15T03:49:00.776Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name byte_wrapper --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/byte-wrapper-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --cfg 'feature="alloc"' --cfg 'feature="base64"' --cfg 'feature="default"' --cfg 'feature="hex"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "base64", "default", "hex", "schemars08", "serde"))' -C metadata=35605c390d9a8bc1 -C extra-filename=-3a87de3ab3eac852 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern schemars08=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-26aea309b97267ee.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35542026-09-15T03:49:00.776Z Compiling strum_macros v0.27.2
35552026-09-15T03:49:00.808Z Compiling float-cmp v0.10.0
35562026-09-15T03:49:00.813Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name md5 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/md-5-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(md5_backend, values("soft"))' -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=80a1c3b55c650442 -C extra-filename=-2a5dfeb02e3a12a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-93a1365be822cb8b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35572026-09-15T03:49:00.813Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name hickory_proto --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(nightly)' --cfg 'feature="default"' --cfg 'feature="futures-io"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="text-parsing"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__dnssec", "__h3", "__https", "__quic", "__tls", "backtrace", "default", "dnssec-aws-lc-rs", "dnssec-ring", "futures-io", "h3-aws-lc-rs", "h3-ring", "https-aws-lc-rs", "https-ring", "mdns", "no-std-rand", "quic-aws-lc-rs", "quic-ring", "rustls-platform-verifier", "serde", "socket2", "std", "testing", "text-parsing", "tls-aws-lc-rs", "tls-ring", "tokio", "wasm-bindgen", "webpki-roots"))' -C metadata=bd838fbde7b05c92 -C extra-filename=-2d97cea01ac59601 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-f9cb17c5fc4ad8cd.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-33914e6d8b4c14ed.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-5f8bf403f358d16e.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-9fa4513e97eb15c1.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-20dba1b7e6ddb3f5.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-90be52b2e0a64ba1.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-b38ea0edf80b482b.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0875c71ea664a892.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-ff8952e671ab4d4c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-24cc06f08e4187a2.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-72f8271b6a33c915.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35582026-09-15T03:49:00.887Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum_macros-0.27.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6f923c5b20a393b6 -C extra-filename=-cf24493dd78e4688 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-b4d67f07919ede1e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35592026-09-15T03:49:00.890Z Compiling derive_more-impl v2.1.1
35602026-09-15T03:49:00.922Z Compiling difflib v0.4.0
35612026-09-15T03:49:00.925Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name float_cmp --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/float-cmp-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="num-traits"' --cfg 'feature="ratio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "num-traits", "ratio", "std"))' -C metadata=3eb54ab6f8bd4406 -C extra-filename=-89c75ebec9463905 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6c9795a397cfc660.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35622026-09-15T03:49:01.042Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
35632026-09-15T03:49:01.045Z Compiling typed-path v0.12.3
35642026-09-15T03:49:01.046Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name derive_more_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_more-impl-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(ci)' --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(nightly)' --cfg 'feature="as_ref"' --cfg 'feature="default"' --cfg 'feature="is_variant"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("add", "add_assign", "as_ref", "constructor", "debug", "default", "deref", "deref_mut", "display", "eq", "error", "from", "from_str", "full", "index", "index_mut", "into", "into_iterator", "is_variant", "mul", "mul_assign", "not", "sum", "testing-helpers", "try_from", "try_into", "try_unwrap", "unwrap"))' -C metadata=31e1cd2096b33006 -C extra-filename=-0130089cfadeb675 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern convert_case=/work/oxidecomputer/omicron/target/debug/deps/libconvert_case-9359d755b6e446b3.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35652026-09-15T03:49:01.046Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name difflib --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/difflib-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0d9fc45d80384149 -C extra-filename=-afaa06b411bb7b98 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35662026-09-15T03:49:01.117Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_sign --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-a00aa0491da1f0f3/fc64732/lpc55_sign/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clap"))' -C metadata=7c0f2ee2d7ad9de9 -C extra-filename=-410dfba099023d61 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-a85bc2f7a054eda7.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-ba57704941fdbd49.rmeta --extern crc_any=/work/oxidecomputer/omicron/target/debug/deps/libcrc_any-38df1fc9f326a20e.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-e723dca237d80cfa.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-fff538b88af305f1.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a96344eae1a3d1f9.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-f39885e8bddc449b.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6c9795a397cfc660.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-0ffcd82b6bc17d65.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e5eba79edd904ff5.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-fa9478000e7089b0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_hex=/work/oxidecomputer/omicron/target/debug/deps/libserde_hex-4a44900a9e3136ce.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-e02a3c7c21da7b34.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-a2fb83154a192d98.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35672026-09-15T03:49:01.120Z Compiling stringprep v0.1.5
35682026-09-15T03:49:01.120Z Compiling normalize-line-endings v0.3.0
35692026-09-15T03:49:01.120Z Compiling fallible-iterator v0.2.0
35702026-09-15T03:49:01.151Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name heapless --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heapless-0.7.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic-polyfill"' --cfg 'feature="cas"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__trybuild", "atomic-polyfill", "cas", "default", "defmt", "defmt-impl", "mpmc_large", "serde", "ufmt-impl", "ufmt-write", "x86-sync-pool"))' -C metadata=c63d38bcfeaa346c -C extra-filename=-0c56258846f261b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hash32=/work/oxidecomputer/omicron/target/debug/deps/libhash32-a2c6dd723898de27.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-6e51a3a64baf0661.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-d7caaea247884269.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_cas --cfg has_atomics`
35712026-09-15T03:49:01.155Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name typed_path --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typed-path-0.12.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=c259e29169e024e4 -C extra-filename=-732cb0573133c419 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35722026-09-15T03:49:01.155Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name stringprep --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/stringprep-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9d48d25964215c78 -C extra-filename=-549ff89639b7c5be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-d38b4d3ed92ef448.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-e4526e0f511a2b7e.rmeta --extern unicode_properties=/work/oxidecomputer/omicron/target/debug/deps/libunicode_properties-5adf7cd0144a2a55.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35732026-09-15T03:49:01.155Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-f335f3d2a56a5464/build-script-build`
35742026-09-15T03:49:01.155Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name fallible_iterator --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fallible-iterator-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=b94c99a13b73fd43 -C extra-filename=-987879407be9ea50 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35752026-09-15T03:49:01.155Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name normalize_line_endings --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/normalize-line-endings-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fff3b76f6e61b2f6 -C extra-filename=-70bcc33a7412a737 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35762026-09-15T03:49:01.191Z Compiling iddqd v0.4.2
35772026-09-15T03:49:01.226Z Compiling tokio-stream v0.1.18
35782026-09-15T03:49:01.260Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name iddqd --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iddqd-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' --check-cfg 'cfg(doc_cfg)' --cfg 'feature="allocator-api2"' --cfg 'feature="daft"' --cfg 'feature="default"' --cfg 'feature="default-hasher"' --cfg 'feature="proptest"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("allocator-api2", "daft", "default", "default-hasher", "internal-schemars08-preserve-order", "proptest", "schemars08", "serde", "std"))' -C metadata=06895c1fe6afd3c8 -C extra-filename=-b675906a731ff7f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern allocator_api2=/work/oxidecomputer/omicron/target/debug/deps/liballocator_api2-ee51dc0aff59f99d.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rmeta --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-72c76abd933b7579.rmeta --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-ebc869414e836213.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-9b9383e555f45b6e.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5f249a94a98632d0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-26aea309b97267ee.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35792026-09-15T03:49:01.362Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=438cd185666d5f164548885873f0f5df9a38eed1#438cd185)
35802026-09-15T03:49:01.365Z Compiling olpc-cjson v0.1.4
35812026-09-15T03:49:01.365Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_stream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-stream-0.1.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_unstable)' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="default"' --cfg 'feature="sync"' --cfg 'feature="time"' --cfg 'feature="tokio-util"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "fs", "full", "io-util", "net", "signal", "sync", "time", "tokio-util"))' -C metadata=ef44d84c3b567552 -C extra-filename=-295dbb2fcc65f679 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-f57b0cec2750c1f6.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-1a825e29b69bcb3e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4e06b03adca01890.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35822026-09-15T03:49:01.449Z Compiling predicates v3.1.4
35832026-09-15T03:49:01.453Z Compiling phf_shared v0.13.1
35842026-09-15T03:49:01.453Z Compiling peg-runtime v0.8.5
35852026-09-15T03:49:01.453Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_ereport_messages --edition=2024 /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/438cd18/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="hubpack"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug-impls", "hubpack", "serde"))' -C metadata=6bb5db4675b7a9ab -C extra-filename=-1643cac886a4cb17 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-0f5539a2457549e4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-a2fb83154a192d98.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35862026-09-15T03:49:01.453Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name olpc_cjson --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/olpc-cjson-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=96f599c57bcc2361 -C extra-filename=-dffbf6b21a1d747e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-e4526e0f511a2b7e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35872026-09-15T03:49:01.453Z Compiling buf-list v1.1.2
35882026-09-15T03:49:01.453Z Compiling whoami v2.1.0
35892026-09-15T03:49:01.453Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name predicates --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/predicates-3.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="diff"' --cfg 'feature="float-cmp"' --cfg 'feature="normalize-line-endings"' --cfg 'feature="regex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("color", "default", "diff", "float-cmp", "normalize-line-endings", "regex", "unstable"))' -C metadata=9f56d555a095454a -C extra-filename=-eba8521e88a666db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-665243e242fcd7e8.rmeta --extern difflib=/work/oxidecomputer/omicron/target/debug/deps/libdifflib-afaa06b411bb7b98.rmeta --extern float_cmp=/work/oxidecomputer/omicron/target/debug/deps/libfloat_cmp-89c75ebec9463905.rmeta --extern normalize_line_endings=/work/oxidecomputer/omicron/target/debug/deps/libnormalize_line_endings-70bcc33a7412a737.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-1b991c95fd524a7a.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35902026-09-15T03:49:01.453Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name peg_runtime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/peg-runtime-0.8.5/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "unstable"))' -C metadata=786f6ceca4eddeea -C extra-filename=-7e77bbb16c35318e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35912026-09-15T03:49:01.453Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name phf_shared --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf_shared-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "uncased", "unicase"))' -C metadata=d8bae750126aba80 -C extra-filename=-ea6fc87ab2989f76 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern siphasher=/work/oxidecomputer/omicron/target/debug/deps/libsiphasher-e6fa838db755993a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35922026-09-15T03:49:01.484Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name whoami --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/whoami-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unexpected_cfgs --check-cfg 'cfg(daku)' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="wasi-wasite"' --cfg 'feature="wasm-web"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "force-stub", "std", "wasi-wasite", "wasm-web"))' -C metadata=7826b2e15cd3bf3a -C extra-filename=-2470766db2a88262 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35932026-09-15T03:49:01.487Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name buf_list --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/buf-list-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --cfg 'feature="tokio"' --cfg 'feature="tokio1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures-io-03", "futures03", "tokio", "tokio1"))' -C metadata=031326cb02476a10 -C extra-filename=-c7927cdb9847c108 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35942026-09-15T03:49:01.627Z Compiling postgres-protocol v0.6.12
35952026-09-15T03:49:01.631Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name postgres_protocol --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/postgres-protocol-0.6.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"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "getrandom", "js"))' -C metadata=70ed0a72d5eeaac7 -C extra-filename=-93073cde2f269d7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-a85bc2f7a054eda7.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-987879407be9ea50.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-a932f702b0c397c6.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-2a5dfeb02e3a12a3.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-054bf847d36a6b9e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d04461f821ec7081.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e2212116997f49d8.rmeta --extern stringprep=/work/oxidecomputer/omicron/target/debug/deps/libstringprep-549ff89639b7c5be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35962026-09-15T03:49:01.710Z Compiling is-terminal v0.4.17
35972026-09-15T03:49:01.710Z Compiling crossbeam-channel v0.5.15
35982026-09-15T03:49:01.714Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name smoltcp --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smoltcp-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proto-ipv6"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("_proto-fragmentation", "alloc", "assembler-max-segment-count-1", "assembler-max-segment-count-16", "assembler-max-segment-count-2", "assembler-max-segment-count-3", "assembler-max-segment-count-32", "assembler-max-segment-count-4", "assembler-max-segment-count-8", "async", "default", "defmt", "dns-max-name-size-128", "dns-max-name-size-255", "dns-max-name-size-64", "dns-max-result-count-1", "dns-max-result-count-16", "dns-max-result-count-2", "dns-max-result-count-3", "dns-max-result-count-32", "dns-max-result-count-4", "dns-max-result-count-8", "dns-max-server-count-1", "dns-max-server-count-16", "dns-max-server-count-2", "dns-max-server-count-3", "dns-max-server-count-32", "dns-max-server-count-4", "dns-max-server-count-8", "fragmentation-buffer-size-1024", "fragmentation-buffer-size-1500", "fragmentation-buffer-size-16384", "fragmentation-buffer-size-2048", "fragmentation-buffer-size-256", "fragmentation-buffer-size-32768", "fragmentation-buffer-size-4096", "fragmentation-buffer-size-512", "fragmentation-buffer-size-65536", "fragmentation-buffer-size-8192", "iface-max-addr-count-1", "iface-max-addr-count-2", "iface-max-addr-count-3", "iface-max-addr-count-4", "iface-max-addr-count-5", "iface-max-addr-count-6", "iface-max-addr-count-7", "iface-max-addr-count-8", "iface-max-multicast-group-count-1", "iface-max-multicast-group-count-1024", "iface-max-multicast-group-count-128", "iface-max-multicast-group-count-16", "iface-max-multicast-group-count-2", "iface-max-multicast-group-count-256", "iface-max-multicast-group-count-3", "iface-max-multicast-group-count-32", "iface-max-multicast-group-count-4", "iface-max-multicast-group-count-5", "iface-max-multicast-group-count-512", "iface-max-multicast-group-count-6", "iface-max-multicast-group-count-64", "iface-max-multicast-group-count-7", "iface-max-multicast-group-count-8", "iface-max-route-count-1", "iface-max-route-count-1024", "iface-max-route-count-128", "iface-max-route-count-16", "iface-max-route-count-2", "iface-max-route-count-256", "iface-max-route-count-3", "iface-max-route-count-32", "iface-max-route-count-4", "iface-max-route-count-5", "iface-max-route-count-512", "iface-max-route-count-6", "iface-max-route-count-64", "iface-max-route-count-7", "iface-max-route-count-8", "iface-max-sixlowpan-address-context-count-1", "iface-max-sixlowpan-address-context-count-1024", "iface-max-sixlowpan-address-context-count-128", "iface-max-sixlowpan-address-context-count-16", "iface-max-sixlowpan-address-context-count-2", "iface-max-sixlowpan-address-context-count-256", "iface-max-sixlowpan-address-context-count-3", "iface-max-sixlowpan-address-context-count-32", "iface-max-sixlowpan-address-context-count-4", "iface-max-sixlowpan-address-context-count-5", "iface-max-sixlowpan-address-context-count-512", "iface-max-sixlowpan-address-context-count-6", "iface-max-sixlowpan-address-context-count-64", "iface-max-sixlowpan-address-context-count-7", "iface-max-sixlowpan-address-context-count-8", "iface-neighbor-cache-count-1", "iface-neighbor-cache-count-1024", "iface-neighbor-cache-count-128", "iface-neighbor-cache-count-16", "iface-neighbor-cache-count-2", "iface-neighbor-cache-count-256", "iface-neighbor-cache-count-3", "iface-neighbor-cache-count-32", "iface-neighbor-cache-count-4", "iface-neighbor-cache-count-5", "iface-neighbor-cache-count-512", "iface-neighbor-cache-count-6", "iface-neighbor-cache-count-64", "iface-neighbor-cache-count-7", "iface-neighbor-cache-count-8", "libc", "log", "medium-ethernet", "medium-ieee802154", "medium-ip", "phy-raw_socket", "phy-tuntap_interface", "proto-dhcpv4", "proto-dns", "proto-igmp", "proto-ipv4", "proto-ipv4-fragmentation", "proto-ipv6", "proto-sixlowpan", "proto-sixlowpan-fragmentation", "reassembly-buffer-count-1", "reassembly-buffer-count-16", "reassembly-buffer-count-2", "reassembly-buffer-count-3", "reassembly-buffer-count-32", "reassembly-buffer-count-4", "reassembly-buffer-count-8", "reassembly-buffer-size-1024", "reassembly-buffer-size-1500", "reassembly-buffer-size-16384", "reassembly-buffer-size-2048", "reassembly-buffer-size-256", "reassembly-buffer-size-32768", "reassembly-buffer-size-4096", "reassembly-buffer-size-512", "reassembly-buffer-size-65536", "reassembly-buffer-size-8192", "socket", "socket-dhcpv4", "socket-dns", "socket-icmp", "socket-mdns", "socket-raw", "socket-tcp", "socket-udp", "std", "verbose"))' -C metadata=b135d9e0e1b984ba -C extra-filename=-63b25f2e825259f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b0c20064e4257887.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-a85bc2f7a054eda7.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-0c56258846f261b6.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-62c61abfd0e56c79.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35992026-09-15T03:49:01.714Z Compiling thread_local v1.1.9
36002026-09-15T03:49:01.714Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/is-terminal-0.4.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8ba08b2e49dd6290 -C extra-filename=-b3006f7ed630068b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36012026-09-15T03:49:01.714Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name thread_local --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thread_local-1.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=8ac2e971259601bf -C extra-filename=-aafa4677b5f79a63 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36022026-09-15T03:49:01.714Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_channel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=0ae73d8542771562 -C extra-filename=-3ac8cce29e469e73 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-50e9efe714b4e28a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36032026-09-15T03:49:01.790Z Compiling phf v0.13.1
36042026-09-15T03:49:01.793Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name phf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "macros", "phf_macros", "serde", "std", "uncased", "unicase"))' -C metadata=e2a19c7289d02317 -C extra-filename=-305a802588653b83 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-ea6fc87ab2989f76.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36052026-09-15T03:49:01.828Z Compiling slog-async v2.8.0
36062026-09-15T03:49:01.864Z Compiling snafu v0.8.9
36072026-09-15T03:49:01.867Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-async-2.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=c78619f1f13085a4 -C extra-filename=-ab6d974370c756f7 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-async-ab6d974370c756f7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36082026-09-15T03:49:01.867Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name snafu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/snafu-0.8.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="futures-core-crate"' --cfg 'feature="pin-project"' --cfg 'feature="rust_1_61"' --cfg 'feature="rust_1_65"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "backtrace", "backtraces-impl-backtrace-crate", "default", "futures", "futures-core-crate", "futures-crate", "guide", "internal-dev-dependencies", "pin-project", "rust_1_61", "rust_1_65", "rust_1_81", "std", "unstable-core-error", "unstable-provider-api", "unstable-try-trait"))' -C metadata=cf61287cf1adc5bc -C extra-filename=-edbd0ef5556767f5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core_crate=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-f57b0cec2750c1f6.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-3664d3bd232d12d7.rmeta --extern snafu_derive=/work/oxidecomputer/omicron/target/debug/deps/libsnafu_derive-79b5bbc978b98ab1.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36092026-09-15T03:49:01.940Z Compiling term v1.2.1
36102026-09-15T03:49:01.982Z Compiling zip v8.6.0
36112026-09-15T03:49:01.986Z Compiling take_mut v0.2.2
36122026-09-15T03:49:01.986Z Compiling newtype-uuid-macros v0.1.0
36132026-09-15T03:49:01.986Z Compiling match_cfg v0.1.0
36142026-09-15T03:49:01.986Z Compiling slog-json v2.6.1
36152026-09-15T03:49:01.986Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name term --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/term-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default"))' -C metadata=df8cfe1e4c3b5f0b -C extra-filename=-945a748c455c944a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36162026-09-15T03:49:01.986Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name zip --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zip-8.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="_bzip2_any"' --cfg 'feature="_deflate-any"' --cfg 'feature="bzip2"' --cfg 'feature="deflate"' --cfg 'feature="deflate-flate2"' --cfg 'feature="deflate-flate2-zlib-rs"' --cfg 'feature="deflate-zopfli"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("_arbitrary", "_bzip2_any", "_deflate-any", "aes-crypto", "bitstream-io", "bzip2", "bzip2-rs", "chrono", "default", "deflate", "deflate-flate2", "deflate-flate2-zlib", "deflate-flate2-zlib-ng", "deflate-flate2-zlib-ng-compat", "deflate-flate2-zlib-rs", "deflate-zopfli", "deflate64", "deprecated-time", "getrandom", "jiff-02", "legacy-zip", "lzma", "nt-time", "ppmd", "time", "unreserved", "xz", "zstd"))' -C metadata=40998a996c1b001b -C extra-filename=-2403599ae9553380 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bzip2=/work/oxidecomputer/omicron/target/debug/deps/libbzip2-e7fb1e55b3cb2059.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-0d1d74eea2047571.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4eb8e677ff21afe8.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-df56548816dd36a4.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-054bf847d36a6b9e.rmeta --extern typed_path=/work/oxidecomputer/omicron/target/debug/deps/libtyped_path-732cb0573133c419.rmeta --extern zopfli=/work/oxidecomputer/omicron/target/debug/deps/libzopfli-533df23fbebc93d2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36172026-09-15T03:49:01.986Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_json --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-json-2.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "nested-values"))' -C metadata=df2929dd105595d2 -C extra-filename=-a5f9179d2f1eff47 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-c6ed9aaa77e72a1f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36182026-09-15T03:49:01.986Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name match_cfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/match_cfg-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_core"))' -C metadata=67e8056f57b5bc79 -C extra-filename=-880685be2356f598 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36192026-09-15T03:49:01.986Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name newtype_uuid_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/newtype-uuid-macros-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4f5007566b713521 -C extra-filename=-de6a7696c5ed2084 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-b4d67f07919ede1e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-67c7166b182ad1aa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36202026-09-15T03:49:02.018Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name take_mut --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/take_mut-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=99cc9cb0906e3bb6 -C extra-filename=-bb31f29497925026 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36212026-09-15T03:49:02.123Z Compiling postgres-types v0.2.14
36222026-09-15T03:49:02.161Z Compiling debug-ignore v1.0.5
36232026-09-15T03:49:02.164Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name postgres_types --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/postgres-types-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 --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", "bit-vec-09", "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-bit-vec-0_9", "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=5080046de4c9e87f -C extra-filename=-7b27b356e1f929a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rmeta --extern chrono_04=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-987879407be9ea50.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-93073cde2f269d7e.rmeta --extern serde_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-26aea309b97267ee.rmeta --extern serde_json_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36242026-09-15T03:49:02.243Z Compiling toml_datetime v1.1.1+spec-1.1.0
36252026-09-15T03:49:02.246Z Compiling serde_spanned v1.1.1
36262026-09-15T03:49:02.247Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name debug_ignore --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/debug-ignore-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=0c3761237f052789 -C extra-filename=-071196465dd7522c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36272026-09-15T03:49:02.279Z Compiling hostname v0.3.1
36282026-09-15T03:49:02.282Z Compiling toml_writer v1.1.1+spec-1.1.0
36292026-09-15T03:49:02.282Z Compiling sha1 v0.11.0
36302026-09-15T03:49:02.282Z Compiling serde_path_to_error v0.1.20
36312026-09-15T03:49:02.282Z Compiling multer v3.1.0
36322026-09-15T03:49:02.282Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_datetime --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-1.1.1+spec-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=127d6a0bff3e3d78 -C extra-filename=-3bb6920e23c910b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-26aea309b97267ee.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36332026-09-15T03:49:02.282Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_spanned --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_spanned-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=03fc3822056fd25b -C extra-filename=-8b219f4aa3207b10 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-26aea309b97267ee.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36342026-09-15T03:49:02.317Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hostname-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=5e717101c69b4739 -C extra-filename=-0878ac844fcf78ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern match_cfg=/work/oxidecomputer/omicron/target/debug/deps/libmatch_cfg-880685be2356f598.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36352026-09-15T03:49:02.321Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_path_to_error --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_path_to_error-0.1.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a0e76c338fc750ad -C extra-filename=-16d7d7f100d91e5b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-eb0a4b29e4e8f5ee.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-26aea309b97267ee.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36362026-09-15T03:49:02.321Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multer-3.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=41e2e0a856170f55 -C extra-filename=-53aa41d17e2a58ff --out-dir /work/oxidecomputer/omicron/target/debug/build/multer-53aa41d17e2a58ff -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-464edf1bc7384a2b.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36372026-09-15T03:49:02.353Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sha1 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha1-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(sha1_backend, values("aarch64-sha2", "x86-sha", "soft"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="oid"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "oid", "zeroize"))' -C metadata=4c7c09e4bdb97b49 -C extra-filename=-46c657d18701ce00 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-6d8939dd719dc12a.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-93a1365be822cb8b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36382026-09-15T03:49:02.357Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
36392026-09-15T03:49:02.357Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_writer --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_writer-1.1.1+spec-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=aed99fd69ca72ff4 -C extra-filename=-4f65a077fab68d2a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36402026-09-15T03:49:02.431Z Compiling slog-term v2.9.2
36412026-09-15T03:49:02.468Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name hubtools --edition=2021 /home/build/.cargo/git/checkouts/hubtools-48e485b08d647fd4/2b1ef9b/hubtools/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5892f7cd22d6cb26 -C extra-filename=-794de493e17f410b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-bb74a95d46416a86.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-f39885e8bddc449b.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-410dfba099023d61.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-a19bb701981b0cac.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-f6384fa8b47385bf.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-fa9478000e7089b0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-df2e14f6fdb1e2e8.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-f811267b32f7f23f.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-8af706e8917935ad.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8d6f2a9d60229cf4.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-e02a3c7c21da7b34.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-a514348d97366fd6.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-eac7599807efe826.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib`
36422026-09-15T03:49:02.583Z Compiling hyper v1.10.1
36432026-09-15T03:49:02.587Z Compiling compression-core v0.4.31
36442026-09-15T03:49:02.587Z Compiling async-stream-impl v0.3.6
36452026-09-15T03:49:02.587Z Compiling dropshot v0.17.1
36462026-09-15T03:49:02.700Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-async-ab6d974370c756f7/build-script-build`
36472026-09-15T03:49:02.703Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-term-2.9.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("erased-serde", "nested-values", "serde", "serde_json"))' -C metadata=21637c21cca9dbe6 -C extra-filename=-6a506355d13e7db4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-b3006f7ed630068b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-945a748c455c944a.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-aafa4677b5f79a63.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-c6ed9aaa77e72a1f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36482026-09-15T03:49:02.741Z Compiling derive_more v2.1.1
36492026-09-15T03:49:02.746Z Compiling tokio-postgres v0.7.18
36502026-09-15T03:49:02.746Z Compiling toml v1.1.2+spec-1.1.0
36512026-09-15T03:49:02.746Z Compiling rustls-pemfile v2.2.0
36522026-09-15T03:49:02.746Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-1.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::restriction' '--warn=clippy::pedantic' '--allow=clippy::wildcard_enum_match_arm' '--allow=clippy::useless_borrows_in_formatting' '--allow=clippy::used_underscore_items' '--allow=clippy::unwrap_in_result' '--allow=clippy::unused_trait_names' '--allow=clippy::unused_async' '--allow=clippy::unseparated_literal_suffix' '--allow=clippy::unreachable' '--allow=clippy::unnested_or_patterns' '--allow=clippy::unnecessary_trailing_comma' '--allow=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_safety_comment' '--allow=clippy::uninlined_format_args' --warn=unexpected_cfgs '--allow=clippy::undocumented_unsafe_blocks' '--allow=clippy::type_complexity' '--allow=clippy::trivially_copy_pass_by_ref' '--allow=clippy::too_many_lines' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::std_instead_of_core' '--allow=clippy::std_instead_of_alloc' '--allow=clippy::single_match_else' '--allow=clippy::single_char_lifetime_names' '--allow=clippy::single_call_fn' '--allow=clippy::shadow_unrelated' '--allow=clippy::shadow_same' '--allow=clippy::shadow_reuse' '--allow=clippy::semicolon_outside_block' '--allow=clippy::semicolon_inside_block' '--allow=clippy::semicolon_if_nothing_returned' '--deny=clippy::self_named_module_files' '--allow=clippy::same_name_method' '--allow=clippy::renamed_function_params' '--allow=clippy::ref_patterns' '--allow=clippy::ref_option' '--allow=clippy::redundant_else' '--allow=clippy::redundant_closure_for_method_calls' '--allow=clippy::question_mark_used' '--allow=clippy::question_mark' '--allow=clippy::pub_with_shorthand' '--allow=clippy::pub_use' '--allow=clippy::ptr_as_ptr' '--allow=clippy::pattern_type_mismatch' '--allow=clippy::panic_in_result_fn' '--allow=clippy::panic' '--allow=clippy::new_without_default' '--allow=clippy::needless_pass_by_value' '--allow=clippy::needless_continue' '--allow=clippy::must_use_candidate' '--allow=clippy::multiple_unsafe_ops_per_block' '--allow=clippy::multiple_inherent_impl' '--allow=clippy::module_name_repetitions' '--allow=clippy::module_inception' '--allow=clippy::mod_module_files' '--allow=clippy::missing_trait_methods' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_inline_in_public_items' '--allow=clippy::missing_fields_in_debug' '--allow=clippy::missing_errors_doc' '--allow=clippy::missing_docs_in_private_items' '--allow=clippy::missing_assert_message' '--allow=clippy::min_ident_chars' '--allow=clippy::match_wild_err_arm' '--allow=clippy::map_unwrap_or' '--allow=clippy::map_err_ignore' '--allow=clippy::manual_assert_eq' '--allow=clippy::let_unit_value' '--allow=clippy::let_underscore_untyped' '--allow=clippy::let_underscore_must_use' '--allow=clippy::large_enum_variant' '--allow=clippy::items_after_statements' '--allow=clippy::integer_division_remainder_used' '--allow=clippy::integer_division' '--allow=clippy::inline_trait_bounds' '--allow=clippy::inline_modules' '--allow=clippy::indexing_slicing' '--allow=clippy::implicit_return' '--allow=clippy::impl_trait_in_params' '--allow=clippy::ignored_unit_patterns' '--allow=clippy::if_then_some_else_none' '--allow=clippy::if_not_else' '--allow=clippy::float_arithmetic' '--allow=clippy::field_scoped_visibility_modifiers' '--allow=clippy::explicit_iter_loop' '--allow=clippy::expect_used' '--allow=clippy::error_impl_error' '--allow=clippy::enum_glob_use' '--allow=clippy::empty_structs_with_brackets' '--allow=clippy::else_if_without_else' '--allow=clippy::default_trait_access' '--allow=clippy::default_numeric_fallback' '--allow=clippy::decimal_literal_representation' '--allow=clippy::collapsible_match' '--allow=clippy::cognitive_complexity' '--allow=clippy::clone_on_ref_ptr' '--allow=clippy::checked_conversions' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::blanket_clippy_restriction_lints' '--allow=clippy::as_conversions' '--allow=clippy::arithmetic_side_effects' '--allow=clippy::arbitrary_source_item_ordering' '--allow=clippy::absolute_paths' --check-cfg 'cfg(hyper_unstable_tracing)' --check-cfg 'cfg(hyper_unstable_ffi)' --cfg 'feature="client"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="server"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("capi", "client", "default", "ffi", "full", "http1", "http2", "nightly", "server", "tracing"))' -C metadata=c25222717f21fe35 -C extra-filename=-11326159470257f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern atomic_waker=/work/oxidecomputer/omicron/target/debug/deps/libatomic_waker-36761043cea7cc10.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-5f8bf403f358d16e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-f57b0cec2750c1f6.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-adaf71dfcb32b380.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-b9d4b49ec22055e5.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-6b7d616efe01bc15.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-eed8ca722b0b9c11.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-eb0a4b29e4e8f5ee.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-1a825e29b69bcb3e.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-88db28b097ca3987.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-7b97fdc37ca84041.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36532026-09-15T03:49:02.747Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name compression_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compression-core-0.4.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --deny=missing_debug_implementations --deny=rust_2018_idioms --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=03950196a749d91d -C extra-filename=-360c1c16699326b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36542026-09-15T03:49:02.747Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name async_stream_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-stream-impl-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ced727731c710a63 -C extra-filename=-e3b68c69b7e194e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36552026-09-15T03:49:02.747Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.17.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=ed23b6799d044af4 -C extra-filename=-1e957d1a383cbde0 --out-dir /work/oxidecomputer/omicron/target/debug/build/dropshot-1e957d1a383cbde0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-464edf1bc7384a2b.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36562026-09-15T03:49:02.969Z Compiling slog-bunyan v2.5.0
36572026-09-15T03:49:02.972Z Compiling dropshot_endpoint v0.17.1
36582026-09-15T03:49:02.973Z Compiling waitgroup v0.1.2
36592026-09-15T03:49:02.973Z Compiling hostname v0.4.2
36602026-09-15T03:49:02.973Z Compiling atomicwrites v0.4.4
36612026-09-15T03:49:02.973Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name derive_more --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_more-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(ci)' --check-cfg 'cfg(nightly)' --cfg 'feature="as_ref"' --cfg 'feature="default"' --cfg 'feature="is_variant"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("add", "add_assign", "as_ref", "constructor", "debug", "default", "deref", "deref_mut", "display", "eq", "error", "from", "from_str", "full", "index", "index_mut", "into", "into_iterator", "is_variant", "mul", "mul_assign", "not", "std", "sum", "testing-helpers", "try_from", "try_into", "try_unwrap", "unwrap"))' -C metadata=8bc33f4b9431f6cc -C extra-filename=-8ad9980a0f203a00 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern derive_more_impl=/work/oxidecomputer/omicron/target/debug/deps/libderive_more_impl-0130089cfadeb675.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36622026-09-15T03:49:02.973Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_postgres --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-postgres-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 --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-bit-vec-0_9", "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=d329d2f0eb020141 -C extra-filename=-8abc38b4608f96b7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-a85bc2f7a054eda7.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-987879407be9ea50.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-5f8bf403f358d16e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-20dba1b7e6ddb3f5.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a96344eae1a3d1f9.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-5953e829bf18ad36.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0bf5a646b561519f.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-305a802588653b83.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-1a825e29b69bcb3e.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-93073cde2f269d7e.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-7b27b356e1f929a1.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d04461f821ec7081.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-7e24caacc7ed35d6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4e06b03adca01890.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-2470766db2a88262.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36632026-09-15T03:49:02.973Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-pemfile-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=a1d7e8864688177e -C extra-filename=-3c4c38c24af6348d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-591a1b9c6c02bd3c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36642026-09-15T03:49:02.973Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-1.1.2+spec-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enums' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "default", "display", "fast_hash", "parse", "preserve_order", "serde", "std", "unbounded"))' -C metadata=78f1c848b7e4596b -C extra-filename=-e143e7aacf77bb06 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-26aea309b97267ee.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-8b219f4aa3207b10.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-3bb6920e23c910b1.rmeta --extern toml_parser=/work/oxidecomputer/omicron/target/debug/deps/libtoml_parser-ac055e08eed95de1.rmeta --extern toml_writer=/work/oxidecomputer/omicron/target/debug/deps/libtoml_writer-4f65a077fab68d2a.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-60c06c134eae0ef4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36652026-09-15T03:49:03.148Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_async --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-async-2.8.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=484d3199a16b2424 -C extra-filename=-f6b86edc8e4de159 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-3ac8cce29e469e73.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern take_mut=/work/oxidecomputer/omicron/target/debug/deps/libtake_mut-bb31f29497925026.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-aafa4677b5f79a63.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg integer128`
36662026-09-15T03:49:03.153Z Compiling compression-codecs v0.4.37
36672026-09-15T03:49:03.153Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
36682026-09-15T03:49:03.153Z Compiling serde_tokenstream v0.3.0
36692026-09-15T03:49:03.153Z Compiling macaddr v1.0.1
36702026-09-15T03:49:03.153Z Compiling regress v0.10.5
36712026-09-15T03:49:03.153Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_bunyan --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-bunyan-2.5.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nested-values"))' -C metadata=b60a3193256c1854 -C extra-filename=-b669c6075079eafe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-0878ac844fcf78ce.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-a5f9179d2f1eff47.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-c6ed9aaa77e72a1f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36722026-09-15T03:49:03.153Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hostname-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=6f7ea797d213ea1b -C extra-filename=-e48d4bf7ecfc3ef8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36732026-09-15T03:49:03.153Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name atomicwrites --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atomicwrites-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3c87c962939b85e0 -C extra-filename=-30d6cf26f3e64a88 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-43e5ccdc1ddefd3d.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7cf75c25b3ee927c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36742026-09-15T03:49:03.153Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name waitgroup --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/waitgroup-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a0c7e330390b9e8f -C extra-filename=-d40647f6ba22a5cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern atomic_waker=/work/oxidecomputer/omicron/target/debug/deps/libatomic_waker-36761043cea7cc10.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36752026-09-15T03:49:03.153Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot_endpoint-0.17.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=579fb26f225a54d4 -C extra-filename=-eabd85006e96ac2b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-b4d67f07919ede1e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-67c7166b182ad1aa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36762026-09-15T03:49:03.308Z Running `/work/oxidecomputer/omicron/target/debug/build/multer-53aa41d17e2a58ff/build-script-build`
36772026-09-15T03:49:03.308Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name compression_codecs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compression-codecs-0.4.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --deny=missing_debug_implementations --deny=rust_2018_idioms --cfg 'feature="flate2"' --cfg 'feature="gzip"' --cfg 'feature="memchr"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-algorithms", "brotli", "bzip2", "deflate", "deflate64", "flate2", "gzip", "libzstd", "lz4", "lzma", "memchr", "xz", "xz-parallel", "xz2", "zlib", "zstd", "zstd-safe", "zstdmt"))' -C metadata=9d83d4ac640d092c -C extra-filename=-0b2cc801ff39dc1d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern compression_core=/work/oxidecomputer/omicron/target/debug/deps/libcompression_core-360c1c16699326b1.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4eb8e677ff21afe8.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-054bf847d36a6b9e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36782026-09-15T03:49:03.308Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
36792026-09-15T03:49:03.308Z Compiling strum v0.27.2
36802026-09-15T03:49:03.313Z Compiling instant v0.1.13
36812026-09-15T03:49:03.313Z Compiling parse-display-derive v0.10.0
36822026-09-15T03:49:03.313Z Compiling itertools v0.14.0
36832026-09-15T03:49:03.313Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_error_chain_derive --edition=2021 /home/build/.cargo/git/checkouts/slog-error-chain-da250b1c0a8d859f/15f6904/slog-error-chain-derive/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nested-values"))' -C metadata=2714c5cff659f9f9 -C extra-filename=-a8d1cd8906920083 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36842026-09-15T03:49:03.313Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_tokenstream --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_tokenstream-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=98a085d4f4e24275 -C extra-filename=-c0a2ca1178b3b11b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-081daffe3abb4d41.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36852026-09-15T03:49:03.313Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name macaddr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/macaddr-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_std"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde_std", "std"))' -C metadata=eba546eec9d45bc1 -C extra-filename=-72ece0250bd0035a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36862026-09-15T03:49:03.313Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name regress --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regress-0.10.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backend-pikevm"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backend-pikevm", "default", "index-positions", "pattern", "prohibit-unsafe", "std", "utf16"))' -C metadata=7346af9af17ed034 -C extra-filename=-b04cdc1baddd9a91 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-9b9383e555f45b6e.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-054bf847d36a6b9e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36872026-09-15T03:49:03.313Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_artifact --edition=2024 /home/build/.cargo/git/checkouts/tufaceous-cd93b255c6f4ae76/38730b6/artifact/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::pedantic' '--allow=clippy::must-use-candidate' '--allow=clippy::missing-errors-doc' --cfg 'feature="hubtools"' --cfg 'feature="proptest"' --cfg 'feature="schemars"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("hubtools", "proptest", "schemars"))' -C metadata=17f34507fe0d5d3b -C extra-filename=-e8e1ec7701451782 --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-3a87de3ab3eac852.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-794de493e17f410b.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib`
36882026-09-15T03:49:03.313Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
36892026-09-15T03:49:03.313Z Compiling oxide-generation v0.1.3
36902026-09-15T03:49:03.313Z Compiling backon v1.6.0
36912026-09-15T03:49:03.316Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_uuid_kinds --edition=2024 uuid-kinds/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="uuid-v4"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proptest", "schemars", "schemars08", "serde", "std", "testing", "uuid-v4"))' -C metadata=81bb4c15470b0fb6 -C extra-filename=-e254ffe159eabbde --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-79051aebdca0fa6c.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-0971dfdbc3426724.rmeta --extern newtype_uuid_macros=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid_macros-de6a7696c5ed2084.so --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3abc053f4411f86b.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36922026-09-15T03:49:03.316Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name oxide_generation --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/oxide-generation-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --cfg 'feature="daft01"' --cfg 'feature="proptest1"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="slog2"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("daft01", "default", "proptest1", "schemars08", "serde", "slog2", "std"))' -C metadata=908d5f3d7822ba05 -C extra-filename=-97406f1daba247f9 --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-79051aebdca0fa6c.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36932026-09-15T03:49:03.316Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name backon --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/backon-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "embassy-sleep", "embassy-time", "futures-timer", "futures-timer-sleep", "gloo-timers", "gloo-timers-sleep", "std", "std-blocking-sleep", "tokio", "tokio-sleep"))' -C metadata=4befeaf8a53c1051 -C extra-filename=-bba67040a6645465 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-34d1a9f7e69a4e38.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36942026-09-15T03:49:03.317Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name strum --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum-0.27.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="std"' --cfg 'feature="strum_macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "derive", "phf", "std", "strum_macros"))' -C metadata=78a75357435ab0ea -C extra-filename=-f19578883888b03c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-cf24493dd78e4688.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36952026-09-15T03:49:03.317Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name instant --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/instant-0.1.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("inaccurate", "js-sys", "now", "stdweb", "wasm-bindgen", "wasm-bindgen_rs", "web-sys"))' -C metadata=9f70446b2ace4773 -C extra-filename=-fe81d81eca53d050 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36962026-09-15T03:49:03.317Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=034cbb6483027ab5 -C extra-filename=-992338228558eaf8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-2f892cc0986a716b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36972026-09-15T03:49:03.317Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name multer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multer-3.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=56c98816f1f1987c -C extra-filename=-68dae086988655aa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-249b13598140a28a.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-20dba1b7e6ddb3f5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-6b7d616efe01bc15.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-054bf847d36a6b9e.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-b757ef982f295bb7.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-6e51a3a64baf0661.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36982026-09-15T03:49:03.317Z Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-1e957d1a383cbde0/build-script-build`
36992026-09-15T03:49:03.317Z Compiling humantime v2.3.0
37002026-09-15T03:49:03.353Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name parse_display_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parse-display-derive-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e792d5db86460413 -C extra-filename=-afc5c529a7b5a28a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-be5734abe16157a0.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-db17082947442a0b.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37012026-09-15T03:49:03.391Z Compiling convert_case v0.4.0
37022026-09-15T03:49:03.394Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name humantime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/humantime-2.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("mu"))' -C metadata=9dbb087fd3ac4c82 -C extra-filename=-fd773f1aaff6b9ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37032026-09-15T03:49:03.394Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name convert_case --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/convert_case-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("rand", "random"))' -C metadata=97e661f411848b2b -C extra-filename=-8d22a73afb78cdb5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37042026-09-15T03:49:03.423Z Compiling half v2.7.1
37052026-09-15T03:49:03.426Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name half --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/half-2.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "bytemuck", "default", "nightly", "num-traits", "rand_distr", "rkyv", "serde", "std", "use-intrinsics", "zerocopy"))' -C metadata=590585e92f4d6bed -C extra-filename=-5a009ad2811b19b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-a2fb83154a192d98.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37062026-09-15T03:49:03.597Z Compiling async-compression v0.4.41
37072026-09-15T03:49:03.777Z Compiling async-stream v0.3.6
37082026-09-15T03:49:03.780Z Compiling ciborium-io v0.2.2
37092026-09-15T03:49:03.780Z Compiling secrecy v0.10.3
37102026-09-15T03:49:03.780Z Compiling indent_write v2.2.0
37112026-09-15T03:49:03.780Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name async_compression --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-compression-0.4.41/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --deny=missing_debug_implementations --deny=rust_2018_idioms --cfg 'feature="gzip"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "all-algorithms", "all-implementations", "brotli", "bzip2", "deflate", "deflate64", "futures-io", "gzip", "lz4", "lzma", "tokio", "xz", "xz-parallel", "xz2", "zlib", "zstd", "zstdmt"))' -C metadata=706463b9985a6a43 -C extra-filename=-6fc6252abfa2e55a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern compression_codecs=/work/oxidecomputer/omicron/target/debug/deps/libcompression_codecs-0b2cc801ff39dc1d.rmeta --extern compression_core=/work/oxidecomputer/omicron/target/debug/deps/libcompression_core-360c1c16699326b1.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-1a825e29b69bcb3e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37122026-09-15T03:49:03.886Z Compiling hyper-util v0.1.20
37132026-09-15T03:49:03.889Z Compiling oxide-generation-macros v0.2.0
37142026-09-15T03:49:03.889Z Compiling backoff v0.4.0
37152026-09-15T03:49:03.889Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name async_stream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-stream-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=82bcaab4039799c8 -C extra-filename=-55e04cd135c1297c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_stream_impl=/work/oxidecomputer/omicron/target/debug/deps/libasync_stream_impl-e3b68c69b7e194e5.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-f57b0cec2750c1f6.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-1a825e29b69bcb3e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37162026-09-15T03:49:03.923Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ciborium_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ciborium-io-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=c596d6a3fa516108 -C extra-filename=-d36d8fa1e5e410b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37172026-09-15T03:49:03.927Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name secrecy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/secrecy-0.10.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=b2034f3a8952ff16 -C extra-filename=-605610ac2edb8b90 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37182026-09-15T03:49:03.927Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name indent_write --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indent_write-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=d16b7eb157cdb567 -C extra-filename=-a8f9954c45614da6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37192026-09-15T03:49:03.962Z Compiling camino-tempfile v1.4.1
37202026-09-15T03:49:03.965Z Compiling crucible-workspace-hack v0.1.0
37212026-09-15T03:49:03.965Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-util-0.1.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="client"' --cfg 'feature="client-legacy"' --cfg 'feature="client-pool"' --cfg 'feature="client-proxy"' --cfg 'feature="client-proxy-system"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="server"' --cfg 'feature="server-auto"' --cfg 'feature="server-graceful"' --cfg 'feature="service"' --cfg 'feature="tokio"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_happy_eyeballs_tests", "client", "client-legacy", "client-pool", "client-proxy", "client-proxy-system", "default", "full", "http1", "http2", "server", "server-auto", "server-graceful", "service", "tokio", "tracing"))' -C metadata=f6061e44351ebbd5 -C extra-filename=-6f6d2d54db09521f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-5f8bf403f358d16e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-20dba1b7e6ddb3f5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-b9d4b49ec22055e5.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-11326159470257f9.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-b38ea0edf80b482b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0bf5a646b561519f.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-1a825e29b69bcb3e.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-783429a7deba1990.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern tower_layer=/work/oxidecomputer/omicron/target/debug/deps/libtower_layer-a13000477c8c657d.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-69f8bc73e07c6f0b.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-24cc06f08e4187a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37222026-09-15T03:49:03.965Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name oxide_generation_macros --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/oxide-generation-macros-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ddb1328e35fa34f8 -C extra-filename=-c5b55efb85d92178 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-b4d67f07919ede1e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-c0a2ca1178b3b11b.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-081daffe3abb4d41.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37232026-09-15T03:49:03.965Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name backoff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/backoff-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="futures-core"' --cfg 'feature="pin-project-lite"' --cfg 'feature="tokio"' --cfg 'feature="tokio_1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-std", "async_std_1", "default", "futures", "futures-core", "pin-project-lite", "tokio", "tokio_1", "wasm-bindgen"))' -C metadata=93ed0ed996dacf95 -C extra-filename=-8a995efda59a0b80 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-f57b0cec2750c1f6.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-53a24cd2896410db.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-fe81d81eca53d050.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-1a825e29b69bcb3e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e08634a0971964ae.rmeta --extern tokio_1=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37242026-09-15T03:49:04.029Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=438cd185666d5f164548885873f0f5df9a38eed1#438cd185)
37252026-09-15T03:49:04.032Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name camino_tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-tempfile-1.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=db0a1aba0aec501e -C extra-filename=-3c4fd5e7a376dd48 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7cf75c25b3ee927c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37262026-09-15T03:49:04.097Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crucible-workspace-hack-0.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=377861f1f9a450bb -C extra-filename=-ac55dd1fa1be0133 --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-ac55dd1fa1be0133 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37272026-09-15T03:49:04.100Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
37282026-09-15T03:49:04.100Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_messages --edition=2024 /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/438cd18/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=9f32d8f03812b1af -C extra-filename=-ee2e4ac302948d5f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-3948ba2719554b61.rmeta --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-1643cac886a4cb17.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-0f5539a2457549e4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-1a0dffbe7c673471.rmeta --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-25994cd4633785c6.so --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-63b25f2e825259f8.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-bfc5ccdff2db0195.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-cf24493dd78e4688.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-a2fb83154a192d98.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37292026-09-15T03:49:04.271Z Compiling inout v0.1.4
37302026-09-15T03:49:04.275Z Compiling regress v0.11.1
37312026-09-15T03:49:04.275Z Compiling universal-hash v0.5.1
37322026-09-15T03:49:04.275Z Compiling thiserror-impl-no-std v2.0.2
37332026-09-15T03:49:04.275Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_error_chain --edition=2021 /home/build/.cargo/git/checkouts/slog-error-chain-da250b1c0a8d859f/15f6904/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="slog-error-chain-derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("derive", "erased-serde", "nested-values", "serde", "slog-error-chain-derive"))' -C metadata=e266be82cce63cfc -C extra-filename=-12ca92232ccbac47 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain_derive=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain_derive-a8d1cd8906920083.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37342026-09-15T03:49:04.423Z Compiling opaque-debug v0.3.1
37352026-09-15T03:49:04.426Z Compiling aead v0.5.2
37362026-09-15T03:49:04.426Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
37372026-09-15T03:49:04.426Z Compiling blake2 v0.10.6
37382026-09-15T03:49:04.426Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name inout --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/inout-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("block-padding", "std"))' -C metadata=97aa6be2e63e1174 -C extra-filename=-4d8336ecaf92709f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-646c77236a189ca0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37392026-09-15T03:49:04.427Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name universal_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/universal-hash-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=9d76276c23e5cd25 -C extra-filename=-2dacaf912060bdd6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-2485650c47585fb6.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2d4823f85931691.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37402026-09-15T03:49:04.427Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name regress --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regress-0.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backend-pikevm"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backend-pikevm", "default", "index-positions", "pattern", "prohibit-unsafe", "std", "utf16"))' -C metadata=01435e8ddc8c446c -C extra-filename=-d341089c6d4d580b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-9b9383e555f45b6e.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-054bf847d36a6b9e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37412026-09-15T03:49:04.460Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl_no_std --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-no-std-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=227b072ba558206f -C extra-filename=-267b1c971771e65b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aee7d2f8582b61aa.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37422026-09-15T03:49:04.573Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name opaque_debug --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/opaque-debug-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c5db6d9e4f4ef52c -C extra-filename=-ca5850d89599ee41 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37432026-09-15T03:49:04.576Z Compiling ciborium-ll v0.2.2
37442026-09-15T03:49:04.576Z Compiling password-hash v0.5.0
37452026-09-15T03:49:04.606Z Compiling unsafe-libyaml v0.2.11
37462026-09-15T03:49:04.609Z Compiling swrite v0.1.0
37472026-09-15T03:49:04.609Z Compiling crossbeam-deque v0.8.6
37482026-09-15T03:49:04.609Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name aead --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aead-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arrayvec", "blobby", "bytes", "default", "dev", "getrandom", "heapless", "rand_core", "std", "stream"))' -C metadata=eb92d76fe284d5df -C extra-filename=-68137692f8431a35 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-2485650c47585fb6.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-646c77236a189ca0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37492026-09-15T03:49:04.609Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/046f743/crates/propolis-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b859792a52c8169b -C extra-filename=-1daa2bbcf4e3cf84 --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-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37502026-09-15T03:49:04.609Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name blake2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/blake2-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "reset", "simd", "simd_asm", "simd_opt", "size_opt", "std"))' -C metadata=1df77823d7b85a5b -C extra-filename=-ba28847056dc7a3d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-bb74a95d46416a86.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37512026-09-15T03:49:04.780Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ciborium_ll --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ciborium-ll-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=d03a1f507338275f -C extra-filename=-0241039e4448ef40 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ciborium_io=/work/oxidecomputer/omicron/target/debug/deps/libciborium_io-d36d8fa1e5e410b5.rmeta --extern half=/work/oxidecomputer/omicron/target/debug/deps/libhalf-5a009ad2811b19b2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37522026-09-15T03:49:04.780Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-ac55dd1fa1be0133/build-script-build`
37532026-09-15T03:49:04.783Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name password_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/password-hash-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="rand_core"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "rand_core", "std"))' -C metadata=fe303b44dca32e4b -C extra-filename=-f7b8c7be85efc0ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-4641a7d020b1e261.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-23b680fb0aad4548.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2d4823f85931691.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37542026-09-15T03:49:04.783Z Compiling cipher v0.4.4
37552026-09-15T03:49:04.783Z Compiling poly1305 v0.8.0
37562026-09-15T03:49:04.784Z Compiling itertools v0.15.0
37572026-09-15T03:49:04.784Z Compiling rayon-core v1.13.0
37582026-09-15T03:49:04.784Z Compiling num-derive v0.4.2
37592026-09-15T03:49:04.784Z Compiling glob v0.3.3
37602026-09-15T03:49:04.784Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name unsafe_libyaml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unsafe-libyaml-0.2.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=428700a022b5b8e6 -C extra-filename=-fac5edfd7a1b28fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37612026-09-15T03:49:04.817Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_deque --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-deque-0.8.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=6def1cbfc353e579 -C extra-filename=-30a1da2db0dd111b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-c2ea5a3e72737bc1.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-50e9efe714b4e28a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37622026-09-15T03:49:04.817Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name swrite --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/swrite-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("osstring"))' -C metadata=e9645997dbe6f603 -C extra-filename=-2c98d7798085936d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37632026-09-15T03:49:04.886Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name cipher --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cipher-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-padding", "dev", "rand_core", "std", "zeroize"))' -C metadata=a10ff7a2947f5054 -C extra-filename=-6daee57debadb2fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-2485650c47585fb6.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-4d8336ecaf92709f.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37642026-09-15T03:49:04.890Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name poly1305 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/poly1305-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=777192a051a301ef -C extra-filename=-746fb077122efe62 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-603d68126913dae5.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-ca5850d89599ee41.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-2dacaf912060bdd6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37652026-09-15T03:49:04.890Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.15.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=8e8a5ef0e0f61fca -C extra-filename=-af208bc9d100447a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-2f892cc0986a716b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37662026-09-15T03:49:04.890Z Compiling derive_more v0.99.20
37672026-09-15T03:49:04.890Z Compiling ciborium v0.2.2
37682026-09-15T03:49:04.922Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("web_spin_lock"))' -C metadata=c1d3635e1b0e6410 -C extra-filename=-7103965e71045a3f --out-dir /work/oxidecomputer/omicron/target/debug/build/rayon-core-7103965e71045a3f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37692026-09-15T03:49:04.925Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name glob --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/glob-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=06e2b291ff2de8c0 -C extra-filename=-32e11cbbb0cbd818 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37702026-09-15T03:49:04.925Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name num_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-derive-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ae18abc08fb3b622 -C extra-filename=-8a8724bec2baea40 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37712026-09-15T03:49:05.069Z Compiling argon2 v0.5.3
37722026-09-15T03:49:05.069Z Compiling toml_datetime v0.7.5+spec-1.1.0
37732026-09-15T03:49:05.072Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name derive_more --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive_more-0.99.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="add"' --cfg 'feature="add_assign"' --cfg 'feature="as_mut"' --cfg 'feature="as_ref"' --cfg 'feature="constructor"' --cfg 'feature="convert_case"' --cfg 'feature="default"' --cfg 'feature="deref"' --cfg 'feature="deref_mut"' --cfg 'feature="display"' --cfg 'feature="error"' --cfg 'feature="from"' --cfg 'feature="from_str"' --cfg 'feature="index"' --cfg 'feature="index_mut"' --cfg 'feature="into"' --cfg 'feature="into_iterator"' --cfg 'feature="is_variant"' --cfg 'feature="iterator"' --cfg 'feature="mul"' --cfg 'feature="mul_assign"' --cfg 'feature="not"' --cfg 'feature="rustc_version"' --cfg 'feature="sum"' --cfg 'feature="try_into"' --cfg 'feature="unwrap"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("add", "add_assign", "as_mut", "as_ref", "constructor", "convert_case", "default", "deref", "deref_mut", "display", "error", "from", "from_str", "generate-parsing-rs", "index", "index_mut", "into", "into_iterator", "is_variant", "iterator", "mul", "mul_assign", "nightly", "not", "peg", "rustc_version", "sum", "testing-helpers", "track-caller", "try_into", "unwrap"))' -C metadata=0ed463f96fbf5f56 -C extra-filename=-1cfbac00e1744e07 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern convert_case=/work/oxidecomputer/omicron/target/debug/deps/libconvert_case-8d22a73afb78cdb5.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37742026-09-15T03:49:05.106Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ciborium --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ciborium-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=8f14761f4b2f0f16 -C extra-filename=-ddef13110ccf1ec1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ciborium_io=/work/oxidecomputer/omicron/target/debug/deps/libciborium_io-d36d8fa1e5e410b5.rmeta --extern ciborium_ll=/work/oxidecomputer/omicron/target/debug/deps/libciborium_ll-0241039e4448ef40.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37752026-09-15T03:49:05.184Z Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
37762026-09-15T03:49:05.184Z Compiling chacha20 v0.9.1
37772026-09-15T03:49:05.188Z Compiling proc-macro-error-attr v1.0.4
37782026-09-15T03:49:05.188Z Compiling proc-macro-error v1.0.4
37792026-09-15T03:49:05.188Z Compiling tabwriter v1.4.1
37802026-09-15T03:49:05.188Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_workspace_hack --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crucible-workspace-hack-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9e480f4f08336b15 -C extra-filename=-8928a1ebdb4f3415 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37812026-09-15T03:49:05.188Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name argon2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/argon2-0.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="password-hash"' --cfg 'feature="rand"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "password-hash", "rand", "simple", "std", "zeroize"))' -C metadata=11f921ad3a80b8dd -C extra-filename=-f6bb609b3f550cef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-4641a7d020b1e261.rmeta --extern blake2=/work/oxidecomputer/omicron/target/debug/deps/libblake2-ba28847056dc7a3d.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-603d68126913dae5.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-f7b8c7be85efc0ca.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37822026-09-15T03:49:05.188Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_datetime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-0.7.5+spec-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=c570b868129eb888 -C extra-filename=-cd21f5438e09fa0c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37832026-09-15T03:49:05.218Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_generation_kinds --edition=2024 generation-kinds/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="default"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="slog2"' --cfg 'feature="std"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "schemars08", "serde", "slog2", "std", "testing"))' -C metadata=99a525d1c471d666 -C extra-filename=-21b149b783800958 --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-97406f1daba247f9.rmeta --extern oxide_generation_macros=/work/oxidecomputer/omicron/target/debug/deps/liboxide_generation_macros-c5b55efb85d92178.so --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37842026-09-15T03:49:05.222Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name chacha20 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chacha20-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=df8f59d11058cded -C extra-filename=-67c85659b80ce174 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-6daee57debadb2fd.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-603d68126913dae5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37852026-09-15T03:49:05.222Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
37862026-09-15T03:49:05.222Z Compiling heapless v0.8.0
37872026-09-15T03:49:05.222Z Compiling illumos-nvpair-sys v0.2.0
37882026-09-15T03:49:05.254Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-attr-1.0.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6819b5271d7d6084 -C extra-filename=-2721e08d8f4a4ce6 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-2721e08d8f4a4ce6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-464edf1bc7384a2b.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37892026-09-15T03:49:05.258Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-1.0.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="syn"' --cfg 'feature="syn-error"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "syn", "syn-error"))' -C metadata=ffd25717a487a5bd -C extra-filename=-a823a2c175fb117b --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-a823a2c175fb117b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-464edf1bc7384a2b.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37902026-09-15T03:49:05.258Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name tabwriter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tabwriter-1.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ansi_formatting"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi_formatting", "default"))' -C metadata=17daabed630b096b -C extra-filename=-8b45795018347949 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-fb66b428f1def7e9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37912026-09-15T03:49:05.291Z Compiling hash32 v0.3.1
37922026-09-15T03:49:05.294Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/illumos-nvpair-sys-0.2.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a9e98e3db3eb2c04 -C extra-filename=-9e5bbcb8344911d6 --out-dir /work/oxidecomputer/omicron/target/debug/build/illumos-nvpair-sys-9e5bbcb8344911d6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37932026-09-15T03:49:05.294Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_client_types --edition=2024 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/ad8a317/crucible-client-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d0f428bdb255f635 -C extra-filename=-a0d7bce1927ddf41 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-8928a1ebdb4f3415.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37942026-09-15T03:49:05.294Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heapless-0.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("defmt-03", "mpmc_large", "portable-atomic", "portable-atomic-critical-section", "portable-atomic-unsafe-assume-single-core", "serde", "ufmt"))' -C metadata=4b13f803e09f32a9 -C extra-filename=-0ea51ee9a85fb591 --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-0ea51ee9a85fb591 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37952026-09-15T03:49:05.294Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name hash32 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hash32-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a320a2dd6d56de42 -C extra-filename=-c51999a49be44886 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-a85bc2f7a054eda7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37962026-09-15T03:49:05.325Z Compiling serde_yaml v0.9.34+deprecated
37972026-09-15T03:49:05.328Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_yaml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7474b81a0075898b -C extra-filename=-880c138e94e08aa6 --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-df56548816dd36a4.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-eb0a4b29e4e8f5ee.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-a148b278610c4987.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern unsafe_libyaml=/work/oxidecomputer/omicron/target/debug/deps/libunsafe_libyaml-fac5edfd7a1b28fc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37982026-09-15T03:49:05.398Z Running `/work/oxidecomputer/omicron/target/debug/build/rayon-core-7103965e71045a3f/build-script-build`
37992026-09-15T03:49:05.437Z Compiling toml_edit v0.23.10+spec-1.0.0
38002026-09-15T03:49:05.441Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.23.10+spec-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="parse"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "default", "display", "parse", "serde", "unbounded"))' -C metadata=e7a7b3b2c1c8e909 -C extra-filename=-cfa73a3f78d519ae --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-df56548816dd36a4.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-cd21f5438e09fa0c.rmeta --extern toml_parser=/work/oxidecomputer/omicron/target/debug/deps/libtoml_parser-ac055e08eed95de1.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-ef6a3cbdcba96902.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38012026-09-15T03:49:05.506Z Compiling hyper-tls v0.6.0
38022026-09-15T03:49:05.509Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-tls-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=fa767af7730254a6 -C extra-filename=-4824dcfc30498d8a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b21f4539bd46e3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-11326159470257f9.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-6f6d2d54db09521f.rmeta --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-7cb5975a6bcf5be0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-1b801c0f2a3527d7.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-69f8bc73e07c6f0b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64`
38032026-09-15T03:49:05.544Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
38042026-09-15T03:49:05.583Z Compiling parse-display v0.10.0
38052026-09-15T03:49:05.586Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-262b4bd3f70f4b91/ecd5a92/nvpair-sys/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8a6ec4020d1eff95 -C extra-filename=-979756aeaf6052b1 --out-dir /work/oxidecomputer/omicron/target/debug/build/nvpair-sys-979756aeaf6052b1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38062026-09-15T03:49:05.587Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name parse_display --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parse-display-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="regex"' --cfg 'feature="regex-syntax"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "docs", "regex", "regex-syntax", "std"))' -C metadata=809c635508d163c5 -C extra-filename=-c9efdcc507723cfe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern parse_display_derive=/work/oxidecomputer/omicron/target/debug/deps/libparse_display_derive-afc5c529a7b5a28a.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-be5734abe16157a0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38072026-09-15T03:49:05.623Z Compiling smoltcp v0.11.0
38082026-09-15T03:49:05.703Z Compiling colored v3.1.1
38092026-09-15T03:49:05.741Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smoltcp-0.11.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="medium-ethernet"' --cfg 'feature="proto-dhcpv4"' --cfg 'feature="proto-ipv4"' --cfg 'feature="proto-ipv6"' --cfg 'feature="socket"' --cfg 'feature="socket-raw"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("_proto-fragmentation", "alloc", "assembler-max-segment-count-1", "assembler-max-segment-count-16", "assembler-max-segment-count-2", "assembler-max-segment-count-3", "assembler-max-segment-count-32", "assembler-max-segment-count-4", "assembler-max-segment-count-8", "async", "default", "defmt", "dns-max-name-size-128", "dns-max-name-size-255", "dns-max-name-size-64", "dns-max-result-count-1", "dns-max-result-count-16", "dns-max-result-count-2", "dns-max-result-count-3", "dns-max-result-count-32", "dns-max-result-count-4", "dns-max-result-count-8", "dns-max-server-count-1", "dns-max-server-count-16", "dns-max-server-count-2", "dns-max-server-count-3", "dns-max-server-count-32", "dns-max-server-count-4", "dns-max-server-count-8", "fragmentation-buffer-size-1024", "fragmentation-buffer-size-1500", "fragmentation-buffer-size-16384", "fragmentation-buffer-size-2048", "fragmentation-buffer-size-256", "fragmentation-buffer-size-32768", "fragmentation-buffer-size-4096", "fragmentation-buffer-size-512", "fragmentation-buffer-size-65536", "fragmentation-buffer-size-8192", "iface-max-addr-count-1", "iface-max-addr-count-2", "iface-max-addr-count-3", "iface-max-addr-count-4", "iface-max-addr-count-5", "iface-max-addr-count-6", "iface-max-addr-count-7", "iface-max-addr-count-8", "iface-max-multicast-group-count-1", "iface-max-multicast-group-count-1024", "iface-max-multicast-group-count-128", "iface-max-multicast-group-count-16", "iface-max-multicast-group-count-2", "iface-max-multicast-group-count-256", "iface-max-multicast-group-count-3", "iface-max-multicast-group-count-32", "iface-max-multicast-group-count-4", "iface-max-multicast-group-count-5", "iface-max-multicast-group-count-512", "iface-max-multicast-group-count-6", "iface-max-multicast-group-count-64", "iface-max-multicast-group-count-7", "iface-max-multicast-group-count-8", "iface-max-route-count-1", "iface-max-route-count-1024", "iface-max-route-count-128", "iface-max-route-count-16", "iface-max-route-count-2", "iface-max-route-count-256", "iface-max-route-count-3", "iface-max-route-count-32", "iface-max-route-count-4", "iface-max-route-count-5", "iface-max-route-count-512", "iface-max-route-count-6", "iface-max-route-count-64", "iface-max-route-count-7", "iface-max-route-count-8", "iface-max-sixlowpan-address-context-count-1", "iface-max-sixlowpan-address-context-count-1024", "iface-max-sixlowpan-address-context-count-128", "iface-max-sixlowpan-address-context-count-16", "iface-max-sixlowpan-address-context-count-2", "iface-max-sixlowpan-address-context-count-256", "iface-max-sixlowpan-address-context-count-3", "iface-max-sixlowpan-address-context-count-32", "iface-max-sixlowpan-address-context-count-4", "iface-max-sixlowpan-address-context-count-5", "iface-max-sixlowpan-address-context-count-512", "iface-max-sixlowpan-address-context-count-6", "iface-max-sixlowpan-address-context-count-64", "iface-max-sixlowpan-address-context-count-7", "iface-max-sixlowpan-address-context-count-8", "iface-neighbor-cache-count-1", "iface-neighbor-cache-count-1024", "iface-neighbor-cache-count-128", "iface-neighbor-cache-count-16", "iface-neighbor-cache-count-2", "iface-neighbor-cache-count-256", "iface-neighbor-cache-count-3", "iface-neighbor-cache-count-32", "iface-neighbor-cache-count-4", "iface-neighbor-cache-count-5", "iface-neighbor-cache-count-512", "iface-neighbor-cache-count-6", "iface-neighbor-cache-count-64", "iface-neighbor-cache-count-7", "iface-neighbor-cache-count-8", "ipv6-hbh-max-options-1", "ipv6-hbh-max-options-16", "ipv6-hbh-max-options-2", "ipv6-hbh-max-options-3", "ipv6-hbh-max-options-32", "ipv6-hbh-max-options-4", "ipv6-hbh-max-options-8", "libc", "log", "medium-ethernet", "medium-ieee802154", "medium-ip", "packetmeta-id", "phy-raw_socket", "phy-tuntap_interface", "proto-dhcpv4", "proto-dns", "proto-igmp", "proto-ipsec", "proto-ipsec-ah", "proto-ipsec-esp", "proto-ipv4", "proto-ipv4-fragmentation", "proto-ipv6", "proto-ipv6-fragmentation", "proto-ipv6-hbh", "proto-ipv6-routing", "proto-rpl", "proto-sixlowpan", "proto-sixlowpan-fragmentation", "reassembly-buffer-count-1", "reassembly-buffer-count-16", "reassembly-buffer-count-2", "reassembly-buffer-count-3", "reassembly-buffer-count-32", "reassembly-buffer-count-4", "reassembly-buffer-count-8", "reassembly-buffer-size-1024", "reassembly-buffer-size-1500", "reassembly-buffer-size-16384", "reassembly-buffer-size-2048", "reassembly-buffer-size-256", "reassembly-buffer-size-32768", "reassembly-buffer-size-4096", "reassembly-buffer-size-512", "reassembly-buffer-size-65536", "reassembly-buffer-size-8192", "rpl-parents-buffer-count-16", "rpl-parents-buffer-count-2", "rpl-parents-buffer-count-32", "rpl-parents-buffer-count-4", "rpl-parents-buffer-count-8", "rpl-relations-buffer-count-1", "rpl-relations-buffer-count-128", "rpl-relations-buffer-count-16", "rpl-relations-buffer-count-2", "rpl-relations-buffer-count-32", "rpl-relations-buffer-count-4", "rpl-relations-buffer-count-64", "rpl-relations-buffer-count-8", "socket", "socket-dhcpv4", "socket-dns", "socket-icmp", "socket-mdns", "socket-raw", "socket-tcp", "socket-udp", "std", "verbose"))' -C metadata=bd3f3088a91bd529 -C extra-filename=-c5d868ae71f3670a --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-c5d868ae71f3670a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38102026-09-15T03:49:05.812Z Compiling chacha20poly1305 v0.10.1
38112026-09-15T03:49:05.816Z Compiling cobs v0.3.0
38122026-09-15T03:49:05.846Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name rayon_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("web_spin_lock"))' -C metadata=b9e3bf1497b0a233 -C extra-filename=-9037290892bc41dc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crossbeam_deque=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_deque-30a1da2db0dd111b.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-50e9efe714b4e28a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38132026-09-15T03:49:05.886Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name colored --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colored-3.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unsafe_code '--warn=clippy::suspicious' '--warn=clippy::style' '--warn=clippy::perf' '--warn=clippy::pedantic' '--warn=clippy::nursery' --warn=deprecated '--warn=clippy::correctness' '--warn=clippy::complexity' '--allow=clippy::wildcard_imports' '--allow=clippy::unwrap_used' '--allow=clippy::too_many_lines' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_const_for_fn' '--allow=clippy::expect_used' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-color"))' -C metadata=834e816f9eaace37 -C extra-filename=-cc7c0de1c6e2b8cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38142026-09-15T03:49:05.889Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-a823a2c175fb117b/build-script-build`
38152026-09-15T03:49:05.923Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
38162026-09-15T03:49:05.927Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
38172026-09-15T03:49:05.927Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name cobs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cobs-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "defmt", "serde", "std", "use_std"))' -C metadata=93f3d21067333c56 -C extra-filename=-b6e1482266941a20 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38182026-09-15T03:49:05.956Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name chacha20poly1305 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chacha20poly1305-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "heapless", "rand_core", "reduced-round", "std", "stream"))' -C metadata=abb81018329ac621 -C extra-filename=-272df1a36bbcb959 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aead=/work/oxidecomputer/omicron/target/debug/deps/libaead-68137692f8431a35.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-67c85659b80ce174.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-6daee57debadb2fd.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-746fb077122efe62.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38192026-09-15T03:49:06.037Z Running `/work/oxidecomputer/omicron/target/debug/build/illumos-nvpair-sys-9e5bbcb8344911d6/build-script-build`
38202026-09-15T03:49:06.040Z Compiling thiserror-no-std v2.0.2
38212026-09-15T03:49:06.071Z Compiling proc-macro-crate v1.3.1
38222026-09-15T03:49:06.145Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_api_types_versions --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/046f743/crates/propolis-api-types-versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=909af9fc4277ebd1 -C extra-filename=-c85745a29d1a7cd6 --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-a0d7bce1927ddf41.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-1daa2bbcf4e3cf84.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-df2e14f6fdb1e2e8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38232026-09-15T03:49:06.148Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-b4208df2b2914a54/b0887ec/libdlpi-sys/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=eb22c0faeb803704 -C extra-filename=-41899cc7a527c4ff --out-dir /work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-41899cc7a527c4ff -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38242026-09-15T03:49:06.148Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-0ea51ee9a85fb591/build-script-build`
38252026-09-15T03:49:06.221Z Compiling reqwest v0.12.28
38262026-09-15T03:49:06.221Z Compiling typify-impl v0.6.2
38272026-09-15T03:49:06.224Z Compiling proc-macro-crate v3.4.0
38282026-09-15T03:49:06.224Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_no_std --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-no-std-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=3ecb9dd2b79f3e01 -C extra-filename=-d20613ae41c8cf08 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern thiserror_impl_no_std=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_impl_no_std-267b1c971771e65b.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38292026-09-15T03:49:06.224Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-2721e08d8f4a4ce6/build-script-build`
38302026-09-15T03:49:06.224Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_crate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-crate-1.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e87020c2f57eff21 -C extra-filename=-7dcb5e340840f5f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0875c71ea664a892.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-7280b445afda3623.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38312026-09-15T03:49:06.367Z Compiling rayon v1.11.0
38322026-09-15T03:49:06.370Z Compiling postcard v1.1.3
38332026-09-15T03:49:06.370Z Compiling foreign-types-macros v0.2.3
38342026-09-15T03:49:06.370Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
38352026-09-15T03:49:06.402Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
38362026-09-15T03:49:06.406Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name zstd_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-sys-2.0.16+zstd.1.5.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=non_upper_case_globals --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bindgen", "debug", "default", "experimental", "fat-lto", "legacy", "no_asm", "no_wasm_shim", "non-cargo", "pkg-config", "seekable", "std", "thin", "thin-lto", "zdict_builder", "zstdmt"))' -C metadata=d0379f93bcf255e9 -C extra-filename=-e82e864ff8c7935d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -l static=zstd`
38372026-09-15T03:49:06.406Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typify-impl-0.6.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=106bfd7616dd3f98 -C extra-filename=-906d99990c5eb820 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-b4d67f07919ede1e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a96344eae1a3d1f9.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-d341089c6d4d580b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-01edd4035b1021f2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38382026-09-15T03:49:06.406Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_crate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-crate-3.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a11dcc6b389d9695 -C extra-filename=-178e6fef099d8d4d --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-cfa73a3f78d519ae.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38392026-09-15T03:49:06.406Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name illumos_nvpair_sys --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/illumos-nvpair-sys-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=97a6bcd2a75b5e56 -C extra-filename=-a2e293dc48886e7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l nvpair`
38402026-09-15T03:49:06.406Z Running `/work/oxidecomputer/omicron/target/debug/build/nvpair-sys-979756aeaf6052b1/build-script-build`
38412026-09-15T03:49:06.406Z Running `/work/oxidecomputer/omicron/target/debug/build/zstd-safe-1dbd92cf24d34d87/build-script-build`
38422026-09-15T03:49:06.406Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(reqwest_unstable)' --cfg 'feature="__tls"' --cfg 'feature="blocking"' --cfg 'feature="charset"' --cfg 'feature="default"' --cfg 'feature="default-tls"' --cfg 'feature="h2"' --cfg 'feature="http2"' --cfg 'feature="json"' --cfg 'feature="stream"' --cfg 'feature="system-proxy"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__rustls", "__rustls-ring", "__tls", "blocking", "brotli", "charset", "cookies", "default", "default-tls", "deflate", "gzip", "h2", "hickory-dns", "http2", "http3", "json", "macos-system-configuration", "multipart", "native-tls", "native-tls-alpn", "native-tls-vendored", "rustls-tls", "rustls-tls-manual-roots", "rustls-tls-manual-roots-no-provider", "rustls-tls-native-roots", "rustls-tls-native-roots-no-provider", "rustls-tls-no-provider", "rustls-tls-webpki-roots", "rustls-tls-webpki-roots-no-provider", "socks", "stream", "system-proxy", "trust-dns", "zstd"))' -C metadata=7d662f93c46ab7f4 -C extra-filename=-4d1f8800798d0067 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-249b13598140a28a.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-5f8bf403f358d16e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-f57b0cec2750c1f6.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-20dba1b7e6ddb3f5.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-adaf71dfcb32b380.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-b9d4b49ec22055e5.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b21f4539bd46e3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-11326159470257f9.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-4824dcfc30498d8a.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-6f6d2d54db09521f.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a96344eae1a3d1f9.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-b757ef982f295bb7.rmeta --extern native_tls_crate=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-7cb5975a6bcf5be0.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0bf5a646b561519f.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-1a825e29b69bcb3e.rmeta --extern rustls_pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-591a1b9c6c02bd3c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-4d6255ea0ebdcbd9.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-02d6c90f6149f3b5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-1b801c0f2a3527d7.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4e06b03adca01890.rmeta --extern tower=/work/oxidecomputer/omicron/target/debug/deps/libtower-7713a42936873dd5.rmeta --extern tower_http=/work/oxidecomputer/omicron/target/debug/deps/libtower_http-6cc2557fadd24736.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-69f8bc73e07c6f0b.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-72f8271b6a33c915.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64`
38432026-09-15T03:49:06.575Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name rayon --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("web_spin_lock"))' -C metadata=1799b0447cbb9f1c -C extra-filename=-263f7112b196b016 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-2f892cc0986a716b.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-9037290892bc41dc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38442026-09-15T03:49:06.579Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-c5d868ae71f3670a/build-script-build`
38452026-09-15T03:49:06.610Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name heapless --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heapless-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("defmt-03", "mpmc_large", "portable-atomic", "portable-atomic-critical-section", "portable-atomic-unsafe-assume-single-core", "serde", "ufmt"))' -C metadata=6b2fb40d31f2c485 -C extra-filename=-99c03dfaa89385d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hash32=/work/oxidecomputer/omicron/target/debug/deps/libhash32-c51999a49be44886.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-d7caaea247884269.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38462026-09-15T03:49:06.615Z Compiling vsss-rs v3.3.4
38472026-09-15T03:49:06.615Z Compiling foreign-types-shared v0.3.1
38482026-09-15T03:49:06.615Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name illumos_sys_hdrs --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/0525f2f/crates/illumos-sys-hdrs/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "kernel"))' -C metadata=b3f53103fd23c07d -C extra-filename=-c2444028eba3d1d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-3948ba2719554b61.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38492026-09-15T03:49:06.615Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foreign-types-macros-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=649d0482110336f5 -C extra-filename=-7b61c795d35e6013 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38502026-09-15T03:49:06.615Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name postcard --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/postcard-1.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "core-num-saturating", "crc", "default", "defmt", "embedded-io", "embedded-io-04", "embedded-io-06", "experimental-derive", "heapless", "heapless-cas", "nalgebra-v0_33", "nalgebra_v0_33", "paste", "postcard-derive", "use-crc", "use-defmt", "use-std"))' -C metadata=6615b3fcddd353c0 -C extra-filename=-d8cdc101683a150c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cobs=/work/oxidecomputer/omicron/target/debug/deps/libcobs-b6e1482266941a20.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38512026-09-15T03:49:06.645Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/0525f2f/lib/opte/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api", "default", "engine", "kernel", "std", "test-help", "usdt"))' -C metadata=da027cc9e8b5c2cc -C extra-filename=-0f85acb4b240c4be --out-dir /work/oxidecomputer/omicron/target/debug/build/opte-0f85acb4b240c4be -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-464edf1bc7384a2b.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38522026-09-15T03:49:06.893Z Compiling ingot-macros v0.2.0
38532026-09-15T03:49:06.896Z Compiling illumos-nvpair v0.3.0
38542026-09-15T03:49:06.897Z Compiling num_enum_derive v0.5.11
38552026-09-15T03:49:06.897Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
38562026-09-15T03:49:06.897Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
38572026-09-15T03:49:06.897Z Compiling sigpipe v0.1.3
38582026-09-15T03:49:06.897Z Compiling cstr-argument v0.1.2
38592026-09-15T03:49:06.897Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name zstd_safe --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-safe-7.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=non_upper_case_globals --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arrays", "bindgen", "debug", "default", "doc-cfg", "experimental", "fat-lto", "legacy", "no_asm", "pkg-config", "seekable", "std", "thin", "thin-lto", "zdict_builder", "zstdmt"))' -C metadata=f2216a0f28f333d6 -C extra-filename=-a442506b7524b373 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zstd_sys=/work/oxidecomputer/omicron/target/debug/deps/libzstd_sys-e82e864ff8c7935d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out`
38602026-09-15T03:49:06.897Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foreign-types-shared-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b6a1c4509f856f58 -C extra-filename=-146e617de31717b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38612026-09-15T03:49:06.897Z Running `/work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-41899cc7a527c4ff/build-script-build`
38622026-09-15T03:49:06.897Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error_attr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-attr-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ec94ac09a6c46241 -C extra-filename=-f3d4d08f7b516c06 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38632026-09-15T03:49:06.897Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name vsss_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vsss-rs-3.3.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="curve25519"' --cfg 'feature="curve25519-dalek"' --cfg 'feature="default"' --cfg 'feature="hex"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "curve25519", "curve25519-dalek", "default", "hex", "serde", "std"))' -C metadata=f3e8f6976dae1beb -C extra-filename=-5fed6632ad9b44c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-d3b13ba2ae292ea3.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-543ecd076fef1908.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e08634a0971964ae.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-3c2ed44b185bba47.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-23b680fb0aad4548.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2d4823f85931691.rmeta --extern thiserror_no_std=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_no_std-d20613ae41c8cf08.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38642026-09-15T03:49:07.065Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ingot_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ingot-macros-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=037ca7cf12addd13 -C extra-filename=-f0699dad52f1dbd8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling=/work/oxidecomputer/omicron/target/debug/deps/libdarling-7a1835c470d020cf.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-af208bc9d100447a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38652026-09-15T03:49:07.069Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name illumos_nvpair --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/illumos-nvpair-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d0f8e950d60fe3cc -C extra-filename=-6f2eafd4503b8ddc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern illumos_nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libillumos_nvpair_sys-a2e293dc48886e7e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38662026-09-15T03:49:07.069Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
38672026-09-15T03:49:07.096Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
38682026-09-15T03:49:07.099Z Compiling itertools v0.12.1
38692026-09-15T03:49:07.099Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nvpair_sys --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-262b4bd3f70f4b91/ecd5a92/nvpair-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=349b351e22e38347 -C extra-filename=-384995a6f0cf8558 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l nvpair -l zfs`
38702026-09-15T03:49:07.099Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name kstat_macro --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/0525f2f/crates/kstat-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=baab32d52a2959f3 -C extra-filename=-4be05bc59d56a084 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38712026-09-15T03:49:07.099Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name num_enum_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num_enum_derive-0.5.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proc-macro-crate"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("complex-expressions", "default", "external_doc", "proc-macro-crate", "std"))' -C metadata=7f0674b1b7db5831 -C extra-filename=-07da41e1bfdd74d9 --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-7dcb5e340840f5f4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aee7d2f8582b61aa.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38722026-09-15T03:49:07.099Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sigpipe --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sigpipe-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9a8d485eaa64f210 -C extra-filename=-3e756e2dae68da92 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38732026-09-15T03:49:07.099Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name cstr_argument --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cstr-argument-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=fa53f566f196fe38 -C extra-filename=-23bf56a2a1f77886 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-054bf847d36a6b9e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38742026-09-15T03:49:07.099Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name rusty_doors_macros --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-8d80884f4e7a8dd5/0e3a149/macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0ab0863650f5777e -C extra-filename=-d606a0b54b273f78 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aee7d2f8582b61aa.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38752026-09-15T03:49:07.168Z Compiling zstd v0.13.3
38762026-09-15T03:49:07.172Z Compiling num_enum_derive v0.7.6
38772026-09-15T03:49:07.172Z Running `/work/oxidecomputer/omicron/target/debug/build/opte-0f85acb4b240c4be/build-script-build`
38782026-09-15T03:49:07.203Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-0de9f4adf6a850c0/83c624f/libnet/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ce65e3caf5b0921c -C extra-filename=-b4966587c50d39a3 --out-dir /work/oxidecomputer/omicron/target/debug/build/libnet-b4966587c50d39a3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38792026-09-15T03:49:07.207Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=c9740e3c0bf65ea3 -C extra-filename=-e0ed419d817544b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-2f892cc0986a716b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38802026-09-15T03:49:07.207Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name libdlpi_sys --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-b4208df2b2914a54/b0887ec/libdlpi-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=aa466dec5fcdc502 -C extra-filename=-fcfd71c267e3b139 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l dlpi`
38812026-09-15T03:49:07.207Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/tofino-a7521256dea51b3e/7e56ab6/crates/tofino/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=42a83a88bde2fe0e -C extra-filename=-fef5f9bf309f0a1e --out-dir /work/oxidecomputer/omicron/target/debug/build/tofino-fef5f9bf309f0a1e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-8f5da3de5601b39f.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38822026-09-15T03:49:07.410Z Compiling toml v0.8.23
38832026-09-15T03:49:07.414Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
38842026-09-15T03:49:07.414Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
38852026-09-15T03:49:07.414Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
38862026-09-15T03:49:07.414Z Compiling smf v0.2.3
38872026-09-15T03:49:07.414Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name zstd --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zstd-0.13.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arrays", "bindgen", "debug", "default", "doc-cfg", "experimental", "fat-lto", "legacy", "no_asm", "pkg-config", "thin", "thin-lto", "wasm", "zdict_builder", "zstdmt"))' -C metadata=f8c4b488cf6784c0 -C extra-filename=-5363eb8c9c393e07 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zstd_safe=/work/oxidecomputer/omicron/target/debug/deps/libzstd_safe-a442506b7524b373.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out`
38882026-09-15T03:49:07.414Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name num_enum_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num_enum_derive-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proc-macro-crate"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("complex-expressions", "default", "external_doc", "proc-macro-crate", "std"))' -C metadata=b4ebceac1d07be49 -C extra-filename=-00ddfb27d70d690e --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-178e6fef099d8d4d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38892026-09-15T03:49:07.560Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name smoltcp --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smoltcp-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="medium-ethernet"' --cfg 'feature="proto-dhcpv4"' --cfg 'feature="proto-ipv4"' --cfg 'feature="proto-ipv6"' --cfg 'feature="socket"' --cfg 'feature="socket-raw"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("_proto-fragmentation", "alloc", "assembler-max-segment-count-1", "assembler-max-segment-count-16", "assembler-max-segment-count-2", "assembler-max-segment-count-3", "assembler-max-segment-count-32", "assembler-max-segment-count-4", "assembler-max-segment-count-8", "async", "default", "defmt", "dns-max-name-size-128", "dns-max-name-size-255", "dns-max-name-size-64", "dns-max-result-count-1", "dns-max-result-count-16", "dns-max-result-count-2", "dns-max-result-count-3", "dns-max-result-count-32", "dns-max-result-count-4", "dns-max-result-count-8", "dns-max-server-count-1", "dns-max-server-count-16", "dns-max-server-count-2", "dns-max-server-count-3", "dns-max-server-count-32", "dns-max-server-count-4", "dns-max-server-count-8", "fragmentation-buffer-size-1024", "fragmentation-buffer-size-1500", "fragmentation-buffer-size-16384", "fragmentation-buffer-size-2048", "fragmentation-buffer-size-256", "fragmentation-buffer-size-32768", "fragmentation-buffer-size-4096", "fragmentation-buffer-size-512", "fragmentation-buffer-size-65536", "fragmentation-buffer-size-8192", "iface-max-addr-count-1", "iface-max-addr-count-2", "iface-max-addr-count-3", "iface-max-addr-count-4", "iface-max-addr-count-5", "iface-max-addr-count-6", "iface-max-addr-count-7", "iface-max-addr-count-8", "iface-max-multicast-group-count-1", "iface-max-multicast-group-count-1024", "iface-max-multicast-group-count-128", "iface-max-multicast-group-count-16", "iface-max-multicast-group-count-2", "iface-max-multicast-group-count-256", "iface-max-multicast-group-count-3", "iface-max-multicast-group-count-32", "iface-max-multicast-group-count-4", "iface-max-multicast-group-count-5", "iface-max-multicast-group-count-512", "iface-max-multicast-group-count-6", "iface-max-multicast-group-count-64", "iface-max-multicast-group-count-7", "iface-max-multicast-group-count-8", "iface-max-route-count-1", "iface-max-route-count-1024", "iface-max-route-count-128", "iface-max-route-count-16", "iface-max-route-count-2", "iface-max-route-count-256", "iface-max-route-count-3", "iface-max-route-count-32", "iface-max-route-count-4", "iface-max-route-count-5", "iface-max-route-count-512", "iface-max-route-count-6", "iface-max-route-count-64", "iface-max-route-count-7", "iface-max-route-count-8", "iface-max-sixlowpan-address-context-count-1", "iface-max-sixlowpan-address-context-count-1024", "iface-max-sixlowpan-address-context-count-128", "iface-max-sixlowpan-address-context-count-16", "iface-max-sixlowpan-address-context-count-2", "iface-max-sixlowpan-address-context-count-256", "iface-max-sixlowpan-address-context-count-3", "iface-max-sixlowpan-address-context-count-32", "iface-max-sixlowpan-address-context-count-4", "iface-max-sixlowpan-address-context-count-5", "iface-max-sixlowpan-address-context-count-512", "iface-max-sixlowpan-address-context-count-6", "iface-max-sixlowpan-address-context-count-64", "iface-max-sixlowpan-address-context-count-7", "iface-max-sixlowpan-address-context-count-8", "iface-neighbor-cache-count-1", "iface-neighbor-cache-count-1024", "iface-neighbor-cache-count-128", "iface-neighbor-cache-count-16", "iface-neighbor-cache-count-2", "iface-neighbor-cache-count-256", "iface-neighbor-cache-count-3", "iface-neighbor-cache-count-32", "iface-neighbor-cache-count-4", "iface-neighbor-cache-count-5", "iface-neighbor-cache-count-512", "iface-neighbor-cache-count-6", "iface-neighbor-cache-count-64", "iface-neighbor-cache-count-7", "iface-neighbor-cache-count-8", "ipv6-hbh-max-options-1", "ipv6-hbh-max-options-16", "ipv6-hbh-max-options-2", "ipv6-hbh-max-options-3", "ipv6-hbh-max-options-32", "ipv6-hbh-max-options-4", "ipv6-hbh-max-options-8", "libc", "log", "medium-ethernet", "medium-ieee802154", "medium-ip", "packetmeta-id", "phy-raw_socket", "phy-tuntap_interface", "proto-dhcpv4", "proto-dns", "proto-igmp", "proto-ipsec", "proto-ipsec-ah", "proto-ipsec-esp", "proto-ipv4", "proto-ipv4-fragmentation", "proto-ipv6", "proto-ipv6-fragmentation", "proto-ipv6-hbh", "proto-ipv6-routing", "proto-rpl", "proto-sixlowpan", "proto-sixlowpan-fragmentation", "reassembly-buffer-count-1", "reassembly-buffer-count-16", "reassembly-buffer-count-2", "reassembly-buffer-count-3", "reassembly-buffer-count-32", "reassembly-buffer-count-4", "reassembly-buffer-count-8", "reassembly-buffer-size-1024", "reassembly-buffer-size-1500", "reassembly-buffer-size-16384", "reassembly-buffer-size-2048", "reassembly-buffer-size-256", "reassembly-buffer-size-32768", "reassembly-buffer-size-4096", "reassembly-buffer-size-512", "reassembly-buffer-size-65536", "reassembly-buffer-size-8192", "rpl-parents-buffer-count-16", "rpl-parents-buffer-count-2", "rpl-parents-buffer-count-32", "rpl-parents-buffer-count-4", "rpl-parents-buffer-count-8", "rpl-relations-buffer-count-1", "rpl-relations-buffer-count-128", "rpl-relations-buffer-count-16", "rpl-relations-buffer-count-2", "rpl-relations-buffer-count-32", "rpl-relations-buffer-count-4", "rpl-relations-buffer-count-64", "rpl-relations-buffer-count-8", "socket", "socket-dhcpv4", "socket-dns", "socket-icmp", "socket-mdns", "socket-raw", "socket-tcp", "socket-udp", "std", "verbose"))' -C metadata=9a5dd82fc5d9ee9e -C extra-filename=-c8b2973020a66097 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b0c20064e4257887.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-a85bc2f7a054eda7.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-99c03dfaa89385d3.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-62c61abfd0e56c79.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38902026-09-15T03:49:07.564Z Compiling foreign-types v0.5.0
38912026-09-15T03:49:07.564Z Compiling whoami v1.6.1
38922026-09-15T03:49:07.564Z Compiling usdt-attr-macro v0.5.0
38932026-09-15T03:49:07.592Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "display", "indexmap", "parse", "preserve_order", "unbounded"))' -C metadata=8260f57961fb0e0d -C extra-filename=-5bfb7a43fc104ff9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-bb6290b6392337d1.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-a9ceb95a06fa005a.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-f21c1d627623f3ff.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38942026-09-15T03:49:07.596Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/046f743/crates/bhyve-api/sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8d7784a1e8e6e05c -C extra-filename=-9f3f0a3f468be551 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-8a4732afddef8a4f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38952026-09-15T03:49:07.596Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name smf --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smf-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c46311dcfe4c35c0 -C extra-filename=-c95b470fa7fe6268 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-df2e14f6fdb1e2e8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38962026-09-15T03:49:07.596Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_smf --edition=2024 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/ad8a317/smf/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dba89a223f97708f -C extra-filename=-359b22f7a1198f24 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-8928a1ebdb4f3415.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-8a8724bec2baea40.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6c9795a397cfc660.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38972026-09-15T03:49:07.596Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 illumos-utils/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=ec470d22a3c70ff4 -C extra-filename=-ba8abc135dd3a6a4 --out-dir /work/oxidecomputer/omicron/target/debug/build/illumos-utils-ba8abc135dd3a6a4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38982026-09-15T03:49:07.740Z Compiling usdt-macro v0.5.0
38992026-09-15T03:49:07.744Z Compiling derive-where v1.6.0
39002026-09-15T03:49:07.744Z Compiling memmap v0.7.0
39012026-09-15T03:49:07.778Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foreign-types-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=db180da25fba655b -C extra-filename=-0e64f5a4c5d9292a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern foreign_types_macros=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_macros-7b61c795d35e6013.so --extern foreign_types_shared=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-146e617de31717b9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39022026-09-15T03:49:07.783Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt_attr_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-attr-macro-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=7feb82353dcd79d7 -C extra-filename=-42a7ddd070b228a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-9567e8974bbf19e5.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-67c7166b182ad1aa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-47fec743cf8f2a3e.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39032026-09-15T03:49:07.783Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="syn"' --cfg 'feature="syn-error"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "syn", "syn-error"))' -C metadata=01326c7b5c107146 -C extra-filename=-b00da713d20c8fa5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro_error_attr=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error_attr-f3d4d08f7b516c06.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aee7d2f8582b61aa.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg use_fallback`
39042026-09-15T03:49:07.783Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name whoami --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/whoami-1.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unexpected_cfgs --check-cfg 'cfg(daku)' --cfg 'feature="default"' --cfg 'feature="web"' --cfg 'feature="web-sys"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "web", "web-sys"))' -C metadata=bfc5c49b7d4da9f5 -C extra-filename=-a3b889cd96e179f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39052026-09-15T03:49:07.912Z Running `/work/oxidecomputer/omicron/target/debug/build/tofino-fef5f9bf309f0a1e/build-script-build`
39062026-09-15T03:49:07.917Z Compiling zip v4.6.1
39072026-09-15T03:49:07.921Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
39082026-09-15T03:49:07.921Z Compiling console v0.15.11
39092026-09-15T03:49:07.921Z Compiling newline-converter v0.3.0
39102026-09-15T03:49:07.921Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name derive_where --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/derive-where-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly", "safe", "serde", "zeroize", "zeroize-on-drop"))' -C metadata=9b4d2a07ceba3cbb -C extra-filename=-b204df21dbd8d7dd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39112026-09-15T03:49:07.921Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-macro-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=abe4bb362369f498 -C extra-filename=-85ae77d0c1087839 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-9567e8974bbf19e5.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-67c7166b182ad1aa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-47fec743cf8f2a3e.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39122026-09-15T03:49:07.921Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name memmap --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memmap-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a8c20a949d561050 -C extra-filename=-6cf863394335e8e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39132026-09-15T03:49:08.100Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
39142026-09-15T03:49:08.100Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
39152026-09-15T03:49:08.104Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
39162026-09-15T03:49:08.104Z Compiling bytecount v0.6.9
39172026-09-15T03:49:08.104Z Compiling num-rational v0.4.2
39182026-09-15T03:49:08.104Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name zip --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zip-4.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="_deflate-any"' --cfg 'feature="bzip2"' --cfg 'feature="deflate"' --cfg 'feature="deflate-flate2"' --cfg 'feature="deflate-flate2-zlib-rs"' --cfg 'feature="deflate-zopfli"' --cfg 'feature="jiff-02"' --cfg 'feature="zstd"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("_all-features", "_deflate-any", "aes-crypto", "bzip2", "chrono", "default", "deflate", "deflate-flate2", "deflate-flate2-zlib", "deflate-flate2-zlib-rs", "deflate-zopfli", "deflate64", "getrandom", "hmac", "jiff-02", "lzma", "lzma-static", "nt-time", "pbkdf2", "ppmd", "sha1", "time", "unreserved", "xz", "xz-static", "zeroize", "zstd"))' -C metadata=90d4cd9187dadadd -C extra-filename=-904d443341801caf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bzip2=/work/oxidecomputer/omicron/target/debug/deps/libbzip2-e7fb1e55b3cb2059.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-0d1d74eea2047571.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4eb8e677ff21afe8.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-df56548816dd36a4.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6f3ab8716908876b.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-054bf847d36a6b9e.rmeta --extern zopfli=/work/oxidecomputer/omicron/target/debug/deps/libzopfli-533df23fbebc93d2.rmeta --extern zstd=/work/oxidecomputer/omicron/target/debug/deps/libzstd-5363eb8c9c393e07.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out`
39192026-09-15T03:49:08.104Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-b4966587c50d39a3/build-script-build`
39202026-09-15T03:49:08.104Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/console-0.15.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ansi-parsing"' --cfg 'feature="default"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi-parsing", "default", "unicode-width", "windows-console-colors"))' -C metadata=ccd519f935fc4e24 -C extra-filename=-6866355d09e8c508 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0875c71ea664a892.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-fb66b428f1def7e9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39212026-09-15T03:49:08.104Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name newline_converter --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/newline-converter-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=289b4c7258b36389 -C extra-filename=-b4c33df7475abd56 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-4d84c6dfacc56ee2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39222026-09-15T03:49:08.104Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name rusty_doors --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-8d80884f4e7a8dd5/0e3a149/lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=100f41b9f5c220b3 -C extra-filename=-2cb1d881adec7f48 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern rusty_doors_macros=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors_macros-d606a0b54b273f78.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39232026-09-15T03:49:08.331Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_api_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/046f743/crates/propolis-api-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=61475f5180cd6667 -C extra-filename=-66a99f903956db63 --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-a0d7bce1927ddf41.rmeta --extern propolis_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types_versions-c85745a29d1a7cd6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39242026-09-15T03:49:08.335Z Compiling zone_cfg_derive v0.3.1
39252026-09-15T03:49:08.335Z Compiling num-complex v0.4.6
39262026-09-15T03:49:08.335Z Compiling float-ord v0.3.2
39272026-09-15T03:49:08.335Z Compiling cancel-safe-futures v0.1.5
39282026-09-15T03:49:08.335Z Compiling gethostname v0.5.0
39292026-09-15T03:49:08.335Z Compiling linear-map v1.2.0
39302026-09-15T03:49:08.335Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nvpair --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-262b4bd3f70f4b91/ecd5a92/nvpair/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bf8e4dbdb44b0113 -C extra-filename=-a2996251908661b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cstr_argument=/work/oxidecomputer/omicron/target/debug/deps/libcstr_argument-23bf56a2a1f77886.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-0e64f5a4c5d9292a.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-384995a6f0cf8558.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39312026-09-15T03:49:08.335Z Running `/work/oxidecomputer/omicron/target/debug/build/illumos-utils-ba8abc135dd3a6a4/build-script-build`
39322026-09-15T03:49:08.335Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name num_rational --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-rational-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "num-bigint", "num-bigint-std", "serde", "std"))' -C metadata=bff6bf0697e41e65 -C extra-filename=-dcd161db7c5de29d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-1af496fd5ab035aa.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6c9795a397cfc660.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39332026-09-15T03:49:08.335Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/046f743/crates/bhyve-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=22889bef5bddc97a -C extra-filename=-a1106d2116afdb76 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bhyve_api_sys=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api_sys-9f3f0a3f468be551.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-8a4732afddef8a4f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39342026-09-15T03:49:08.335Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name bytecount --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytecount-0.6.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("generic-simd", "html_report", "runtime-dispatch-simd"))' -C metadata=3c71da18b00447d4 -C extra-filename=-55d6061bdd57c253 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39352026-09-15T03:49:08.441Z Compiling prettyplease v0.2.37
39362026-09-15T03:49:08.445Z Compiling resolv-conf v0.7.6
39372026-09-15T03:49:08.446Z Compiling tabled_derive v0.7.0
39382026-09-15T03:49:08.446Z Compiling slog-dtrace v0.3.0
39392026-09-15T03:49:08.476Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name zone_cfg_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zone_cfg_derive-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9298554ab3bec446 -C extra-filename=-3ffbaa29020449ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-2408c3d4c6d3556f.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-b00da713d20c8fa5.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aee7d2f8582b61aa.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39402026-09-15T03:49:08.480Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name float_ord --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/float-ord-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=eb26610ebfa9a007 -C extra-filename=-c1ab1668e3c766a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39412026-09-15T03:49:08.480Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name gethostname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gethostname-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2c56710582d45a93 -C extra-filename=-4d70db72340caa1d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-43e5ccdc1ddefd3d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39422026-09-15T03:49:08.480Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name linear_map --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linear-map-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly", "serde", "serde_impl", "serde_test"))' -C metadata=4a9d4b17ba9fc5d3 -C extra-filename=-563b5ebce1d66c1c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39432026-09-15T03:49:08.480Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cancel-safe-futures-0.1.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "internal-docs", "macros", "parking_lot", "std"))' -C metadata=5d14f78cde86f36f -C extra-filename=-8cb31b5c6183c15f --out-dir /work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-8cb31b5c6183c15f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39442026-09-15T03:49:08.480Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name num_complex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-complex-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="libm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bytecheck", "bytemuck", "default", "libm", "rand", "rkyv", "serde", "std"))' -C metadata=b5c84a42a10c1d05 -C extra-filename=-2339a847ce10c133 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6c9795a397cfc660.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39452026-09-15T03:49:08.516Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prettyplease-0.2.37/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="verbatim"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=9669f40939797ffd -C extra-filename=-cead4fefc1c280d5 --out-dir /work/oxidecomputer/omicron/target/debug/build/prettyplease-cead4fefc1c280d5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39462026-09-15T03:49:08.520Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name resolv_conf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/resolv-conf-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="system"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("system"))' -C metadata=f5f57a096206150b -C extra-filename=-20f6e0de4defe2af --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39472026-09-15T03:49:08.520Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name tabled_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tabled_derive-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b24a11c84cfa8065 -C extra-filename=-319b07b66083c5c6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-2408c3d4c6d3556f.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-b00da713d20c8fa5.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aee7d2f8582b61aa.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39482026-09-15T03:49:08.551Z Compiling num_enum v0.5.11
39492026-09-15T03:49:08.555Z Compiling expectorate v1.2.0
39502026-09-15T03:49:08.555Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-dtrace-0.3.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=41238c2b20bc8379 -C extra-filename=-2e595825c25c952b --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-dtrace-2e595825c25c952b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-464edf1bc7384a2b.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39512026-09-15T03:49:08.589Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name oxide_generation --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/oxide-generation-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --cfg 'feature="daft01"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="slog2"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("daft01", "default", "proptest1", "schemars08", "serde", "slog2", "std"))' -C metadata=d1718d47b92ea8ba -C extra-filename=-707ac34ddea2926e --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-79051aebdca0fa6c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39522026-09-15T03:49:08.626Z Compiling papergrid v0.11.0
39532026-09-15T03:49:08.629Z Compiling crossterm v0.29.0
39542026-09-15T03:49:08.629Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name num_enum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num_enum-0.5.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("complex-expressions", "default", "external_doc", "std"))' -C metadata=91f257f83859ec9b -C extra-filename=-b5d65c20dcef55c0 --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-07da41e1bfdd74d9.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39552026-09-15T03:49:08.629Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name expectorate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/expectorate-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("predicates"))' -C metadata=353049d4af51ecd3 -C extra-filename=-740acee8f401a47e --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-30d6cf26f3e64a88.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-6866355d09e8c508.rmeta --extern newline_converter=/work/oxidecomputer/omicron/target/debug/deps/libnewline_converter-b4c33df7475abd56.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-4d8274df01164ebc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39562026-09-15T03:49:08.725Z Compiling num_enum v0.7.6
39572026-09-15T03:49:08.729Z Compiling termtree v0.5.1
39582026-09-15T03:49:08.729Z Compiling fd-lock v4.0.4
39592026-09-15T03:49:08.764Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name papergrid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/papergrid-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi", "ansi-str", "ansitok", "default", "std"))' -C metadata=be7f00af09337e45 -C extra-filename=-1567a279bb0de6af --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytecount=/work/oxidecomputer/omicron/target/debug/deps/libbytecount-55d6061bdd57c253.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-483bdc5c7d1e0898.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-ac02d16f97a48ace.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39602026-09-15T03:49:08.803Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name crossterm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossterm-0.29.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bracketed-paste"' --cfg 'feature="default"' --cfg 'feature="derive-more"' --cfg 'feature="event-stream"' --cfg 'feature="events"' --cfg 'feature="windows"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bracketed-paste", "default", "derive-more", "event-stream", "events", "filedescriptor", "libc", "osc52", "serde", "use-dev-tty", "windows"))' -C metadata=6ede7db961c65c30 -C extra-filename=-61e47cdc915178e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-3948ba2719554b61.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-8ad9980a0f203a00.rmeta --extern document_features=/work/oxidecomputer/omicron/target/debug/deps/libdocument_features-38c8abdc4967a9fd.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-f57b0cec2750c1f6.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-242fe92aa751b4a7.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-5953e829bf18ad36.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-71bae07553df3d6d.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95c60d69048b2f72.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-dd81de431cc0c257.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39612026-09-15T03:49:08.840Z Compiling vte v0.14.1
39622026-09-15T03:49:08.844Z Compiling minimal-lexical v0.2.1
39632026-09-15T03:49:08.844Z Compiling linked-hash-map v0.5.6
39642026-09-15T03:49:08.844Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name num_enum --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num_enum-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("complex-expressions", "default", "external_doc", "std"))' -C metadata=55cf1481fb7dc2c2 -C extra-filename=-5b8422b77bcbad1d --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-00ddfb27d70d690e.so --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-284f66ec6731db10.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39652026-09-15T03:49:08.880Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name termtree --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/termtree-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=03f32f01e82635db -C extra-filename=-1b7c5f56218e24e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39662026-09-15T03:49:08.885Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name fd_lock --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fd-lock-4.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f2782e4775a09441 -C extra-filename=-64c7de151bc881a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-71bae07553df3d6d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39672026-09-15T03:49:08.885Z Compiling num v0.4.3
39682026-09-15T03:49:08.917Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name vte --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vte-0.14.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi", "arrayvec", "bitflags", "cursor-icon", "default", "log", "no_std", "serde"))' -C metadata=d246ca281e380aaf -C extra-filename=-1177e82593d4ad0a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-054bf847d36a6b9e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39692026-09-15T03:49:08.920Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name minimal_lexical --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/minimal-lexical-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compact", "default", "lint", "nightly", "std"))' -C metadata=0ec1d677b78225fb -C extra-filename=-ebb85595ca446631 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39702026-09-15T03:49:08.920Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name linked_hash_map --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linked-hash-map-0.5.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("heapsize", "heapsize_impl", "nightly", "serde", "serde_impl"))' -C metadata=9b1bb7db9fc1f4e0 -C extra-filename=-0334b12b2f545292 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39712026-09-15T03:49:09.028Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name num --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="libm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "libm", "num-bigint", "rand", "serde", "std"))' -C metadata=c95ffe438368c8b7 -C extra-filename=-b3150182fe3bc4ee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_complex=/work/oxidecomputer/omicron/target/debug/deps/libnum_complex-2339a847ce10c133.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-1af496fd5ab035aa.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-7a57feef8f4f1781.rmeta --extern num_rational=/work/oxidecomputer/omicron/target/debug/deps/libnum_rational-dcd161db7c5de29d.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6c9795a397cfc660.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39722026-09-15T03:49:09.207Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
39732026-09-15T03:49:09.211Z Compiling usdt v0.5.0
39742026-09-15T03:49:09.211Z Compiling hickory-proto v0.24.4
39752026-09-15T03:49:09.211Z Compiling unicode-xid v0.2.6
39762026-09-15T03:49:09.211Z Compiling nu-ansi-term v0.50.3
39772026-09-15T03:49:09.211Z Compiling ar_archive_writer v0.5.1
39782026-09-15T03:49:09.211Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-dtrace-2e595825c25c952b/build-script-build`
39792026-09-15T03:49:09.211Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_generation_kinds --edition=2024 generation-kinds/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="default"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="slog2"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "schemars08", "serde", "slog2", "std", "testing"))' -C metadata=c7637ace5eaf8494 -C extra-filename=-7805e911d8b9b437 --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-707ac34ddea2926e.rmeta --extern oxide_generation_macros=/work/oxidecomputer/omicron/target/debug/deps/liboxide_generation_macros-c5b55efb85d92178.so --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39802026-09-15T03:49:09.458Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
39812026-09-15T03:49:09.462Z Compiling display-error-chain v0.2.2
39822026-09-15T03:49:09.462Z Compiling stacker v0.1.23
39832026-09-15T03:49:09.463Z Compiling csv-core v0.1.13
39842026-09-15T03:49:09.463Z Compiling cfg_aliases v0.1.1
39852026-09-15T03:49:09.463Z Compiling semver v0.1.20
39862026-09-15T03:49:09.463Z Compiling highway v1.3.0
39872026-09-15T03:49:09.463Z Compiling nibble_vec v0.1.0
39882026-09-15T03:49:09.463Z Compiling endian-type v0.1.2
39892026-09-15T03:49:09.463Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name dlpi --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-b4208df2b2914a54/b0887ec/dlpi/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async", "default"))' -C metadata=af2c2e285b8a79a2 -C extra-filename=-97bc4d48de295174 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern libdlpi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibdlpi_sys-fcfd71c267e3b139.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-5b8422b77bcbad1d.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-b2f36f2f8b96cae8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39902026-09-15T03:49:09.463Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/usdt-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="asm"' --cfg 'feature="default"' --cfg 'feature="dtrace-parser"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default", "dtrace-parser"))' -C metadata=523216996aa2ac72 -C extra-filename=-3d28bc88537118e1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-4c3621c4263fa118.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-9567e8974bbf19e5.rmeta --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-d40e0f10fdbd1b25.rmeta --extern memmap=/work/oxidecomputer/omicron/target/debug/deps/libmemmap-6cf863394335e8e0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-42a7ddd070b228a3.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-47fec743cf8f2a3e.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-85ae77d0c1087839.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39912026-09-15T03:49:09.463Z Running `/work/oxidecomputer/omicron/target/debug/build/prettyplease-cead4fefc1c280d5/build-script-build`
39922026-09-15T03:49:09.463Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ar_archive_writer --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ar_archive_writer-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --deny=rust_2018_idioms --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=953c1bdde814accf -C extra-filename=-9757ada6649e8b7b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-1a603f14caba9997.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39932026-09-15T03:49:09.463Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_xid --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-xid-0.2.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "default", "no_std"))' -C metadata=778bc34b0fbb9e00 -C extra-filename=-cbbac3a7e9f53198 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39942026-09-15T03:49:09.463Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nu_ansi_term --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nu-ansi-term-0.50.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "derive_serde_style", "gnu_legacy", "serde", "std"))' -C metadata=fc70757b0b527e9d -C extra-filename=-1bcaab57820d928d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39952026-09-15T03:49:09.463Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name hickory_proto --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.24.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(nightly)' --cfg 'feature="tokio"' --cfg 'feature="tokio-runtime"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "bytes", "default", "dns-over-h3", "dns-over-https", "dns-over-https-rustls", "dns-over-native-tls", "dns-over-openssl", "dns-over-quic", "dns-over-rustls", "dns-over-tls", "dnssec", "dnssec-openssl", "dnssec-ring", "h2", "h3", "h3-quinn", "http", "js-sys", "mdns", "native-certs", "native-tls", "openssl", "quinn", "ring", "rustls", "rustls-pemfile", "serde", "serde-config", "socket2", "testing", "text-parsing", "tokio", "tokio-native-tls", "tokio-openssl", "tokio-runtime", "tokio-rustls", "wasm-bindgen", "wasm-bindgen-crate", "webpki-roots"))' -C metadata=f7ce670815be64d8 -C extra-filename=-beeecaa252b7cd2c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-f9cb17c5fc4ad8cd.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-33914e6d8b4c14ed.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-5f8bf403f358d16e.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-9fa4513e97eb15c1.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-20dba1b7e6ddb3f5.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-90be52b2e0a64ba1.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-b38ea0edf80b482b.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0875c71ea664a892.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e08634a0971964ae.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-df2e14f6fdb1e2e8.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-ff8952e671ab4d4c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-24cc06f08e4187a2.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-72f8271b6a33c915.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39962026-09-15T03:49:09.642Z Compiling zone v0.3.1
39972026-09-15T03:49:09.675Z Compiling oxide-update-engine-types v0.1.2
39982026-09-15T03:49:09.679Z Compiling lru-cache v0.1.2
39992026-09-15T03:49:09.679Z Compiling nom v7.1.3
40002026-09-15T03:49:09.710Z Compiling strip-ansi-escapes v0.2.1
40012026-09-15T03:49:09.716Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
40022026-09-15T03:49:09.716Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name illumos_devinfo --edition=2021 /home/build/.cargo/git/checkouts/illumos-devinfo-7ded718b7f0331e2/4323b17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=937585c827831967 -C extra-filename=-800dbaf245339529 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-b5d65c20dcef55c0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40032026-09-15T03:49:09.716Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/semver-0.1.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9d616a097523120e -C extra-filename=-e6c078440dac6de9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40042026-09-15T03:49:09.716Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name endian_type --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/endian-type-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c7229c32f3f0437d -C extra-filename=-d29bc17f9f4dd114 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40052026-09-15T03:49:09.716Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nibble_vec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nibble_vec-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=de17876f545878ba -C extra-filename=-2ce8b50de9ee1f0e --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-88db28b097ca3987.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40062026-09-15T03:49:09.716Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name highway --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/highway-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=8fec4e2e665d983a -C extra-filename=-658572f76e1ddc59 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40072026-09-15T03:49:09.716Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name csv_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/csv-core-0.1.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "libc"))' -C metadata=01824df5e8cef064 -C extra-filename=-fad755b3db2190e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-054bf847d36a6b9e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40082026-09-15T03:49:09.716Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/stacker-0.1.23/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=59486c9b28d0c490 -C extra-filename=-f2b96817014b904b --out-dir /work/oxidecomputer/omicron/target/debug/build/stacker-f2b96817014b904b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-8f5da3de5601b39f.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40092026-09-15T03:49:09.716Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name display_error_chain --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/display-error-chain-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c146998a90c40eaf -C extra-filename=-5ec1cd83469ea280 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40102026-09-15T03:49:09.747Z Running `/work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-8cb31b5c6183c15f/build-script-build`
40112026-09-15T03:49:09.751Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name cfg_aliases --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg_aliases-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c04fb1da259c3528 -C extra-filename=-b006cf31448827a8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40122026-09-15T03:49:09.856Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name libnet --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-0de9f4adf6a850c0/83c624f/libnet/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1634f1e252af0bef -C extra-filename=-1b77a764ab8acbe5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cc7c0de1c6e2b8cd.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-97bc4d48de295174.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-5b8422b77bcbad1d.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-a2996251908661b8.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-384995a6f0cf8558.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d04461f821ec7081.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-2cb1d881adec7f48.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-7e24caacc7ed35d6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-24cc06f08e4187a2.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-60c06c134eae0ef4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l kstat`
40132026-09-15T03:49:09.860Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zone-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async", "default", "sync"))' -C metadata=edf2aa7faf16af84 -C extra-filename=-8eae445cf48844a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e0ed419d817544b0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-df2e14f6fdb1e2e8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-3ffbaa29020449ac.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40142026-09-15T03:49:09.921Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name oxide_update_engine_types --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/oxide-update-engine-types-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --cfg 'feature="schemars08"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("schemars08"))' -C metadata=56608b708cb0f609 -C extra-filename=-dc0a97fda5ff008b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-b204df21dbd8d7dd.so --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-a8f9954c45614da6.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-df56548816dd36a4.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-0971dfdbc3426724.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0de20df312798682.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40152026-09-15T03:49:09.924Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name lru_cache --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lru-cache-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("heapsize", "heapsize_impl"))' -C metadata=2dbe356ce6ffe2f7 -C extra-filename=-a6e6dda2918cca1a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern linked_hash_map=/work/oxidecomputer/omicron/target/debug/deps/liblinked_hash_map-0334b12b2f545292.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40162026-09-15T03:49:09.924Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name prettyplease --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prettyplease-0.2.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="verbatim"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=0cf006172ed23afa -C extra-filename=-c7896ef16e4748f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(exhaustive)' --check-cfg 'cfg(prettyplease_debug)' --check-cfg 'cfg(prettyplease_debug_indent)'`
40172026-09-15T03:49:09.925Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "docsrs", "std"))' -C metadata=89231491a25e3039 -C extra-filename=-31ca6af593560390 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-054bf847d36a6b9e.rmeta --extern minimal_lexical=/work/oxidecomputer/omicron/target/debug/deps/libminimal_lexical-ebb85595ca446631.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40182026-09-15T03:49:09.951Z Compiling tokio-dtrace v0.1.1
40192026-09-15T03:49:09.955Z Compiling tabled v0.15.0
40202026-09-15T03:49:09.955Z Compiling csv v1.4.0
40212026-09-15T03:49:09.955Z Compiling phf_shared v0.12.1
40222026-09-15T03:49:10.022Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name strip_ansi_escapes --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strip-ansi-escapes-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=73c85400e3d17405 -C extra-filename=-a5eb8fc2faf9ccae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern vte=/work/oxidecomputer/omicron/target/debug/deps/libvte-1177e82593d4ad0a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40232026-09-15T03:49:10.062Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name clickward --edition=2021 /home/build/.cargo/git/checkouts/clickward-e860126d7fbbad75/e3d9a1c/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c22dac6bafcbed3c -C extra-filename=-db5342acb6fe432a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-df2e14f6fdb1e2e8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40242026-09-15T03:49:10.241Z Compiling nix v0.28.0
40252026-09-15T03:49:10.245Z Compiling radix_trie v0.2.1
40262026-09-15T03:49:10.245Z Compiling recursive-proc-macro-impl v0.1.1
40272026-09-15T03:49:10.245Z Compiling chrono-tz v0.10.4
40282026-09-15T03:49:10.245Z Compiling const_format_proc_macros v0.2.34
40292026-09-15T03:49:10.245Z Compiling peg-macros v0.8.5
40302026-09-15T03:49:10.245Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_dtrace --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-dtrace-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(tokio_unstable)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=867216a9647a06e4 -C extra-filename=-d60e658dd7c74b35 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40312026-09-15T03:49:10.245Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_dtrace --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-dtrace-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b5347f08b1a080d7 -C extra-filename=-5d05010ee1bc9be8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40322026-09-15T03:49:10.275Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name tabled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tabled-0.15.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="macros"' --cfg 'feature="std"' --cfg 'feature="tabled_derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi", "ansi-str", "ansitok", "default", "derive", "macros", "std", "tabled_derive"))' -C metadata=168a247fc1a5bcdf -C extra-filename=-ffb315459a2ad208 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern papergrid=/work/oxidecomputer/omicron/target/debug/deps/libpapergrid-1567a279bb0de6af.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-319b07b66083c5c6.so --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-ac02d16f97a48ace.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40332026-09-15T03:49:10.279Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name csv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/csv-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2f81404d8c5e31f2 -C extra-filename=-9f2ff1acfcfd0869 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern csv_core=/work/oxidecomputer/omicron/target/debug/deps/libcsv_core-fad755b3db2190e2.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-eb0a4b29e4e8f5ee.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-a148b278610c4987.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-26aea309b97267ee.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40342026-09-15T03:49:10.279Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name phf_shared --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf_shared-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "uncased", "unicase"))' -C metadata=cba232b02767b9e6 -C extra-filename=-eba6d60e9f3bef3a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern siphasher=/work/oxidecomputer/omicron/target/debug/deps/libsiphasher-e6fa838db755993a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40352026-09-15T03:49:10.279Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name cancel_safe_futures --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cancel-safe-futures-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "internal-docs", "macros", "parking_lot", "std"))' -C metadata=23d888f5098e9f2d -C extra-filename=-5b93e87315b42afc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-f57b0cec2750c1f6.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-8b18dc3fcc726a8b.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-20dba1b7e6ddb3f5.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-1a825e29b69bcb3e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40362026-09-15T03:49:10.523Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name tofino --edition=2021 /home/build/.cargo/git/checkouts/tofino-a7521256dea51b3e/7e56ab6/crates/tofino/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=54b10f9d22b81ad7 -C extra-filename=-b800997bcfce769b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-800dbaf245339529.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -l static=pci`
40372026-09-15T03:49:10.527Z Compiling reedline v0.40.0
40382026-09-15T03:49:10.527Z Compiling rustc_version v0.1.7
40392026-09-15T03:49:10.527Z Compiling sqlparser_derive v0.5.0
40402026-09-15T03:49:10.527Z Compiling winnow v0.6.26
40412026-09-15T03:49:10.527Z Compiling home v0.5.12
40422026-09-15T03:49:10.527Z Compiling unicode_categories v0.1.1
40432026-09-15T03:49:10.558Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.28.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="fs"' --cfg 'feature="ioctl"' --cfg 'feature="poll"' --cfg 'feature="process"' --cfg 'feature="signal"' --cfg 'feature="term"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=ddddeb4c30948e27 -C extra-filename=-905107277f001d9b --out-dir /work/oxidecomputer/omicron/target/debug/build/nix-905107277f001d9b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_aliases=/work/oxidecomputer/omicron/target/debug/deps/libcfg_aliases-b006cf31448827a8.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40442026-09-15T03:49:10.591Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-tz-0.10.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "case-insensitive", "chrono-tz-build", "default", "filter-by-regex", "serde", "std"))' -C metadata=c0251b1da51df687 -C extra-filename=-1df074c816636430 --out-dir /work/oxidecomputer/omicron/target/debug/build/chrono-tz-1df074c816636430 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40452026-09-15T03:49:10.595Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name const_format_proc_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const_format_proc_macros-0.2.34/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "debug", "default", "derive", "syn"))' -C metadata=e3daffa7b338386c -C extra-filename=-c3ac92009745cb0d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-cbbac3a7e9f53198.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40462026-09-15T03:49:10.595Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name recursive_proc_macro_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/recursive-proc-macro-impl-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5c35302c77ab31bc -C extra-filename=-8144b83e42ecba98 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40472026-09-15T03:49:10.595Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name radix_trie --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/radix_trie-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=fe42d5d479509093 -C extra-filename=-5368fdbcc8d15a21 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern endian_type=/work/oxidecomputer/omicron/target/debug/deps/libendian_type-d29bc17f9f4dd114.rmeta --extern nibble_vec=/work/oxidecomputer/omicron/target/debug/deps/libnibble_vec-2ce8b50de9ee1f0e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40482026-09-15T03:49:10.595Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name peg_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/peg-macros-0.8.5/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("trace"))' -C metadata=52e31bc866294ede -C extra-filename=-d26939c5248d7893 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-7e77bbb16c35318e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40492026-09-15T03:49:10.699Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name reedline --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reedline-0.40.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arboard", "bashisms", "crossbeam", "external_printer", "rusqlite", "serde_json", "sqlite", "sqlite-dynlib", "system_clipboard"))' -C metadata=1ab2b82e1f35ecc8 -C extra-filename=-4b2d53e65fcfcc61 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8b52857e14497030.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-64c7de151bc881a9.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-daa2bccd3b7a4092.rmeta --extern nu_ansi_term=/work/oxidecomputer/omicron/target/debug/deps/libnu_ansi_term-1bcaab57820d928d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern strip_ansi_escapes=/work/oxidecomputer/omicron/target/debug/deps/libstrip_ansi_escapes-a5eb8fc2faf9ccae.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-8a4732afddef8a4f.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-f1cefca1df0fdd9f.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-4d84c6dfacc56ee2.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-fb66b428f1def7e9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40502026-09-15T03:49:10.703Z Compiling ingot-types v0.2.0
40512026-09-15T03:49:10.703Z Compiling psm v0.1.30
40522026-09-15T03:49:10.703Z Compiling phf v0.12.1
40532026-09-15T03:49:10.734Z Compiling bcs v0.1.6
40542026-09-15T03:49:10.738Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sqlparser_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlparser_derive-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9ea61c2713d1914b -C extra-filename=-baf92191a70b053a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40552026-09-15T03:49:10.738Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name rustc_version --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustc_version-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3d96bc1c3f5f8890 -C extra-filename=-f59db9cab90f7886 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-e6c078440dac6de9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40562026-09-15T03:49:10.738Z Running `/work/oxidecomputer/omicron/target/debug/build/stacker-f2b96817014b904b/build-script-build`
40572026-09-15T03:49:10.739Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.6.26/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--allow=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="simd"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=384f526d605a4e60 -C extra-filename=-012bba4a8c0b8ae1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-054bf847d36a6b9e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40582026-09-15T03:49:10.739Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name home --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/home-0.5.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::all' '--warn=clippy::correctness' '--warn=clippy::self_named_module_files' --warn=rust_2018_idioms '--allow=rustdoc::private_intra_doc_links' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::disallowed_methods' '--warn=clippy::dbg_macro' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=84caf97e0bf8703b -C extra-filename=-2218b67b6da09a23 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40592026-09-15T03:49:10.739Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_categories --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode_categories-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=687ecc459e0e199d -C extra-filename=-8bb0e18f831379ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40602026-09-15T03:49:10.877Z Compiling oxide-tokio-rt v0.1.4
40612026-09-15T03:49:10.881Z Compiling nom v8.0.0
40622026-09-15T03:49:10.881Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
40632026-09-15T03:49:10.881Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
40642026-09-15T03:49:10.911Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ingot_types --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ingot-types-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=2597cbe816fc1d35 -C extra-filename=-07cc05d5b22fa82c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ingot_macros=/work/oxidecomputer/omicron/target/debug/deps/libingot_macros-f0699dad52f1dbd8.so --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-a2fb83154a192d98.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40652026-09-15T03:49:10.915Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name phf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/phf-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "macros", "phf_macros", "serde", "std", "uncased", "unicase"))' -C metadata=8fcc9707cbfff05b -C extra-filename=-39a54d192704f90b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-eba6d60e9f3bef3a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40662026-09-15T03:49:10.915Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/psm-0.1.30/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=abffcb88cfd2ff34 -C extra-filename=-0b56bab8a18b41e2 --out-dir /work/oxidecomputer/omicron/target/debug/build/psm-0b56bab8a18b41e2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ar_archive_writer=/work/oxidecomputer/omicron/target/debug/deps/libar_archive_writer-9757ada6649e8b7b.rlib --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-8f5da3de5601b39f.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40672026-09-15T03:49:10.916Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name bcs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bcs-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d23bc42da5f5df18 -C extra-filename=-d556d7463a7a2410 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-df2e14f6fdb1e2e8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40682026-09-15T03:49:11.093Z Compiling sha1 v0.10.6
40692026-09-15T03:49:11.094Z Compiling filetime v0.2.27
40702026-09-15T03:49:11.097Z Compiling xattr v1.6.1
40712026-09-15T03:49:11.098Z Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
40722026-09-15T03:49:11.098Z Compiling subprocess v0.2.15
40732026-09-15T03:49:11.098Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nom --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-8.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "docsrs", "std"))' -C metadata=22494871513ea974 -C extra-filename=-2a8ed7b23aa47b69 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-054bf847d36a6b9e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40742026-09-15T03:49:11.098Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name oxide_tokio_rt --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/oxide-tokio-rt-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg, tokio_unstable)' --cfg 'feature="default"' --cfg 'feature="rt-multi-thread"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "rt-multi-thread"))' -C metadata=1aedc682769818bf -C extra-filename=-d0f1547ca88e27b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-70d26705e78829f0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern tokio_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libtokio_dtrace-d60e658dd7c74b35.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40752026-09-15T03:49:11.098Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name protocol --edition=2021 /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/54b2661/protocol/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9042cd68938f5227 -C extra-filename=-1fa4c9c542188ad8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-df2e14f6fdb1e2e8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40762026-09-15T03:49:11.098Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name client_common --edition=2024 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/ce015cd/client-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5a944f193996bb19 -C extra-filename=-aa60e9a2fa6df98b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40772026-09-15T03:49:11.318Z Running `/work/oxidecomputer/omicron/target/debug/build/chrono-tz-1df074c816636430/build-script-build`
40782026-09-15T03:49:11.322Z Compiling typify-macro v0.6.2
40792026-09-15T03:49:11.322Z Compiling oxide-update-engine v0.1.2
40802026-09-15T03:49:11.322Z Compiling newtype_derive v0.1.6
40812026-09-15T03:49:11.322Z Compiling headers-core v0.3.0
40822026-09-15T03:49:11.322Z Compiling yasna v0.5.2
40832026-09-15T03:49:11.322Z Compiling port-file v0.1.0
40842026-09-15T03:49:11.322Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sha1 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha1-0.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "compress", "default", "force-soft", "loongarch64_asm", "oid", "sha1-asm", "std"))' -C metadata=fb409c466c9634bf -C extra-filename=-35fb0b5687fedf25 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-603d68126913dae5.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-bb74a95d46416a86.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40852026-09-15T03:49:11.322Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name xattr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/xattr-1.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="unsupported"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "unsupported"))' -C metadata=13381cf4bade804e -C extra-filename=-e92b170078c81b7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40862026-09-15T03:49:11.322Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name filetime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/filetime-0.2.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=191c17f8bea8b54a -C extra-filename=-642f432538a6b2f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40872026-09-15T03:49:11.322Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_debug_dropbox --edition=2024 /home/build/.cargo/git/checkouts/omicron-debug-dropbox-70fea570d4f944f9/eb13fc7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ae950efbe2f79b9d -C extra-filename=-decbc3119b08a51b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-8ad9980a0f203a00.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40882026-09-15T03:49:11.322Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name subprocess --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/subprocess-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7d6201e385336a3e -C extra-filename=-3c178cc649fd640e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40892026-09-15T03:49:11.575Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name typify_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typify-macro-0.6.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b3d9c88221503b98 -C extra-filename=-30b4eae1a7c2058d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-67c7166b182ad1aa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-906d99990c5eb820.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40902026-09-15T03:49:11.579Z Compiling ingot v0.2.1
40912026-09-15T03:49:11.579Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
40922026-09-15T03:49:11.579Z Compiling dropshot-api-manager-types v0.8.0
40932026-09-15T03:49:11.579Z Compiling tagptr v0.2.0
40942026-09-15T03:49:11.579Z Compiling libefi-sys v0.1.0
40952026-09-15T03:49:11.579Z Compiling bitfield-struct v0.6.2
40962026-09-15T03:49:11.579Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
40972026-09-15T03:49:11.579Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name oxide_update_engine --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/oxide-update-engine-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("schemars08"))' -C metadata=b8119efca5207f5e -C extra-filename=-2e33ca5688288ea7 --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-5b93e87315b42afc.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-071196465dd7522c.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-b204df21dbd8d7dd.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-563b5ebce1d66c1c.rmeta --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-dc0a97fda5ff008b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40982026-09-15T03:49:11.579Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-905107277f001d9b/build-script-build`
40992026-09-15T03:49:11.579Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name port_file --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/port-file-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --cfg 'feature="default"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "tokio"))' -C metadata=d9382913b704e404 -C extra-filename=-ee72e95af4dd1c2b --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-30d6cf26f3e64a88.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41002026-09-15T03:49:11.580Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name yasna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yasna-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bit-vec", "default", "num-bigint", "std", "time"))' -C metadata=a616c2ffdb88211d -C extra-filename=-9a396bbdc6bbac50 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-c6ed9aaa77e72a1f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41012026-09-15T03:49:11.610Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name headers_core --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/headers-core-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=80812b7cf78e2bc0 -C extra-filename=-f0e10c3e492850f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41022026-09-15T03:49:11.614Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/newtype_derive-0.1.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "std-unstable"))' -C metadata=1017a8fd35e74431 -C extra-filename=-d3d2d49952f2c9a8 --out-dir /work/oxidecomputer/omicron/target/debug/build/newtype_derive-d3d2d49952f2c9a8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-f59db9cab90f7886.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41032026-09-15T03:49:11.829Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ingot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ingot-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde"))' -C metadata=123cf4ee1477f9d3 -C extra-filename=-4996fa4ae825710e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-3948ba2719554b61.rmeta --extern ingot_macros=/work/oxidecomputer/omicron/target/debug/deps/libingot_macros-f0699dad52f1dbd8.so --extern ingot_types=/work/oxidecomputer/omicron/target/debug/deps/libingot_types-07cc05d5b22fa82c.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-a2fb83154a192d98.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41042026-09-15T03:49:11.832Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name chrono_tz --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-tz-0.10.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "case-insensitive", "chrono-tz-build", "default", "filter-by-regex", "serde", "std"))' -C metadata=fb8d2d02f5b6cada -C extra-filename=-707cf7ae1ceaebe2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-39a54d192704f90b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41052026-09-15T03:49:11.832Z Compiling hickory-resolver v0.24.4
41062026-09-15T03:49:11.832Z Compiling const_format v0.2.35
41072026-09-15T03:49:11.832Z Compiling tar v0.4.46
41082026-09-15T03:49:11.832Z Compiling utf-8 v0.7.6
41092026-09-15T03:49:11.864Z Compiling xshell-macros v0.2.7
41102026-09-15T03:49:11.869Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 oximeter/db/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=d3f611570a8aa1df -C extra-filename=-5b782ae8db9b09fc --out-dir /work/oxidecomputer/omicron/target/debug/build/oximeter-db-5b782ae8db9b09fc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-31ca6af593560390.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41112026-09-15T03:49:11.869Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_api_manager_types --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-api-manager-types-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a0f5e8b10879830b -C extra-filename=-34e761c9cdad863d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3abc053f4411f86b.so --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41122026-09-15T03:49:11.869Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libefi-sys-0.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4ae4a33dc4dc1dcb -C extra-filename=-a307f06f8c3025ff --out-dir /work/oxidecomputer/omicron/target/debug/build/libefi-sys-a307f06f8c3025ff -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41132026-09-15T03:49:11.869Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nvme --edition=2021 /home/build/.cargo/git/checkouts/libnvme-1dc8f7f9b0f61fe3/dd5bb22/nvme/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=884f6bf4bf7e93da -C extra-filename=-2d1124504d166608 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41142026-09-15T03:49:11.869Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name tagptr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tagptr-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f3a2253261bfcce9 -C extra-filename=-409371149b266c6d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41152026-09-15T03:49:11.869Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name bitfield_struct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitfield-struct-0.6.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d41f43f41d6840e1 -C extra-filename=-77f79f2271098b8c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41162026-09-15T03:49:12.073Z Compiling sqlformat v0.3.5
41172026-09-15T03:49:12.073Z Compiling headers v0.4.1
41182026-09-15T03:49:12.077Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
41192026-09-15T03:49:12.077Z Compiling object v0.39.1
41202026-09-15T03:49:12.077Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name utf8 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf-8-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9afa693401b8f2a5 -C extra-filename=-5a0329b9b47e3712 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41212026-09-15T03:49:12.077Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name tar --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tar-0.4.46/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --deny=dead_code --cfg 'feature="default"' --cfg 'feature="xattr"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "xattr"))' -C metadata=5250ee7d1fe65fa3 -C extra-filename=-bb0402933484d4f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-642f432538a6b2f9.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern xattr=/work/oxidecomputer/omicron/target/debug/deps/libxattr-e92b170078c81b7e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41222026-09-15T03:49:12.077Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name hickory_resolver --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-resolver-0.24.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(nightly)' --cfg 'feature="default"' --cfg 'feature="ipconfig"' --cfg 'feature="resolv-conf"' --cfg 'feature="system-config"' --cfg 'feature="tokio"' --cfg 'feature="tokio-runtime"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "default", "dns-over-h3", "dns-over-https", "dns-over-https-rustls", "dns-over-native-tls", "dns-over-openssl", "dns-over-quic", "dns-over-rustls", "dns-over-tls", "dnssec", "dnssec-openssl", "dnssec-ring", "ipconfig", "native-certs", "resolv-conf", "rustls", "serde", "serde-config", "system-config", "testing", "tokio", "tokio-native-tls", "tokio-openssl", "tokio-runtime", "tokio-rustls", "webpki-roots"))' -C metadata=0b157619bb2f4635 -C extra-filename=-a1a8bb85b231affa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-20dba1b7e6ddb3f5.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-beeecaa252b7cd2c.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-a6e6dda2918cca1a.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0875c71ea664a892.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-5953e829bf18ad36.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e08634a0971964ae.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-20f6e0de4defe2af.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-88db28b097ca3987.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-df2e14f6fdb1e2e8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-24cc06f08e4187a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41232026-09-15T03:49:12.077Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name xshell_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/xshell-macros-0.2.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5f6463c9fd1ba054 -C extra-filename=-75999072192c0cc0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41242026-09-15T03:49:12.077Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.28.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="fs"' --cfg 'feature="ioctl"' --cfg 'feature="poll"' --cfg 'feature="process"' --cfg 'feature="signal"' --cfg 'feature="term"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=171fdfd91d9a80f7 -C extra-filename=-6ae63aabf74927f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-3948ba2719554b61.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg illumos --cfg solarish`
41252026-09-15T03:49:12.077Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name const_format --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/const_format-0.2.35/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__debug", "__docsrs", "__inline_const_pat_tests", "__only_new_tests", "__test", "all", "assert", "assertc", "assertcp", "const_generics", "constant_time_as_str", "default", "derive", "fmt", "konst", "more_str_macros", "nightly_const_generics", "rust_1_51", "rust_1_64", "rust_1_83"))' -C metadata=4d156b2b06adf9ad -C extra-filename=-5d1b38cab6734332 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_format_proc_macros=/work/oxidecomputer/omicron/target/debug/deps/libconst_format_proc_macros-c3ac92009745cb0d.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41262026-09-15T03:49:12.180Z Running `/work/oxidecomputer/omicron/target/debug/build/psm-0b56bab8a18b41e2/build-script-build`
41272026-09-15T03:49:12.184Z Compiling peg v0.8.5
41282026-09-15T03:49:12.184Z Compiling moka v0.12.13
41292026-09-15T03:49:12.184Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support?rev=fc64732faf5511850b35f1734d572b9953d73374#fc64732f)
41302026-09-15T03:49:12.184Z Compiling tlvc v0.4.1 (https://github.com/oxidecomputer/tlvc?rev=7a96eab94c8aec9120412d8601ffd68853957da3#7a96eab9)
41312026-09-15T03:49:12.212Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
41322026-09-15T03:49:12.215Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sqlformat --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlformat-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=974d741e5542e631 -C extra-filename=-dc21c1405a9aeacb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicode_categories=/work/oxidecomputer/omicron/target/debug/deps/libunicode_categories-8bb0e18f831379ab.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-012bba4a8c0b8ae1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41332026-09-15T03:49:12.215Z Running `/work/oxidecomputer/omicron/target/debug/build/newtype_derive-d3d2d49952f2c9a8/build-script-build`
41342026-09-15T03:49:12.285Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name headers --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/headers-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=21040f1473ad0ffa -C extra-filename=-f7a1adc56f8899f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rmeta --extern headers_core=/work/oxidecomputer/omicron/target/debug/deps/libheaders_core-f0e10c3e492850f0.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-eed8ca722b0b9c11.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-b757ef982f295bb7.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-35fb0b5687fedf25.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41352026-09-15T03:49:12.289Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/object-0.39.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::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="write"' --cfg 'feature="write_core"' --cfg 'feature="write_std"' --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=8a820cb38a917d10 -C extra-filename=-39e57a8cbb2975d4 --out-dir /work/oxidecomputer/omicron/target/debug/build/object-39e57a8cbb2975d4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41362026-09-15T03:49:12.289Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/git/checkouts/pq-sys-09ced6a94fc790f2/b1194c1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("pkg-config"))' -C metadata=51ab026c89990779 -C extra-filename=-dc6511bea564ce9d --out-dir /work/oxidecomputer/omicron/target/debug/build/pq-sys-dc6511bea564ce9d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41372026-09-15T03:49:12.350Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name peg --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/peg-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "trace", "unstable"))' -C metadata=c8308e4a24740764 -C extra-filename=-4bb85d1c428edf33 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern peg_macros=/work/oxidecomputer/omicron/target/debug/deps/libpeg_macros-d26939c5248d7893.so --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-7e77bbb16c35318e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41382026-09-15T03:49:12.354Z Running `/work/oxidecomputer/omicron/target/debug/build/libefi-sys-a307f06f8c3025ff/build-script-build`
41392026-09-15T03:49:12.354Z Compiling tungstenite v0.21.0
41402026-09-15T03:49:12.354Z Compiling half v1.8.3
41412026-09-15T03:49:12.354Z Compiling path-slash v0.2.1
41422026-09-15T03:49:12.386Z Compiling predicates-tree v1.0.13
41432026-09-15T03:49:12.391Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_areas --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-a00aa0491da1f0f3/fc64732/lpc55_areas/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ef6132c83c0953f4 -C extra-filename=-665451fe828037ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitfield=/work/oxidecomputer/omicron/target/debug/deps/libbitfield-0838bba19a0ab684.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-0ffcd82b6bc17d65.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41442026-09-15T03:49:12.391Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name moka --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/moka-0.12.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(armv5te)' --check-cfg 'cfg(beta_clippy)' --check-cfg 'cfg(kani)' --check-cfg 'cfg(moka_loom)' --check-cfg 'cfg(mips)' --check-cfg 'cfg(skip_large_mem_tests)' --check-cfg 'cfg(trybuild)' --cfg 'feature="default"' --cfg 'feature="sync"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-lock", "atomic64", "default", "event-listener", "future", "futures-util", "log", "logging", "quanta", "sync", "unstable-debug-counters"))' -C metadata=b3cc9ba9e2d00951 -C extra-filename=-b9e3260a27ce5d1a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-3ac8cce29e469e73.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-c2ea5a3e72737bc1.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-50e9efe714b4e28a.rmeta --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-72c76abd933b7579.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-5953e829bf18ad36.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-e914187787332acb.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-88db28b097ca3987.rmeta --extern tagptr=/work/oxidecomputer/omicron/target/debug/deps/libtagptr-409371149b266c6d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41452026-09-15T03:49:12.391Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name tlvc --edition=2024 /home/build/.cargo/git/checkouts/tlvc-13cecd28e8456f3c/7a96eab/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=317dc029da177e55 -C extra-filename=-019cf7a4c4e0c570 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-f1cae9b1accadfdd.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-a2fb83154a192d98.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-2c77c7c780369f98.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41462026-09-15T03:49:12.391Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/git/checkouts/fmd-adm-35bfe7e50a1b9bbe/846361b/fmd-adm-sys/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=386a14cd95a75ae7 -C extra-filename=-8ff358c500d61f15 --out-dir /work/oxidecomputer/omicron/target/debug/build/fmd-adm-sys-8ff358c500d61f15 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41472026-09-15T03:49:12.498Z Compiling anstyle-parse v0.2.7
41482026-09-15T03:49:12.501Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="data-encoding"' --cfg 'feature="handshake"' --cfg 'feature="http"' --cfg 'feature="httparse"' --cfg 'feature="sha1"' --cfg 'feature="url"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__rustls-tls", "data-encoding", "default", "handshake", "http", "httparse", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "sha1", "url", "webpki-roots"))' -C metadata=e733a57354ec2e04 -C extra-filename=-06f6d32e1efda4ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-a85bc2f7a054eda7.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-f9cb17c5fc4ad8cd.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-6b7d616efe01bc15.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a96344eae1a3d1f9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e08634a0971964ae.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-35fb0b5687fedf25.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-df2e14f6fdb1e2e8.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-72f8271b6a33c915.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-5a0329b9b47e3712.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41492026-09-15T03:49:12.502Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name half --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/half-1.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "bytemuck", "num-traits", "serde", "serialize", "std", "use-intrinsics", "zerocopy"))' -C metadata=3c9f0f0ffba6e0ae -C extra-filename=-817ac139d9dde85e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41502026-09-15T03:49:12.536Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name path_slash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/path-slash-0.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=eff0af0daa04d1d3 -C extra-filename=-2a5d9289d475e777 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41512026-09-15T03:49:12.540Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name predicates_tree --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/predicates-tree-1.0.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6847b856aedf5d46 -C extra-filename=-0ae7c89332947f4d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-1b991c95fd524a7a.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-1b7c5f56218e24e6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41522026-09-15T03:49:12.609Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
41532026-09-15T03:49:12.612Z Compiling xshell v0.2.7
41542026-09-15T03:49:12.612Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
41552026-09-15T03:49:12.612Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name psm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/psm-0.1.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7db179e88a6f93b9 -C extra-filename=-4cabe1985db41858 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -l static=psm_s --cfg asm --cfg link_asm --cfg switchable_stack --check-cfg 'cfg(switchable_stack,asm,link_asm)'`
41562026-09-15T03:49:12.646Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name newtype_derive --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/newtype_derive-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "std-unstable"))' -C metadata=a164e9dc3673f3f1 -C extra-filename=-8a4ad75520c58904 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg op_assign`
41572026-09-15T03:49:12.649Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_parse --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-parse-0.2.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="utf8"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("core", "default", "utf8"))' -C metadata=59bb74c566852c69 -C extra-filename=-924f3604cbf3a0ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-1b18f00722dff513.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41582026-09-15T03:49:12.719Z Compiling tlvc-text v0.4.0 (https://github.com/oxidecomputer/tlvc?rev=7a96eab94c8aec9120412d8601ffd68853957da3#7a96eab9)
41592026-09-15T03:49:12.754Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name libnvme_sys --edition=2021 /home/build/.cargo/git/checkouts/libnvme-1dc8f7f9b0f61fe3/dd5bb22/libnvme-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=091e428f64ca8a7b -C extra-filename=-16b5f4ce8f06c9a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitfield_struct=/work/oxidecomputer/omicron/target/debug/deps/libbitfield_struct-77f79f2271098b8c.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41602026-09-15T03:49:12.792Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name xshell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/xshell-0.2.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4cd74fa524c5bf3c -C extra-filename=-4258e337c74cb5ef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern xshell_macros=/work/oxidecomputer/omicron/target/debug/deps/libxshell_macros-75999072192c0cc0.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41612026-09-15T03:49:12.796Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_brand_metadata --edition=2024 /home/build/.cargo/git/checkouts/tufaceous-cd93b255c6f4ae76/38730b6/brand-metadata/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::pedantic' '--allow=clippy::must-use-candidate' '--allow=clippy::missing-errors-doc' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=62a9bef238dc109c -C extra-filename=-55633ce249dc36ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-bb0402933484d4f9.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib`
41622026-09-15T03:49:12.829Z Running `/work/oxidecomputer/omicron/target/debug/build/oximeter-db-5b782ae8db9b09fc/build-script-build`
41632026-09-15T03:49:12.833Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name libefi_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libefi-sys-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ff514d8a88d899be -C extra-filename=-43cdb69346d16b54 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l efi`
41642026-09-15T03:49:12.833Z Compiling steno v0.4.1
41652026-09-15T03:49:12.833Z Compiling anstream v0.6.21
41662026-09-15T03:49:12.874Z Running `/work/oxidecomputer/omicron/target/debug/build/object-39e57a8cbb2975d4/build-script-build`
41672026-09-15T03:49:12.938Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name tlvc_text --edition=2024 /home/build/.cargo/git/checkouts/tlvc-13cecd28e8456f3c/7a96eab/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=fbd9cd811a21a08d -C extra-filename=-904063bdd925bd01 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ron=/work/oxidecomputer/omicron/target/debug/deps/libron-3288b4da69667601.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-019cf7a4c4e0c570.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-a2fb83154a192d98.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41682026-09-15T03:49:13.011Z Compiling ignore v0.4.25
41692026-09-15T03:49:13.011Z Compiling maplit v1.0.2
41702026-09-15T03:49:13.016Z Compiling libscf-sys v1.2.0
41712026-09-15T03:49:13.044Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name steno --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/steno-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1a391336691170cf -C extra-filename=-157f651173c250bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-f2541ba6c8c9160c.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-8a4ad75520c58904.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c1bfad4f3c1f7731.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-df2e14f6fdb1e2e8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41722026-09-15T03:49:13.049Z Running `/work/oxidecomputer/omicron/target/debug/build/fmd-adm-sys-8ff358c500d61f15/build-script-build`
41732026-09-15T03:49:13.049Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name anstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="auto"' --cfg 'feature="default"' --cfg 'feature="wincon"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("auto", "default", "test", "wincon"))' -C metadata=c8e7bbe1a3528213 -C extra-filename=-e6706d798b9df8c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-665243e242fcd7e8.rmeta --extern anstyle_parse=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_parse-924f3604cbf3a0ce.rmeta --extern anstyle_query=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_query-b6ced3121f21ed06.rmeta --extern colorchoice=/work/oxidecomputer/omicron/target/debug/deps/libcolorchoice-82fab9bd56c6df6e.rmeta --extern is_terminal_polyfill=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal_polyfill-dc90f2da1eb003f4.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-1b18f00722dff513.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41742026-09-15T03:49:13.118Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name stacker --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/stacker-0.1.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=91e82848c4397a49 -C extra-filename=-8cafa81c60b02d8f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern psm=/work/oxidecomputer/omicron/target/debug/deps/libpsm-4cabe1985db41858.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out`
41752026-09-15T03:49:13.122Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ignore --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.25/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("simd-accel"))' -C metadata=920f7dd55d2b286c -C extra-filename=-da193d292518555c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crossbeam_deque=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_deque-30a1da2db0dd111b.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-87f203a022ee981a.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a96344eae1a3d1f9.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-054bf847d36a6b9e.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-ed883849b59715f2.rmeta --extern same_file=/work/oxidecomputer/omicron/target/debug/deps/libsame_file-15f2f478d7e48606.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-32d617f53e2154a1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41762026-09-15T03:49:13.122Z Compiling qorb v0.4.1
41772026-09-15T03:49:13.122Z Compiling rustyline v14.0.0
41782026-09-15T03:49:13.122Z Compiling hickory-resolver v0.25.2
41792026-09-15T03:49:13.148Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
41802026-09-15T03:49:13.151Z Running `/work/oxidecomputer/omicron/target/debug/build/pq-sys-dc6511bea564ce9d/build-script-build`
41812026-09-15T03:49:13.184Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name libscf_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libscf-sys-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2046de28b956e55d -C extra-filename=-3a90c563f18a5063 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-8a8724bec2baea40.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6c9795a397cfc660.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41822026-09-15T03:49:13.187Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name maplit --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/maplit-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2e72407741be918e -C extra-filename=-a07bfbf502fff96e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41832026-09-15T03:49:13.260Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
41842026-09-15T03:49:13.264Z Compiling serde_cbor v0.11.2
41852026-09-15T03:49:13.344Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name qorb --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/qorb-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="probes"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "default", "diesel_pg", "probes", "qtop", "serde"))' -C metadata=57ae6e2091444e75 -C extra-filename=-e08130b483600558 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-071196465dd7522c.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-b204df21dbd8d7dd.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-a1a8bb85b231affa.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-295dbb2fcc65f679.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-24cc06f08e4187a2.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41862026-09-15T03:49:13.344Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name libefi_illumos --edition=2021 /home/build/.cargo/git/checkouts/libefi-illumos-3568772d985bf341/54c398c/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=489d8468f204f8b6 -C extra-filename=-a15732fa89f05de0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern libefi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_sys-43cdb69346d16b54.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-df2e14f6fdb1e2e8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41872026-09-15T03:49:13.344Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name object --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/object-0.39.1/src/lib.rs --error-format=json --json=diagnostic-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="write"' --cfg 'feature="write_core"' --cfg 'feature="write_std"' --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=355155c4684e8304 -C extra-filename=-5c17d176841e6ce1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-0d1d74eea2047571.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-9d3880c4e221e58e.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-df56548816dd36a4.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-054bf847d36a6b9e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg core_error --check-cfg 'cfg(core_error)'`
41882026-09-15T03:49:13.344Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name rustyline --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustyline-14.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="custom-bindings"' --cfg 'feature="default"' --cfg 'feature="fd-lock"' --cfg 'feature="home"' --cfg 'feature="radix_trie"' --cfg 'feature="with-dirs"' --cfg 'feature="with-file-history"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("buffer-redux", "case_insensitive_history_search", "custom-bindings", "default", "derive", "fd-lock", "home", "radix_trie", "regex", "rusqlite", "rustyline-derive", "signal-hook", "skim", "termios", "with-dirs", "with-file-history", "with-fuzzy", "with-sqlite-history"))' -C metadata=b4863c5e4fc2a7fa -C extra-filename=-1ea6cc65d5ea8f9f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-3948ba2719554b61.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-64c7de151bc881a9.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-2218b67b6da09a23.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a96344eae1a3d1f9.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-054bf847d36a6b9e.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-6ae63aabf74927f9.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-5368fdbcc8d15a21.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-4d84c6dfacc56ee2.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-ac02d16f97a48ace.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-1b18f00722dff513.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41892026-09-15T03:49:13.344Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name hickory_resolver --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-resolver-0.25.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(nightly)' --cfg 'feature="default"' --cfg 'feature="system-config"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__dnssec", "__h3", "__https", "__quic", "__tls", "backtrace", "default", "dnssec-aws-lc-rs", "dnssec-ring", "h3-aws-lc-rs", "h3-ring", "https-aws-lc-rs", "https-ring", "quic-aws-lc-rs", "quic-ring", "rustls-platform-verifier", "serde", "system-config", "tls-aws-lc-rs", "tls-ring", "tokio", "webpki-roots"))' -C metadata=155be9888a4f365b -C extra-filename=-e435e3425619f276 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-20dba1b7e6ddb3f5.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-2d97cea01ac59601.rmeta --extern moka=/work/oxidecomputer/omicron/target/debug/deps/libmoka-b9e3260a27ce5d1a.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0875c71ea664a892.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-5953e829bf18ad36.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-20f6e0de4defe2af.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-88db28b097ca3987.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-24cc06f08e4187a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41902026-09-15T03:49:13.382Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name mg_api_types_versions --edition=2024 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/ce015cd/mg-api-types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clap"))' -C metadata=861606ceddcb6d04 -C extra-filename=-c3d5761c2c903403 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-2a8ed7b23aa47b69.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-5b8422b77bcbad1d.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41912026-09-15T03:49:13.386Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_cbor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_cbor-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "tags", "unsealed_read_write"))' -C metadata=910b9cd0a400d7ad -C extra-filename=-48770e0d4bd83061 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern half=/work/oxidecomputer/omicron/target/debug/deps/libhalf-817ac139d9dde85e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41922026-09-15T03:49:13.386Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
41932026-09-15T03:49:13.415Z Compiling recursive v0.1.1
41942026-09-15T03:49:13.418Z Compiling tokio-tungstenite v0.21.0
41952026-09-15T03:49:13.418Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name fmd_adm_sys --edition=2024 /home/build/.cargo/git/checkouts/fmd-adm-35bfe7e50a1b9bbe/846361b/fmd-adm-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=79fe54594ae67c3a -C extra-filename=-ad80cecb0ea7b65e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/fm/amd64 -l fmd_adm`
41962026-09-15T03:49:13.588Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name opte_api --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/0525f2f/crates/opte-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ipnetwork"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "ipnetwork", "std"))' -C metadata=63744ef3e9884ac3 -C extra-filename=-eab7affe9d80dded --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-c2444028eba3d1d1.rmeta --extern ingot=/work/oxidecomputer/omicron/target/debug/deps/libingot-4996fa4ae825710e.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-384b5883c9cfe350.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-d8cdc101683a150c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-c8b2973020a66097.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41972026-09-15T03:49:13.592Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
41982026-09-15T03:49:13.592Z Compiling papergrid v0.18.0
41992026-09-15T03:49:13.592Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
42002026-09-15T03:49:13.592Z Compiling digest-io v0.1.0
42012026-09-15T03:49:13.592Z Compiling unicase v2.9.0
42022026-09-15T03:49:13.592Z Compiling rawzip v0.4.4
42032026-09-15T03:49:13.592Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name recursive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/recursive-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5e5f128dca776dfe -C extra-filename=-7ff11750483280e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern recursive_proc_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/librecursive_proc_macro_impl-8144b83e42ecba98.so --extern stacker=/work/oxidecomputer/omicron/target/debug/deps/libstacker-8cafa81c60b02d8f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out`
42042026-09-15T03:49:13.622Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-tungstenite-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="connect"' --cfg 'feature="default"' --cfg 'feature="handshake"' --cfg 'feature="stream"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__rustls-tls", "connect", "default", "handshake", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "stream", "tokio-native-tls", "tokio-rustls", "webpki-roots"))' -C metadata=b3b5b928318758ae -C extra-filename=-4fec990254285bf7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-20dba1b7e6ddb3f5.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a96344eae1a3d1f9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-06f6d32e1efda4ca.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42052026-09-15T03:49:13.625Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name pq_sys --edition=2015 /home/build/.cargo/git/checkouts/pq-sys-09ced6a94fc790f2/b1194c1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("pkg-config"))' -C metadata=38e4a188193739f9 -C extra-filename=-0d93342012a54531 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -l pq`
42062026-09-15T03:49:13.662Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
42072026-09-15T03:49:13.662Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
42082026-09-15T03:49:13.665Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
42092026-09-15T03:49:13.665Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
42102026-09-15T03:49:13.697Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name digest_io --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-io-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=34bc76c66f6d15e8 -C extra-filename=-88f40dba69b3f6bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-93a1365be822cb8b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42112026-09-15T03:49:13.700Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name rawzip --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rawzip-0.4.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=047e89638827b9cf -C extra-filename=-c2e0a73e22538d73 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42122026-09-15T03:49:13.700Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name olpc_cjson --edition=2018 /home/build/.cargo/git/checkouts/tough-94bd17e85a5c6d01/56967c9/olpc-cjson/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=64e75a9d752e3039 -C extra-filename=-9c93a289614b30ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-e4526e0f511a2b7e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42132026-09-15T03:49:13.700Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name unicase --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicase-2.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=3fc3fc10bb30c46d -C extra-filename=-8160050710f6ec0d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42142026-09-15T03:49:13.769Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name rats_corim --edition=2021 /home/build/.cargo/git/checkouts/rats-corim-f56b95316a7c2271/f0d5d51/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f800d34cc607fed8 -C extra-filename=-167c1e974015d22e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ddef13110ccf1ec1.rmeta --extern ciborium_io=/work/oxidecomputer/omicron/target/debug/deps/libciborium_io-d36d8fa1e5e410b5.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-520e79432e611323.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-8a4732afddef8a4f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42152026-09-15T03:49:13.773Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name papergrid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/papergrid-0.18.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="fnv"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi", "ansi-str", "ansitok", "default", "fnv", "std"))' -C metadata=315fc97e55480dd2 -C extra-filename=-49d04fafdd7efe4e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytecount=/work/oxidecomputer/omicron/target/debug/deps/libbytecount-55d6061bdd57c253.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-483bdc5c7d1e0898.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-fb66b428f1def7e9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42162026-09-15T03:49:13.835Z Compiling typify v0.6.2
42172026-09-15T03:49:13.838Z Compiling fxhash v0.2.1
42182026-09-15T03:49:13.838Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
42192026-09-15T03:49:13.838Z Compiling crc8 v0.1.1
42202026-09-15T03:49:13.838Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name libnvme --edition=2021 /home/build/.cargo/git/checkouts/libnvme-1dc8f7f9b0f61fe3/dd5bb22/libnvme/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=aef8073aadbccf37 -C extra-filename=-8f87a7eb0c105161 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libnvme_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme_sys-16b5f4ce8f06c9a4.rmeta --extern nvme=/work/oxidecomputer/omicron/target/debug/deps/libnvme-2d1124504d166608.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-df2e14f6fdb1e2e8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42212026-09-15T03:49:13.869Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name smf --edition=2021 /home/build/.cargo/git/checkouts/smf-rs-c9ceb1b0d612b4af/72389b5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=315b0edfd5a399a0 -C extra-filename=-6e48850a9b670edf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern libscf_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibscf_sys-3a90c563f18a5063.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6c9795a397cfc660.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-df2e14f6fdb1e2e8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42222026-09-15T03:49:13.875Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/03a79a8/controller/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api-traits"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits"))' -C metadata=b02b05937b585161 -C extra-filename=-d2fcf59db7fe553f --out-dir /work/oxidecomputer/omicron/target/debug/build/transceiver-controller-d2fcf59db7fe553f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-464edf1bc7384a2b.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42232026-09-15T03:49:13.875Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_messages --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/03a79a8/messages/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api-traits"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits", "default", "std"))' -C metadata=dfb258ce1dfbf8e6 -C extra-filename=-70636d460b077ee1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-3948ba2719554b61.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-0f5539a2457549e4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42242026-09-15T03:49:13.939Z Compiling globwalk v0.9.1
42252026-09-15T03:49:13.943Z Compiling darling_core v0.21.3
42262026-09-15T03:49:13.943Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typify-0.6.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="macro"' --cfg 'feature="typify-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "macro", "typify-macro"))' -C metadata=86c0d6000e96cd3d -C extra-filename=-917444d7bf461a49 --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-906d99990c5eb820.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-30b4eae1a7c2058d.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42272026-09-15T03:49:13.943Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name fxhash --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fxhash-0.2.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2a69040525ada389 -C extra-filename=-ee0cee2fe990753d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-a85bc2f7a054eda7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42282026-09-15T03:49:13.943Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/ipcc-rs-f6fee85f3fbbf49d/524eb8f/libipcc/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2239263356406ae5 -C extra-filename=-8d920e93dbc2c487 --out-dir /work/oxidecomputer/omicron/target/debug/build/libipcc-8d920e93dbc2c487 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42292026-09-15T03:49:13.943Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name crc8 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc8-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=72c2f470d0142b01 -C extra-filename=-87d05f1f8f2d2178 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42302026-09-15T03:49:13.975Z Compiling sqlparser v0.61.0
42312026-09-15T03:49:13.978Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name globwalk --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/globwalk-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6789f9d286055e3c -C extra-filename=-55ed2b3fe1385bf9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-3948ba2719554b61.rmeta --extern ignore=/work/oxidecomputer/omicron/target/debug/deps/libignore-da193d292518555c.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-32d617f53e2154a1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42322026-09-15T03:49:13.978Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name darling_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.21.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="strsim"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("diagnostics", "serde", "strsim", "suggestions"))' -C metadata=063ffbcb8404720e -C extra-filename=-05c044b00e454915 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-483bdc5c7d1e0898.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-b10675cfb7ec95f0.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-a98408623e42d77d.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42332026-09-15T03:49:14.011Z Compiling rand_seeder v0.4.0
42342026-09-15T03:49:14.014Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sqlparser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sqlparser-0.61.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="recursive"' --cfg 'feature="recursive-protection"' --cfg 'feature="sqlparser_derive"' --cfg 'feature="std"' --cfg 'feature="visitor"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bigdecimal", "default", "derive-dialect", "json_example", "recursive", "recursive-protection", "serde", "serde_json", "sqlparser_derive", "std", "visitor"))' -C metadata=bc49a62a8e00d6d7 -C extra-filename=-3e02eeda53569a7d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a96344eae1a3d1f9.rmeta --extern recursive=/work/oxidecomputer/omicron/target/debug/deps/librecursive-7ff11750483280e3.rmeta --extern sqlparser_derive=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser_derive-baf92191a70b053a.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out`
42352026-09-15T03:49:14.014Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_seeder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_seeder-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::unit_arg' '--allow=clippy::println_empty_string' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=06c871f5c64fe097 -C extra-filename=-a4fdcfcf69207d50 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-b1a582d5d32c7dad.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42362026-09-15T03:49:14.082Z Compiling diff v0.1.13
42372026-09-15T03:49:14.085Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name diff --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/diff-0.1.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=95ba60f454bb22d6 -C extra-filename=-b49d5af721eb25a7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42382026-09-15T03:49:14.121Z Running `/work/oxidecomputer/omicron/target/debug/build/transceiver-controller-d2fcf59db7fe553f/build-script-build`
42392026-09-15T03:49:14.258Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
42402026-09-15T03:49:14.261Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name common --edition=2024 /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/04a52a3/common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("multicast"))' -C metadata=6b442f22aa08598a -C extra-filename=-128ae65ef1c468da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-b669c6075079eafe.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6e48850a9b670edf.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42412026-09-15T03:49:14.289Z Compiling vergen-lib v0.1.6
42422026-09-15T03:49:14.325Z Compiling diesel_derives v2.3.7
42432026-09-15T03:49:14.328Z Compiling diesel_table_macro_syntax v0.3.0
42442026-09-15T03:49:14.426Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-lib-0.1.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="git"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "default", "emit_and_set", "git", "rustc", "si", "unstable"))' -C metadata=7cf3a11202a15fe0 -C extra-filename=-7c8743a367367657 --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-lib-7c8743a367367657 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-284f66ec6731db10.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42452026-09-15T03:49:14.460Z Compiling scheduled-thread-pool v0.2.7
42462026-09-15T03:49:14.463Z Compiling vergen-gitcl v1.0.8
42472026-09-15T03:49:14.463Z Compiling downcast-rs v2.0.2
42482026-09-15T03:49:14.463Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/diesel_derives-2.3.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(diesel_docsrs)' --cfg 'feature="32-column-tables"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="postgres"' --cfg 'feature="r2d2"' --cfg 'feature="with-deprecated"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("128-column-tables", "32-column-tables", "64-column-tables", "chrono", "default", "mysql", "nightly", "numeric", "postgres", "r2d2", "sqlite", "time", "with-deprecated", "without-deprecated"))' -C metadata=7fe63364de927088 -C extra-filename=-6b58f3709ec7f532 --out-dir /work/oxidecomputer/omicron/target/debug/build/diesel_derives-6b58f3709ec7f532 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42492026-09-15T03:49:14.463Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name diesel_table_macro_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/diesel_table_macro_syntax-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cf28a52e605cb626 -C extra-filename=-2485eca617ad1cc0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42502026-09-15T03:49:14.496Z Compiling hashbrown v0.14.5
42512026-09-15T03:49:14.499Z Compiling dirs-sys-next v0.1.2
42522026-09-15T03:49:14.499Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name scheduled_thread_pool --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scheduled-thread-pool-0.2.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dbb5962bde2dad38 -C extra-filename=-08c82c539e7b7447 --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-5953e829bf18ad36.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42532026-09-15T03:49:14.499Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name downcast_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/downcast-rs-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="sync"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "sync"))' -C metadata=38724e51fb24ce55 -C extra-filename=-1393300248e80af8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42542026-09-15T03:49:14.499Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-gitcl-1.0.8/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "default", "emit_and_set", "rustc", "si", "unstable"))' -C metadata=221f7fb3ec46377a -C extra-filename=-39cad49661efeacb --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-gitcl-39cad49661efeacb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-284f66ec6731db10.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42552026-09-15T03:49:14.530Z Compiling crunchy v0.2.4
42562026-09-15T03:49:14.533Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name dirs_sys_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dirs-sys-next-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=566d214d4cf5ec85 -C extra-filename=-48c995a543171cca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42572026-09-15T03:49:14.533Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.14.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ahash"' --cfg 'feature="allocator-api2"' --cfg 'feature="default"' --cfg 'feature="inline-more"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ahash", "alloc", "allocator-api2", "compiler_builtins", "core", "default", "equivalent", "inline-more", "nightly", "raw", "rayon", "rkyv", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=0d4b337534559d68 -C extra-filename=-a764ef419381a297 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-002d1b10f06c31e0.rmeta --extern allocator_api2=/work/oxidecomputer/omicron/target/debug/deps/liballocator_api2-ee51dc0aff59f99d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42582026-09-15T03:49:14.533Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crunchy-0.2.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="limit_128"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "limit_1024", "limit_128", "limit_2048", "limit_256", "limit_512", "limit_64", "std"))' -C metadata=0ce278e185a7683e -C extra-filename=-f8fb007e3b2b4a84 --out-dir /work/oxidecomputer/omicron/target/debug/build/crunchy-f8fb007e3b2b4a84 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42592026-09-15T03:49:14.635Z Compiling camino-tempfile-ext v0.3.3
42602026-09-15T03:49:14.638Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name camino_tempfile_ext --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/camino-tempfile-ext-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --cfg 'feature="assert"' --cfg 'feature="assert-color"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("assert", "assert-color"))' -C metadata=befbc11866b5d5cc -C extra-filename=-67a3b3045f1afe78 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstream=/work/oxidecomputer/omicron/target/debug/deps/libanstream-e6706d798b9df8c1.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-665243e242fcd7e8.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rmeta --extern globwalk=/work/oxidecomputer/omicron/target/debug/deps/libglobwalk-55ed2b3fe1385bf9.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-eba8521e88a666db.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-1b991c95fd524a7a.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-0ae7c89332947f4d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42612026-09-15T03:49:14.669Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
42622026-09-15T03:49:14.704Z Compiling tabled v0.21.0
42632026-09-15T03:49:14.742Z Compiling clang-sys v1.8.1
42642026-09-15T03:49:14.745Z Compiling git-stub v1.0.0
42652026-09-15T03:49:14.745Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_decode --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/03a79a8/decode/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api-traits"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits"))' -C metadata=208c269fd8f40155 -C extra-filename=-c4d4b8dc3c04ad3a --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-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-bfc5ccdff2db0195.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-70636d460b077ee1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42662026-09-15T03:49:14.745Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name tabled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tabled-0.21.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi", "ansi-str", "ansitok", "assert", "default", "derive", "macros", "std", "tabled_derive", "testing_table"))' -C metadata=cffa26f63dcf5783 -C extra-filename=-72dd8c778c15f0a7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern papergrid=/work/oxidecomputer/omicron/target/debug/deps/libpapergrid-49d04fafdd7efe4e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42672026-09-15T03:49:14.777Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clang-sys-1.8.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clang_10_0"' --cfg 'feature="clang_11_0"' --cfg 'feature="clang_3_5"' --cfg 'feature="clang_3_6"' --cfg 'feature="clang_3_7"' --cfg 'feature="clang_3_8"' --cfg 'feature="clang_3_9"' --cfg 'feature="clang_4_0"' --cfg 'feature="clang_5_0"' --cfg 'feature="clang_6_0"' --cfg 'feature="clang_7_0"' --cfg 'feature="clang_8_0"' --cfg 'feature="clang_9_0"' --cfg 'feature="libloading"' --cfg 'feature="runtime"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clang_10_0", "clang_11_0", "clang_12_0", "clang_13_0", "clang_14_0", "clang_15_0", "clang_16_0", "clang_17_0", "clang_18_0", "clang_3_5", "clang_3_6", "clang_3_7", "clang_3_8", "clang_3_9", "clang_4_0", "clang_5_0", "clang_6_0", "clang_7_0", "clang_8_0", "clang_9_0", "libcpp", "libloading", "runtime", "static"))' -C metadata=ad5566e5a4953239 -C extra-filename=-31708bc2002c99b2 --out-dir /work/oxidecomputer/omicron/target/debug/build/clang-sys-31708bc2002c99b2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-32e11cbbb0cbd818.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42682026-09-15T03:49:14.780Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name git_stub --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/git-stub-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9c9e13e0f57a038f -C extra-filename=-5bb63e4479276332 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42692026-09-15T03:49:14.848Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name opte --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/0525f2f/lib/opte/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api", "default", "engine", "kernel", "std", "test-help", "usdt"))' -C metadata=f98b2166e60e2085 -C extra-filename=-ebb533b121a784e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-3948ba2719554b61.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-ab58984db8b52f7e.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-c2444028eba3d1d1.rmeta --extern ingot=/work/oxidecomputer/omicron/target/debug/deps/libingot-4996fa4ae825710e.rmeta --extern kstat_macro=/work/oxidecomputer/omicron/target/debug/deps/libkstat_macro-4be05bc59d56a084.so --extern opte_api=/work/oxidecomputer/omicron/target/debug/deps/libopte_api-eab7affe9d80dded.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-d8cdc101683a150c.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5f249a94a98632d0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-8b45795018347949.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-a2fb83154a192d98.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm --check-cfg 'cfg(usdt_stable_asm)' --check-cfg 'cfg(usdt_stable_asm_sym)'`
42702026-09-15T03:49:14.851Z Running `/work/oxidecomputer/omicron/target/debug/build/libipcc-8d920e93dbc2c487/build-script-build`
42712026-09-15T03:49:14.917Z Compiling r2d2 v0.8.10
42722026-09-15T03:49:14.920Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name r2d2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/r2d2-0.8.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3bca6ca75fa087a3 -C extra-filename=-8159aa1418ffd67e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a96344eae1a3d1f9.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-5953e829bf18ad36.rmeta --extern scheduled_thread_pool=/work/oxidecomputer/omicron/target/debug/deps/libscheduled_thread_pool-08c82c539e7b7447.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42732026-09-15T03:49:15.028Z Compiling progenitor-impl v0.14.0
42742026-09-15T03:49:15.031Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-impl-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e8fb751ecb36ea99 -C extra-filename=-e9e59cb6bb390986 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-b4d67f07919ede1e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-df56548816dd36a4.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-43c55b0f49f9feb6.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-917444d7bf461a49.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-01edd4035b1021f2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42752026-09-15T03:49:15.063Z Compiling dirs-next v2.0.0
42762026-09-15T03:49:15.066Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name libipcc --edition=2021 /home/build/.cargo/git/checkouts/ipcc-rs-f6fee85f3fbbf49d/524eb8f/libipcc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=49a5b76a8b188723 -C extra-filename=-17af6e71604b9409 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-df2e14f6fdb1e2e8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/platform/oxide/lib/amd64/`
42772026-09-15T03:49:15.066Z Running `/work/oxidecomputer/omicron/target/debug/build/crunchy-f8fb007e3b2b4a84/build-script-build`
42782026-09-15T03:49:15.100Z Compiling kstat-rs v0.2.5
42792026-09-15T03:49:15.103Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name dirs_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dirs-next-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0a198100f1ac34bb -C extra-filename=-af4d5f7e48a2d613 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rmeta --extern dirs_sys_next=/work/oxidecomputer/omicron/target/debug/deps/libdirs_sys_next-48c995a543171cca.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42802026-09-15T03:49:15.103Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name kstat_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/kstat-rs-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6e692550abcb1f87 -C extra-filename=-02a128e804310cf7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-df2e14f6fdb1e2e8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42812026-09-15T03:49:15.139Z Compiling chumsky v0.9.3
42822026-09-15T03:49:15.143Z Compiling proc-macro-error-attr2 v2.0.0
42832026-09-15T03:49:15.143Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-gitcl-39cad49661efeacb/build-script-build`
42842026-09-15T03:49:15.175Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name chumsky --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chumsky-0.9.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ahash", "default", "nightly", "spill-stack", "stacker", "std"))' -C metadata=b88ac8d51d3287f8 -C extra-filename=-33a612e01df7a250 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-a764ef419381a297.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42852026-09-15T03:49:15.179Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error_attr2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-attr2-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::pedantic' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4a95cac62f7bb9b2 -C extra-filename=-00d8a25da3af13a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42862026-09-15T03:49:15.211Z Compiling tiny-keccak v2.0.2
42872026-09-15T03:49:15.247Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tiny-keccak-2.0.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="sha3"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cshake", "default", "fips202", "k12", "keccak", "kmac", "parallel_hash", "sha3", "shake", "sp800", "tuple_hash"))' -C metadata=d652f43c96df94ec -C extra-filename=-7d80d74148993b14 --out-dir /work/oxidecomputer/omicron/target/debug/build/tiny-keccak-7d80d74148993b14 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42882026-09-15T03:49:15.282Z Compiling rfc6979 v0.4.0
42892026-09-15T03:49:15.286Z Compiling parking_lot_core v0.8.6
42902026-09-15T03:49:15.286Z Running `/work/oxidecomputer/omicron/target/debug/build/diesel_derives-6b58f3709ec7f532/build-script-build`
42912026-09-15T03:49:15.314Z Compiling salty v0.3.0
42922026-09-15T03:49:15.318Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name rfc6979 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rfc6979-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=abc1afc0a69c603e -C extra-filename=-549de6888512a606 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-656a16477c3e4dd7.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2d4823f85931691.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42932026-09-15T03:49:15.318Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.8.6/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=9db30707275c7570 -C extra-filename=-00378ae9e9b73dd9 --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-00378ae9e9b73dd9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42942026-09-15T03:49:15.318Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name crunchy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crunchy-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="limit_128"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "limit_1024", "limit_128", "limit_2048", "limit_256", "limit_512", "limit_64", "std"))' -C metadata=ea0f7711d298ba30 -C extra-filename=-f06e86fde69d83b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42952026-09-15T03:49:15.318Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/salty-0.3.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cose", "cosey", "default", "ed25519", "rustcrypto", "slow-motion"))' -C metadata=903261755bcca4ff -C extra-filename=-2ff74c92ddb7e788 --out-dir /work/oxidecomputer/omicron/target/debug/build/salty-2ff74c92ddb7e788 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42962026-09-15T03:49:15.459Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
42972026-09-15T03:49:15.462Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-lib-7c8743a367367657/build-script-build`
42982026-09-15T03:49:15.462Z Compiling term v0.7.0
42992026-09-15T03:49:15.498Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name oxide_vpc --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/0525f2f/lib/oxide-vpc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api", "default", "engine", "kernel", "std", "test-help", "usdt"))' -C metadata=de2c0c1151284d8c -C extra-filename=-fd395ee56dd2bb3a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-c2444028eba3d1d1.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-ebb533b121a784e8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-8b45795018347949.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-a2fb83154a192d98.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43002026-09-15T03:49:15.537Z Compiling git-stub-vcs v0.1.0
43012026-09-15T03:49:15.540Z Compiling bit-vec v0.6.3
43022026-09-15T03:49:15.570Z Compiling primeorder v0.13.6
43032026-09-15T03:49:15.573Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/term-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default"))' -C metadata=d9863a34bc58754b -C extra-filename=-a61a9cb9599feb37 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dirs_next=/work/oxidecomputer/omicron/target/debug/deps/libdirs_next-af4d5f7e48a2d613.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43042026-09-15T03:49:15.606Z Compiling itertools v0.10.5
43052026-09-15T03:49:15.610Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name git_stub_vcs --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/git-stub-vcs-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c2df01d161e474f9 -C extra-filename=-547b26885305ff20 --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-30d6cf26f3e64a88.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-33cf399a252efde4.rmeta --extern git_stub=/work/oxidecomputer/omicron/target/debug/deps/libgit_stub-5bb63e4479276332.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43062026-09-15T03:49:15.610Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name bit_vec --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bit-vec-0.6.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde_no_std", "serde_std", "std"))' -C metadata=1e1373a13ff291ef -C extra-filename=-8e4d7242a80799f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43072026-09-15T03:49:15.610Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name primeorder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/primeorder-0.13.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "dev", "serde", "serdect", "std"))' -C metadata=61ca473ee5942534 -C extra-filename=-5a95ac67dfa4b749 --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-543ecd076fef1908.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43082026-09-15T03:49:15.671Z Compiling ena v0.14.4
43092026-09-15T03:49:15.674Z Compiling libloading v0.8.9
43102026-09-15T03:49:15.674Z Compiling bindgen v0.71.1
43112026-09-15T03:49:15.674Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.10.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=53a170363250d10f -C extra-filename=-10d3672ee9505bf0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-2f892cc0986a716b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43122026-09-15T03:49:15.674Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ena --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ena-0.14.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench", "dogged", "persistent"))' -C metadata=a4559a133c214753 -C extra-filename=-84d8ab8badbae957 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a96344eae1a3d1f9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43132026-09-15T03:49:15.704Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name libloading --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libloading-0.8.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(libloading_docs)' --check-cfg 'cfg(target_os, values("cygwin"))' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ea33f368f8ffb9f6 -C extra-filename=-cea422d8415488ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43142026-09-15T03:49:15.704Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bindgen-0.71.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="prettyplease"' --cfg 'feature="runtime"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__cli", "__testing_only_extra_assertions", "__testing_only_libclang_16", "__testing_only_libclang_9", "default", "experimental", "logging", "prettyplease", "runtime", "static", "which-rustfmt"))' -C metadata=8259ba18bdfa7313 -C extra-filename=-2e15f287c393f212 --out-dir /work/oxidecomputer/omicron/target/debug/build/bindgen-2e15f287c393f212 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43152026-09-15T03:49:15.775Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support?rev=fc64732faf5511850b35f1734d572b9953d73374#fc64732f)
43162026-09-15T03:49:15.779Z Compiling ecdsa v0.16.9
43172026-09-15T03:49:15.812Z Compiling regex-syntax v0.6.29
43182026-09-15T03:49:15.816Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_sign --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-a00aa0491da1f0f3/fc64732/lpc55_sign/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clap"))' -C metadata=ebe09d88af198c6a -C extra-filename=-257c27a782d5c9b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-a85bc2f7a054eda7.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-ba57704941fdbd49.rmeta --extern crc_any=/work/oxidecomputer/omicron/target/debug/deps/libcrc_any-38df1fc9f326a20e.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-e723dca237d80cfa.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-fff538b88af305f1.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a96344eae1a3d1f9.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-665451fe828037ea.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6c9795a397cfc660.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-0ffcd82b6bc17d65.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e5eba79edd904ff5.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-fa9478000e7089b0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_hex=/work/oxidecomputer/omicron/target/debug/deps/libserde_hex-4a44900a9e3136ce.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-e02a3c7c21da7b34.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-a2fb83154a192d98.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43192026-09-15T03:49:15.816Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ecdsa --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ecdsa-0.16.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="der"' --cfg 'feature="digest"' --cfg 'feature="hazmat"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="rfc6979"' --cfg 'feature="signing"' --cfg 'feature="spki"' --cfg 'feature="std"' --cfg 'feature="verifying"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "default", "der", "dev", "digest", "hazmat", "pem", "pkcs8", "rfc6979", "serde", "serdect", "sha2", "signing", "spki", "std", "verifying"))' -C metadata=3497db57c2458485 -C extra-filename=-162d87b033f16ff8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-e723dca237d80cfa.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-bb74a95d46416a86.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-543ecd076fef1908.rmeta --extern rfc6979=/work/oxidecomputer/omicron/target/debug/deps/librfc6979-549de6888512a606.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-5a14ea5f2cd7e3d6.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-ca73f97f20f6f002.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43202026-09-15T03:49:15.816Z Compiling cexpr v0.6.0
43212026-09-15T03:49:15.849Z Running `/work/oxidecomputer/omicron/target/debug/build/salty-2ff74c92ddb7e788/build-script-build`
43222026-09-15T03:49:15.884Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.6.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=53f7ac18f9020dd0 -C extra-filename=-fac2c100925d9001 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43232026-09-15T03:49:15.887Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name cexpr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cexpr-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d7a5b21e7c21c911 -C extra-filename=-27868cc1a358ea74 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-31ca6af593560390.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43242026-09-15T03:49:15.921Z Compiling bit-set v0.5.3
43252026-09-15T03:49:15.955Z Running `/work/oxidecomputer/omicron/target/debug/build/clang-sys-31708bc2002c99b2/build-script-build`
43262026-09-15T03:49:15.959Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name bit_set --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bit-set-0.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=f03ba4f79daded62 -C extra-filename=-a71d93490a825a64 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-8e4d7242a80799f4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43272026-09-15T03:49:15.987Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
43282026-09-15T03:49:16.023Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-00378ae9e9b73dd9/build-script-build`
43292026-09-15T03:49:16.061Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name rats_corim --edition=2021 /home/build/.cargo/git/checkouts/rats-corim-f56b95316a7c2271/f0d5d51/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d61943eb6fe9b992 -C extra-filename=-3a66ccb98869e71f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ddef13110ccf1ec1.rmeta --extern ciborium_io=/work/oxidecomputer/omicron/target/debug/deps/libciborium_io-d36d8fa1e5e410b5.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-520e79432e611323.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-8a4732afddef8a4f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43302026-09-15T03:49:16.065Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
43312026-09-15T03:49:16.098Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name vergen_lib --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-lib-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="git"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "default", "emit_and_set", "git", "rustc", "si", "unstable"))' -C metadata=4a1d79dec805f3d0 -C extra-filename=-42f9e16fad44815f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-44255a8e505b18de.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg stable --check-cfg 'cfg(nightly)' --check-cfg 'cfg(beta)' --check-cfg 'cfg(stable)'`
43322026-09-15T03:49:16.130Z Compiling proc-macro-error2 v2.0.1
43332026-09-15T03:49:16.133Z Compiling rustc-hash v2.1.1
43342026-09-15T03:49:16.133Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
43352026-09-15T03:49:16.133Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ddm_protocol --edition=2024 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/ce015cd/ddm-protocol/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a759e07204c3b825 -C extra-filename=-b585afafffdebfcd --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-46d57a0453a4e826.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43362026-09-15T03:49:16.236Z Compiling ascii-canvas v3.0.0
43372026-09-15T03:49:16.241Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error2-2.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::pedantic' --warn=unexpected_cfgs '--allow=clippy::module_name_repetitions' --check-cfg 'cfg(run_ui_tests)' --cfg 'feature="default"' --cfg 'feature="syn-error"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "syn-error"))' -C metadata=180efbae85f6b90a -C extra-filename=-4d9390a364a21ca3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro_error_attr2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error_attr2-00d8a25da3af13a3.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43382026-09-15T03:49:16.241Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name rustc_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustc-hash-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "rand", "std"))' -C metadata=024de42acaed9f66 -C extra-filename=-b8cdcb31c1c8b8c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43392026-09-15T03:49:16.241Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 dns-server/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c80f302a045e9c0b -C extra-filename=-da57a1da362262c0 --out-dir /work/oxidecomputer/omicron/target/debug/build/dns-server-da57a1da362262c0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern git_stub_vcs=/work/oxidecomputer/omicron/target/debug/deps/libgit_stub_vcs-547b26885305ff20.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43402026-09-15T03:49:16.303Z Running `/work/oxidecomputer/omicron/target/debug/build/tiny-keccak-7d80d74148993b14/build-script-build`
43412026-09-15T03:49:16.306Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name salty --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/salty-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cose", "cosey", "default", "ed25519", "rustcrypto", "slow-motion"))' -C metadata=ccdf14f8977faa9e -C extra-filename=-77840e6b6e2d2bdd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2d4823f85931691.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg tweetnacl`
43422026-09-15T03:49:16.306Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ascii_canvas --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ascii-canvas-3.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=222416528d289139 -C extra-filename=-b8e6c9300f207736 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-a61a9cb9599feb37.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43432026-09-15T03:49:16.307Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.8.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=bc9f6a5b3245d05c -C extra-filename=-c01526fc8ca6ad63 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-fe81d81eca53d050.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-88db28b097ca3987.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43442026-09-15T03:49:16.372Z Compiling prefix-trie v0.7.0
43452026-09-15T03:49:16.410Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name prefix_trie --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/prefix-trie-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="ipnet"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cidr", "default", "ipnet", "ipnetwork", "serde"))' -C metadata=1409d859b7e1fdfa -C extra-filename=-d60e14a908a820c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-b38ea0edf80b482b.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6c9795a397cfc660.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43462026-09-15T03:49:16.413Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_controller --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/03a79a8/controller/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api-traits"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits"))' -C metadata=641bb6a6ad4680ce -C extra-filename=-731cfe6148305b80 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-0f5539a2457549e4.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-af208bc9d100447a.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-70d26705e78829f0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-72dd8c778c15f0a7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern transceiver_decode=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_decode-c4d4b8dc3c04ad3a.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-70636d460b077ee1.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-49e733439b69b674.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm`
43472026-09-15T03:49:16.481Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name clang_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clang-sys-1.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clang_10_0"' --cfg 'feature="clang_11_0"' --cfg 'feature="clang_3_5"' --cfg 'feature="clang_3_6"' --cfg 'feature="clang_3_7"' --cfg 'feature="clang_3_8"' --cfg 'feature="clang_3_9"' --cfg 'feature="clang_4_0"' --cfg 'feature="clang_5_0"' --cfg 'feature="clang_6_0"' --cfg 'feature="clang_7_0"' --cfg 'feature="clang_8_0"' --cfg 'feature="clang_9_0"' --cfg 'feature="libloading"' --cfg 'feature="runtime"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clang_10_0", "clang_11_0", "clang_12_0", "clang_13_0", "clang_14_0", "clang_15_0", "clang_16_0", "clang_17_0", "clang_18_0", "clang_3_5", "clang_3_6", "clang_3_7", "clang_3_8", "clang_3_9", "clang_4_0", "clang_5_0", "clang_6_0", "clang_7_0", "clang_8_0", "clang_9_0", "libcpp", "libloading", "runtime", "static"))' -C metadata=5aede37d10600a94 -C extra-filename=-4a875ddf2a4348f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-32e11cbbb0cbd818.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern libloading=/work/oxidecomputer/omicron/target/debug/deps/liblibloading-cea422d8415488ca.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43482026-09-15T03:49:16.549Z Compiling libxml v0.3.3
43492026-09-15T03:49:16.584Z Compiling p384 v0.13.1
43502026-09-15T03:49:16.587Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libxml-0.3.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2e2831fd1145967b -C extra-filename=-c62c203ccf0d0176 --out-dir /work/oxidecomputer/omicron/target/debug/build/libxml-c62c203ccf0d0176 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-62584c7c957af197.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43512026-09-15T03:49:16.587Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name p384 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/p384-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ecdsa"' --cfg 'feature="ecdsa-core"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="sha2"' --cfg 'feature="sha384"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "bits", "default", "digest", "ecdh", "ecdsa", "ecdsa-core", "expose-field", "hash2curve", "hex-literal", "jwk", "pem", "pkcs8", "serde", "serdect", "sha2", "sha384", "std", "test-vectors", "voprf"))' -C metadata=1547341759d4ef58 -C extra-filename=-ad57b9d727cb25d6 --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-162d87b033f16ff8.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-543ecd076fef1908.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-5a95ac67dfa4b749.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43522026-09-15T03:49:16.687Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
43532026-09-15T03:49:16.690Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name vergen_gitcl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-gitcl-1.0.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "default", "emit_and_set", "rustc", "si", "unstable"))' -C metadata=fd1017e2881b7ac9 -C extra-filename=-d9d8f919e1b49468 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-44255a8e505b18de.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-c6ed9aaa77e72a1f.rmeta --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-0cd717b01a63ee1b.rmeta --extern vergen_lib=/work/oxidecomputer/omicron/target/debug/deps/libvergen_lib-42f9e16fad44815f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg stable --check-cfg 'cfg(nightly)' --check-cfg 'cfg(beta)' --check-cfg 'cfg(stable)'`
43542026-09-15T03:49:16.690Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ddm_api_types_versions --edition=2024 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/ce015cd/ddm-api-types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1a8ee731ff728c31 -C extra-filename=-adc572987ca5a608 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ddm_protocol=/work/oxidecomputer/omicron/target/debug/deps/libddm_protocol-b585afafffdebfcd.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-25994cd4633785c6.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43552026-09-15T03:49:16.756Z Compiling strum_macros v0.24.3
43562026-09-15T03:49:16.760Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum_macros-0.24.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1151b682e199747d -C extra-filename=-5ae813a9bb19abd8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-2408c3d4c6d3556f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-284f66ec6731db10.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aee7d2f8582b61aa.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43572026-09-15T03:49:16.796Z Compiling nanorand v0.7.0
43582026-09-15T03:49:16.827Z Compiling hickory-server v0.25.2
43592026-09-15T03:49:16.864Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nanorand --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nanorand-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="chacha"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="pcg64"' --cfg 'feature="std"' --cfg 'feature="tls"' --cfg 'feature="wyrand"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "chacha", "default", "getrandom", "pcg64", "rdseed", "std", "tls", "wyrand", "zeroize"))' -C metadata=1571cbe97819e6d7 -C extra-filename=-447867a2e23962eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-53a24cd2896410db.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43602026-09-15T03:49:16.867Z Compiling indoc v1.0.9
43612026-09-15T03:49:16.901Z Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-2e15f287c393f212/build-script-build`
43622026-09-15T03:49:16.905Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name hickory_server --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(nightly)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__dnssec", "__h3", "__https", "__quic", "__tls", "backtrace", "blocklist", "dnssec-aws-lc-rs", "dnssec-ring", "h3-aws-lc-rs", "h3-ring", "https-aws-lc-rs", "https-ring", "metrics", "quic-aws-lc-rs", "quic-ring", "recursor", "resolver", "rusqlite", "rustls-platform-verifier", "sqlite", "testing", "tls-aws-lc-rs", "tls-ring", "toml", "webpki-roots"))' -C metadata=762d4abe7346d9d5 -C extra-filename=-e33e4b6bdcfe4e2c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-f9cb17c5fc4ad8cd.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-33914e6d8b4c14ed.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-20dba1b7e6ddb3f5.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-2d97cea01ac59601.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-b38ea0edf80b482b.rmeta --extern prefix_trie=/work/oxidecomputer/omicron/target/debug/deps/libprefix_trie-d60e14a908a820c2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-c6ed9aaa77e72a1f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4e06b03adca01890.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-24cc06f08e4187a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43632026-09-15T03:49:16.905Z Compiling quick-xml v0.37.5
43642026-09-15T03:49:16.905Z Compiling impl-trait-for-tuples v0.2.3
43652026-09-15T03:49:16.905Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name indoc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indoc-1.0.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f53de1a73a4aac6f -C extra-filename=-7e032ea0c0df3de5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43662026-09-15T03:49:16.937Z Compiling oso-derive v0.27.3
43672026-09-15T03:49:16.941Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name quick_xml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quick-xml-0.37.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serialize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "async-tokio", "default", "document-features", "encoding", "encoding_rs", "escape-html", "overlapped-lists", "serde", "serde-types", "serialize", "tokio"))' -C metadata=0181d89d883b93dc -C extra-filename=-4f1b0a5e40e5f916 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-054bf847d36a6b9e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43682026-09-15T03:49:16.941Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name impl_trait_for_tuples --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/impl-trait-for-tuples-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3dfee1d05d923936 -C extra-filename=-c87fe0193aeff696 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43692026-09-15T03:49:16.941Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name oso_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/oso-derive-0.27.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9da774a0b5915c50 -C extra-filename=-2814e1293aa99f04 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aee7d2f8582b61aa.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43702026-09-15T03:49:16.975Z Compiling openssl-probe v0.1.6
43712026-09-15T03:49:17.013Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
43722026-09-15T03:49:17.016Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name openssl_probe --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-probe-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8e80f091c7aa75fc -C extra-filename=-ba548cb97a05fd57 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43732026-09-15T03:49:17.051Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name opte_ioctl --edition=2024 /home/build/.cargo/git/checkouts/opte-805e3894c4fde514/0525f2f/lib/opte-ioctl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2b3349985009d773 -C extra-filename=-f7bbc109a87a1012 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-1b77a764ab8acbe5.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-ebb533b121a784e8.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-fd395ee56dd2bb3a.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-d8cdc101683a150c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43742026-09-15T03:49:17.089Z Compiling darling_macro v0.21.3
43752026-09-15T03:49:17.092Z Compiling knus-derive v3.4.0
43762026-09-15T03:49:17.092Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name tiny_keccak --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tiny-keccak-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="sha3"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cshake", "default", "fips202", "k12", "keccak", "kmac", "parallel_hash", "sha3", "shake", "sp800", "tuple_hash"))' -C metadata=11bc68540d8a7315 -C extra-filename=-10c4617782afbc15 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crunchy=/work/oxidecomputer/omicron/target/debug/deps/libcrunchy-f06e86fde69d83b5.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43772026-09-15T03:49:17.163Z Compiling parking_lot v0.11.2
43782026-09-15T03:49:17.166Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name darling_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_macro-0.21.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=71076bdb9820bef7 -C extra-filename=-3a297eeb89731cb3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling_core=/work/oxidecomputer/omicron/target/debug/deps/libdarling_core-05c044b00e454915.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43792026-09-15T03:49:17.166Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name knus_derive --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/knus-derive-3.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unused_assignments --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=adb0f296d85d4ade -C extra-filename=-0937861cf4ba085d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-b4d67f07919ede1e.rlib --extern proc_macro_error2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error2-4d9390a364a21ca3.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43802026-09-15T03:49:17.201Z Compiling flume v0.11.1
43812026-09-15T03:49:17.237Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arc_lock", "deadlock_detection", "default", "nightly", "owning_ref", "send_guard", "serde", "stdweb", "wasm-bindgen"))' -C metadata=639fbc3ec80aa7b1 -C extra-filename=-a462071880d483a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-fe81d81eca53d050.rmeta --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-2be7686a7f17e267.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-c01526fc8ca6ad63.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43822026-09-15T03:49:17.240Z Running `/work/oxidecomputer/omicron/target/debug/build/libxml-c62c203ccf0d0176/build-script-build`
43832026-09-15T03:49:17.270Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name flume --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flume-0.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' --cfg 'feature="default"' --cfg 'feature="eventual-fairness"' --cfg 'feature="futures-core"' --cfg 'feature="futures-sink"' --cfg 'feature="nanorand"' --cfg 'feature="select"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async", "default", "eventual-fairness", "futures-core", "futures-sink", "nanorand", "select", "spin"))' -C metadata=008eccb1f9c117fb -C extra-filename=-039c0a5661b362fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-f57b0cec2750c1f6.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-8b18dc3fcc726a8b.rmeta --extern nanorand=/work/oxidecomputer/omicron/target/debug/deps/libnanorand-447867a2e23962eb.rmeta --extern spin1=/work/oxidecomputer/omicron/target/debug/deps/libspin-6e51a3a64baf0661.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43842026-09-15T03:49:17.303Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
43852026-09-15T03:49:17.306Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
43862026-09-15T03:49:17.341Z Compiling hubtools v0.4.9 (https://github.com/oxidecomputer/hubtools.git?rev=87881bd389025f7c5692c0be153452c11ae3312e#87881bd3)
43872026-09-15T03:49:17.345Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name attest_data --edition=2021 /home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/4a39ef0/attest-data/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="der"' --cfg 'feature="getrandom"' --cfg 'feature="hex"' --cfg 'feature="rats-corim"' --cfg 'feature="std"' --cfg 'feature="thiserror"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "der", "getrandom", "hex", "rats-corim", "std", "testing", "thiserror"))' -C metadata=1e33f7bd9e82c375 -C extra-filename=-962294e41d4a3717 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-ba57704941fdbd49.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-e723dca237d80cfa.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-21201851a35fa059.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-0f5539a2457549e4.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-3a66ccb98869e71f.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-77840e6b6e2d2bdd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-520e79432e611323.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-bfc5ccdff2db0195.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43882026-09-15T03:49:17.376Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/ipcc-rs-f6fee85f3fbbf49d/7cdf2ab/libipcc/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=37bf81c0a7344ef0 -C extra-filename=-2c565afa591740ee --out-dir /work/oxidecomputer/omicron/target/debug/build/libipcc-2c565afa591740ee -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43892026-09-15T03:49:17.415Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
43902026-09-15T03:49:17.418Z Compiling trait-variant v0.1.2
43912026-09-15T03:49:17.418Z Compiling assert_matches v1.5.0
43922026-09-15T03:49:17.418Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
43932026-09-15T03:49:17.418Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name hubtools --edition=2024 /home/build/.cargo/git/checkouts/hubtools-48e485b08d647fd4/87881bd/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=590dfe29298d1c92 -C extra-filename=-bea3e5c996983297 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-93a1365be822cb8b.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-665451fe828037ea.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-257c27a782d5c9b8.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-5c17d176841e6ce1.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-2a5d9289d475e777.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-fa9478000e7089b0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-019cf7a4c4e0c570.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-904063bdd925bd01.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-e143e7aacf77bb06.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-e02a3c7c21da7b34.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-a2fb83154a192d98.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-2403599ae9553380.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43942026-09-15T03:49:17.419Z Running `/work/oxidecomputer/omicron/target/debug/build/dns-server-da57a1da362262c0/build-script-build`
43952026-09-15T03:49:17.450Z Compiling lalrpop v0.19.12
43962026-09-15T03:49:17.453Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name assert_matches --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/assert_matches-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0ae703480b670c13 -C extra-filename=-111dcf7fcda33dc3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43972026-09-15T03:49:17.453Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name trait_variant --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/trait-variant-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e0aef1ec10526fe3 -C extra-filename=-b241f29d84da5786 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43982026-09-15T03:49:17.453Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 git-version/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fd4643f679734cf5 -C extra-filename=-e8e2c0f01adf4ecc --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-git-version-e8e2c0f01adf4ecc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern vergen_gitcl=/work/oxidecomputer/omicron/target/debug/deps/libvergen_gitcl-d9d8f919e1b49468.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43992026-09-15T03:49:17.453Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name dice_util_barcode --edition=2024 /home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/4a39ef0/barcode/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-oid", "slog", "slog-error-chain", "std", "x509-cert"))' -C metadata=f06aeff9d6b08eb9 -C extra-filename=-93280b6cb057298d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44002026-09-15T03:49:17.453Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name lalrpop --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lalrpop-0.19.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "lexer", "pico-args", "test"))' -C metadata=8b6cdbb2aecda8c1 -C extra-filename=-43e025a4611d358c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ascii_canvas=/work/oxidecomputer/omicron/target/debug/deps/libascii_canvas-b8e6c9300f207736.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-a71d93490a825a64.rmeta --extern diff=/work/oxidecomputer/omicron/target/debug/deps/libdiff-b49d5af721eb25a7.rmeta --extern ena=/work/oxidecomputer/omicron/target/debug/deps/libena-84d8ab8badbae957.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-b3006f7ed630068b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-10d3672ee9505bf0.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-af56003b6d749e39.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c1bfad4f3c1f7731.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-fac2c100925d9001.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-25ab7953a9b0822f.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-a61a9cb9599feb37.rmeta --extern tiny_keccak=/work/oxidecomputer/omicron/target/debug/deps/libtiny_keccak-10c4617782afbc15.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-cbbac3a7e9f53198.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44012026-09-15T03:49:17.518Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name libxml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libxml-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=285d070997c9bf74 -C extra-filename=-9be4d5052de6b0da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l xml2`
44022026-09-15T03:49:17.581Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
44032026-09-15T03:49:17.584Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/sprockets-882d17aeeb0cb343/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=b6b74c5330f2f520 -C extra-filename=-df571a7f5bdc525b --out-dir /work/oxidecomputer/omicron/target/debug/build/sprockets-tls-df571a7f5bdc525b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44042026-09-15T03:49:17.651Z Compiling sled v0.34.7
44052026-09-15T03:49:17.654Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sled-0.34.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="no_metrics"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "color-backtrace", "compression", "default", "docs", "event_log", "failpoints", "io_uring", "lock_free_delays", "measure_allocs", "miri_optimizations", "mutex", "no_inline", "no_logs", "no_metrics", "pretty_backtrace", "rio", "testing", "zstd"))' -C metadata=a4c4a2061c69670f -C extra-filename=-a6be62d9bf577b0a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-0d1d74eea2047571.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-c2ea5a3e72737bc1.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-50e9efe714b4e28a.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-ee0cee2fe990753d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a96344eae1a3d1f9.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-a462071880d483a4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44062026-09-15T03:49:17.787Z Compiling corncobs v0.1.4
44072026-09-15T03:49:17.827Z Compiling bb8 v0.8.6
44082026-09-15T03:49:17.830Z Compiling secrecy v0.8.0
44092026-09-15T03:49:17.831Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name corncobs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/corncobs-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=5977fd92d4f6603f -C extra-filename=-3ad3e6f9a1ff60a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44102026-09-15T03:49:17.831Z Compiling nonempty v0.12.0
44112026-09-15T03:49:17.862Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name secrecy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/secrecy-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "bytes", "default", "serde"))' -C metadata=2502b02e32e67787 -C extra-filename=-b10789da333cdd33 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44122026-09-15T03:49:17.865Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name bb8 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bb8-0.8.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="parking_lot"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "parking_lot"))' -C metadata=4ac43a432fb6bd72 -C extra-filename=-7bdc5321b80fbd35 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-20dba1b7e6ddb3f5.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-5953e829bf18ad36.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44132026-09-15T03:49:17.865Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nonempty --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nonempty-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "bincode", "default", "serialize", "std"))' -C metadata=f51c7a0233c0c503 -C extra-filename=-ae867e9d6d10901d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44142026-09-15T03:49:17.929Z Compiling mime_guess v2.0.5
44152026-09-15T03:49:17.932Z Running `/work/oxidecomputer/omicron/target/debug/build/libipcc-2c565afa591740ee/build-script-build`
44162026-09-15T03:49:17.932Z Compiling http-range v0.1.5
44172026-09-15T03:49:17.964Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mime_guess-2.0.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rev-mappings"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=825c5a1bf232ad9b -C extra-filename=-d66b892e1d68d780 --out-dir /work/oxidecomputer/omicron/target/debug/build/mime_guess-d66b892e1d68d780 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-8160050710f6ec0d.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44182026-09-15T03:49:17.967Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name http_range --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-range-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cd4c7bc84f061886 -C extra-filename=-54ea2634f4c28de7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44192026-09-15T03:49:18.003Z Compiling progenitor-macro v0.14.0
44202026-09-15T03:49:18.006Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_macro --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-macro-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d43903ee98101a05 -C extra-filename=-a8a95409af18e5d4 --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-43c55b0f49f9feb6.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-e9e59cb6bb390986.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-67c7166b182ad1aa.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-880c138e94e08aa6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44212026-09-15T03:49:18.040Z Running `/work/oxidecomputer/omicron/target/debug/build/sprockets-tls-df571a7f5bdc525b/build-script-build`
44222026-09-15T03:49:18.075Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
44232026-09-15T03:49:18.163Z Compiling signal-hook-tokio v0.3.1
44242026-09-15T03:49:18.167Z Compiling scuffle v0.1.0
44252026-09-15T03:49:18.197Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name dice_mfg_msgs --edition=2021 /home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/4a39ef0/dice-mfg-msgs/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="const-oid"' --cfg 'feature="std"' --cfg 'feature="x509-cert"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-oid", "std", "x509-cert"))' -C metadata=c6c87c50c47e11e2 -C extra-filename=-82c6871faafbe01c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-ba57704941fdbd49.rmeta --extern corncobs=/work/oxidecomputer/omicron/target/debug/deps/libcorncobs-3ad3e6f9a1ff60a1.rmeta --extern dice_util_barcode=/work/oxidecomputer/omicron/target/debug/deps/libdice_util_barcode-93280b6cb057298d.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-0f5539a2457549e4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-1a0dffbe7c673471.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-e02a3c7c21da7b34.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-a2fb83154a192d98.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44262026-09-15T03:49:18.200Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name libipcc --edition=2021 /home/build/.cargo/git/checkouts/ipcc-rs-f6fee85f3fbbf49d/7cdf2ab/libipcc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=40a7f90a55244bf0 -C extra-filename=-814f4c615715e0fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-df2e14f6fdb1e2e8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/platform/oxide/lib/amd64/`
44272026-09-15T03:49:18.200Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name scuffle --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scuffle-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="daft"' --cfg 'feature="smf-by-instance"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("daft", "smf-by-instance", "testing"))' -C metadata=87020e810e78070c -C extra-filename=-0632c0403103b89c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-3948ba2719554b61.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern libscf_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibscf_sys-3a90c563f18a5063.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6c9795a397cfc660.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44282026-09-15T03:49:18.200Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_tokio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-tokio-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="futures-core-0_3"' --cfg 'feature="futures-v0_3"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures-core-0_3", "futures-v0_3"))' -C metadata=ee413fb1b20cf8c6 -C extra-filename=-b508a3ff452e0310 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core_0_3=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-f57b0cec2750c1f6.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95c60d69048b2f72.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44292026-09-15T03:49:18.272Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=ff9f27aa0d6ef6fb64c349890b6e3c242ea3d8fc#ff9f27aa)
44302026-09-15T03:49:18.322Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
44312026-09-15T03:49:18.325Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name attest_data --edition=2021 /home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/ff9f27a/attest-data/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="der"' --cfg 'feature="getrandom"' --cfg 'feature="hex"' --cfg 'feature="rats-corim"' --cfg 'feature="std"' --cfg 'feature="thiserror"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "der", "getrandom", "hex", "rats-corim", "std", "testing", "thiserror"))' -C metadata=66a16d98bba72c71 -C extra-filename=-58795d5e6a3e8eef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-ba57704941fdbd49.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-e723dca237d80cfa.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-5d1a82fc3b083576.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-0f5539a2457549e4.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-3a66ccb98869e71f.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-77840e6b6e2d2bdd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-520e79432e611323.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-bfc5ccdff2db0195.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44322026-09-15T03:49:18.325Z Compiling tungstenite v0.23.0
44332026-09-15T03:49:18.325Z Compiling darling v0.21.3
44342026-09-15T03:49:18.356Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name mg_api_types --edition=2024 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/ce015cd/mg-api-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clap"))' -C metadata=66d819fceb28bf69 -C extra-filename=-89741af91b86b4b3 --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-c3d5761c2c903403.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44352026-09-15T03:49:18.358Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tungstenite-0.23.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="data-encoding"' --cfg 'feature="handshake"' --cfg 'feature="http"' --cfg 'feature="httparse"' --cfg 'feature="sha1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__rustls-tls", "data-encoding", "default", "handshake", "http", "httparse", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "sha1", "url", "webpki-roots"))' -C metadata=b7ddd88a81e5a3b3 -C extra-filename=-284c0e829aa3cff3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-a85bc2f7a054eda7.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-f9cb17c5fc4ad8cd.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-6b7d616efe01bc15.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a96344eae1a3d1f9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e08634a0971964ae.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-35fb0b5687fedf25.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-df2e14f6fdb1e2e8.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-5a0329b9b47e3712.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44362026-09-15T03:49:18.392Z Compiling void v1.0.2
44372026-09-15T03:49:18.395Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
44382026-09-15T03:49:18.395Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name darling --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling-0.21.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(compiletests)' --cfg 'feature="default"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "diagnostics", "serde", "suggestions"))' -C metadata=c03604599e4ebd4e -C extra-filename=-fc36845d5b80885f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling_core=/work/oxidecomputer/omicron/target/debug/deps/libdarling_core-05c044b00e454915.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-3a297eeb89731cb3.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44392026-09-15T03:49:18.395Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name void --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/void-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=2d9048d87a56c62f -C extra-filename=-1294022430ceeb16 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44402026-09-15T03:49:18.429Z Compiling tlvc v0.4.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#7a96eab9)
44412026-09-15T03:49:18.433Z Compiling nix v0.27.1
44422026-09-15T03:49:18.433Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name fmd_adm --edition=2024 /home/build/.cargo/git/checkouts/fmd-adm-35bfe7e50a1b9bbe/846361b/fmd-adm/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0cb3e6199446c267 -C extra-filename=-d246b2e056ea92c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rmeta --extern illumos_nvpair=/work/oxidecomputer/omicron/target/debug/deps/libillumos_nvpair-6f2eafd4503b8ddc.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/fm/amd64`
44432026-09-15T03:49:18.467Z Compiling serde_bytes v0.11.19
44442026-09-15T03:49:18.470Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name tlvc --edition=2024 /home/build/.cargo/git/checkouts/tlvc-13cecd28e8456f3c/7a96eab/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=fe667b5ecbb8f6b5 -C extra-filename=-e9a6d503c9d96bac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-f1cae9b1accadfdd.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-a2fb83154a192d98.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-2c77c7c780369f98.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44452026-09-15T03:49:18.503Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.27.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="memoffset"' --cfg 'feature="net"' --cfg 'feature="socket"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=27f23df972abf2c8 -C extra-filename=-f11b73dea6e981e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-3948ba2719554b61.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-183ba5d0e4927680.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44462026-09-15T03:49:18.538Z Compiling yansi v1.0.1
44472026-09-15T03:49:18.541Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_bytes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_bytes-0.11.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=b7c500429f3d084f -C extra-filename=-d9e0eddf025cef2e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-26aea309b97267ee.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44482026-09-15T03:49:18.541Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name yansi --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yansi-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("_nightly", "alloc", "default", "detect-env", "detect-tty", "hyperlink", "is-terminal", "std"))' -C metadata=92fd3e1026ff0cbb -C extra-filename=-591fce1346449b47 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44492026-09-15T03:49:18.604Z Compiling cpubits v0.1.1
44502026-09-15T03:49:18.608Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name cpubits --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpubits-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(cpubits, values("16", "32", "64"))' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a38e293ec228aeaf -C extra-filename=-83bff7d0c39af0c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44512026-09-15T03:49:18.608Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name bindgen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bindgen-0.71.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="prettyplease"' --cfg 'feature="runtime"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__cli", "__testing_only_extra_assertions", "__testing_only_libclang_16", "__testing_only_libclang_9", "default", "experimental", "logging", "prettyplease", "runtime", "static", "which-rustfmt"))' -C metadata=60749ad1153ebfd3 -C extra-filename=-08b197286f56bd97 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-3948ba2719554b61.rmeta --extern cexpr=/work/oxidecomputer/omicron/target/debug/deps/libcexpr-27868cc1a358ea74.rmeta --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-4a875ddf2a4348f3.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-daa2bccd3b7a4092.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a96344eae1a3d1f9.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-c7896ef16e4748f0.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-b8cdcb31c1c8b8c9.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-6319ee8dca09070d.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44522026-09-15T03:49:18.643Z Compiling dsl_auto_type v0.2.0
44532026-09-15T03:49:18.646Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name dsl_auto_type --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dsl_auto_type-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fc57f012fab0b176 -C extra-filename=-aecf68ad16c30d4b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling=/work/oxidecomputer/omicron/target/debug/deps/libdarling-fc36845d5b80885f.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-2f892cc0986a716b.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-b4d67f07919ede1e.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44542026-09-15T03:49:18.683Z Compiling lzss v0.8.2
44552026-09-15T03:49:18.719Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name lzss --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lzss-0.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "const_panic", "default", "std"))' -C metadata=1f645aabbffe9880 -C extra-filename=-3963c08eb1f4ac99 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern void=/work/oxidecomputer/omicron/target/debug/deps/libvoid-1294022430ceeb16.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44562026-09-15T03:49:18.722Z Compiling libz-sys v1.1.24
44572026-09-15T03:49:18.757Z Compiling pem-rfc7468 v1.0.0
44582026-09-15T03:49:18.761Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
44592026-09-15T03:49:18.761Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libz-sys-1.1.24/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(zng)' --cfg 'feature="libc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "cmake", "default", "libc", "static", "stock-zlib", "zlib-ng", "zlib-ng-no-cmake-experimental-community-maintained"))' -C metadata=08597ec840bed048 -C extra-filename=-83d374143dcffd3f --out-dir /work/oxidecomputer/omicron/target/debug/build/libz-sys-83d374143dcffd3f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-8f5da3de5601b39f.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-62584c7c957af197.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-3b81e8a9236fb0cd.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44602026-09-15T03:49:18.761Z Compiling universal-hash v0.6.1
44612026-09-15T03:49:18.827Z Compiling libgit2-sys v0.18.3+1.9.2
44622026-09-15T03:49:18.830Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name pem_rfc7468 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pem-rfc7468-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=1e82e1d7b74c55a5 -C extra-filename=-28962bfad6c4e6c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-4641a7d020b1e261.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44632026-09-15T03:49:18.864Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_messages --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/878a31e/messages/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api-traits"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits", "default", "std"))' -C metadata=b5beda07666e7348 -C extra-filename=-3f7728d84f8cb82b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-3948ba2719554b61.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-0f5539a2457549e4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44642026-09-15T03:49:18.868Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name universal_hash --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/universal-hash-0.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bc2342d7f89a4b8d -C extra-filename=-8f9eaef02c635b00 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-fbb8059747997d16.rmeta --extern ctutils=/work/oxidecomputer/omicron/target/debug/deps/libctutils-2d1a5e6b7b265c07.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44652026-09-15T03:49:18.868Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
44662026-09-15T03:49:18.868Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libgit2-sys-0.18.3+1.9.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("https", "libssh2-sys", "openssl-sys", "ssh", "vendored", "vendored-openssl", "zlib-ng-compat"))' -C metadata=6b5168f81e48cb08 -C extra-filename=-2d6effba9317c720 --out-dir /work/oxidecomputer/omicron/target/debug/build/libgit2-sys-2d6effba9317c720 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-8f5da3de5601b39f.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-62584c7c957af197.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44672026-09-15T03:49:18.900Z Compiling instability v0.3.11
44682026-09-15T03:49:18.930Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/878a31e/controller/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api-traits"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits"))' -C metadata=19d6521aba97e394 -C extra-filename=-c7e48c664f59db6c --out-dir /work/oxidecomputer/omicron/target/debug/build/transceiver-controller-c7e48c664f59db6c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-464edf1bc7384a2b.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44692026-09-15T03:49:18.933Z Compiling pretty_assertions v1.4.1
44702026-09-15T03:49:18.933Z Running `/work/oxidecomputer/omicron/target/debug/build/mime_guess-d66b892e1d68d780/build-script-build`
44712026-09-15T03:49:18.967Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/instability-0.3.11/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=785a5de2f486d9a4 -C extra-filename=-22e02ea1d2d421da --out-dir /work/oxidecomputer/omicron/target/debug/build/instability-22e02ea1d2d421da -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44722026-09-15T03:49:18.970Z Compiling colored v2.2.0
44732026-09-15T03:49:18.970Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-git-version-e8e2c0f01adf4ecc/build-script-build`
44742026-09-15T03:49:18.970Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name pretty_assertions --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pretty_assertions-1.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "unstable"))' -C metadata=5fcfa6284ac2a39d -C extra-filename=-b1fab63ab540fe54 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern diff=/work/oxidecomputer/omicron/target/debug/deps/libdiff-b49d5af721eb25a7.rmeta --extern yansi=/work/oxidecomputer/omicron/target/debug/deps/libyansi-591fce1346449b47.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44752026-09-15T03:49:18.970Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name colored --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colored-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-color"))' -C metadata=cc56fd8e24db099e -C extra-filename=-f1187bf1a109a946 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-f2541ba6c8c9160c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44762026-09-15T03:49:19.063Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=ff9f27aa0d6ef6fb64c349890b6e3c242ea3d8fc#ff9f27aa)
44772026-09-15T03:49:19.066Z Compiling tokio-tungstenite v0.23.1
44782026-09-15T03:49:19.066Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name dice_verifier --edition=2021 /home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/ff9f27a/verifier/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ipcc"' --cfg 'feature="libipcc"' --cfg 'feature="mock"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ipcc", "libipcc", "mock", "sled-agent", "sled-agent-client", "sled-agent-types-versions", "testing", "tokio"))' -C metadata=73b127a60d6e081d -C extra-filename=-82589cfa58309ddd --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-58795d5e6a3e8eef.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-ba57704941fdbd49.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-2aae56dabc2c1819.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-fff538b88af305f1.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-0f5539a2457549e4.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-814f4c615715e0fa.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a96344eae1a3d1f9.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-ad57b9d727cb25d6.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-3a66ccb98869e71f.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7cf75c25b3ee927c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-e02a3c7c21da7b34.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
44792026-09-15T03:49:19.100Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-tungstenite-0.23.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="connect"' --cfg 'feature="default"' --cfg 'feature="handshake"' --cfg 'feature="stream"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__rustls-tls", "connect", "default", "handshake", "native-tls", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-pki-types", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "stream", "tokio-native-tls", "tokio-rustls", "url", "webpki-roots"))' -C metadata=3db4f2b50dbe8d30 -C extra-filename=-d7104470457fdb4a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-20dba1b7e6ddb3f5.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a96344eae1a3d1f9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-284c0e829aa3cff3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44802026-09-15T03:49:19.239Z Compiling castaway v0.2.4
44812026-09-15T03:49:19.242Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name mime_guess --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mime_guess-2.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rev-mappings"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=09b7ee1134afe0e7 -C extra-filename=-a6a60f74ea507334 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-b757ef982f295bb7.rmeta --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-8160050710f6ec0d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44822026-09-15T03:49:19.273Z Compiling indoc v2.0.7
44832026-09-15T03:49:19.276Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name castaway --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/castaway-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=02349eed7faf66f2 -C extra-filename=-3e7670847c878f1d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-284f66ec6731db10.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44842026-09-15T03:49:19.310Z Compiling progenitor-impl v0.13.0
44852026-09-15T03:49:19.313Z Compiling lru v0.12.5
44862026-09-15T03:49:19.313Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name indoc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indoc-2.0.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2e377676fa82f1c3 -C extra-filename=-e2e6f37ae88463a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44872026-09-15T03:49:19.313Z Compiling knus v3.4.0
44882026-09-15T03:49:19.313Z Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
44892026-09-15T03:49:19.343Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-impl-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4091b6e9f638374a -C extra-filename=-cef26526b6048d63 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-b4d67f07919ede1e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-df56548816dd36a4.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-43c55b0f49f9feb6.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-917444d7bf461a49.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-01edd4035b1021f2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44902026-09-15T03:49:19.346Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name lru --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lru-0.12.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="hashbrown"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "hashbrown", "nightly"))' -C metadata=1265cb7d57e5d3f6 -C extra-filename=-efcf4be9732349e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-24e9546b5dd3595e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44912026-09-15T03:49:19.346Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name knus --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/knus-3.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unused_assignments --cfg 'feature="base64"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="knus-derive"' --cfg 'feature="line-numbers"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("base64", "default", "derive", "knus-derive", "line-numbers", "minicbor", "unicode-width"))' -C metadata=a1d7ffd4ec49bcc7 -C extra-filename=-f6a3f708de06c876 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rmeta --extern chumsky=/work/oxidecomputer/omicron/target/debug/deps/libchumsky-33a612e01df7a250.rmeta --extern knus_derive=/work/oxidecomputer/omicron/target/debug/deps/libknus_derive-0937861cf4ba085d.so --extern miette=/work/oxidecomputer/omicron/target/debug/deps/libmiette-70755f0c61735f96.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-fb66b428f1def7e9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44922026-09-15T03:49:19.346Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name openapi_lint --edition=2021 /home/build/.cargo/git/checkouts/openapi-lint-d70c5ef8a437b633/1b65d76/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=667c003b46b970c0 -C extra-filename=-19bb5731071ccc1e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-b4d67f07919ede1e.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-df56548816dd36a4.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-f2541ba6c8c9160c.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-43c55b0f49f9feb6.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44932026-09-15T03:49:19.448Z Compiling polyval v0.7.1
44942026-09-15T03:49:19.451Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name diesel_derives --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/diesel_derives-2.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(diesel_docsrs)' --cfg 'feature="32-column-tables"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="postgres"' --cfg 'feature="r2d2"' --cfg 'feature="with-deprecated"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("128-column-tables", "32-column-tables", "64-column-tables", "chrono", "default", "mysql", "nightly", "numeric", "postgres", "r2d2", "sqlite", "time", "with-deprecated", "without-deprecated"))' -C metadata=cf387c0a3aa250af -C extra-filename=-df559507bfa870cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern diesel_table_macro_syntax=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_table_macro_syntax-2485eca617ad1cc0.rlib --extern dsl_auto_type=/work/oxidecomputer/omicron/target/debug/deps/libdsl_auto_type-aecf68ad16c30d4b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44952026-09-15T03:49:19.480Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=438cd185666d5f164548885873f0f5df9a38eed1#438cd185)
44962026-09-15T03:49:19.483Z Compiling unicode-truncate v1.1.0
44972026-09-15T03:49:19.486Z Running `/work/oxidecomputer/omicron/target/debug/build/libz-sys-83d374143dcffd3f/build-script-build`
44982026-09-15T03:49:19.486Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name polyval --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/polyval-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes --warn=unreachable_pub '--warn=clippy::unnecessary_safety_comment' --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--allow=clippy::suspicious_arithmetic_impl' '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(cpubits, values("16", "32", "64"))' --check-cfg 'cfg(polyval_backend, values("soft"))' --cfg 'feature="hazmat"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("hazmat", "zeroize"))' -C metadata=15ae3c92cb4cdccc -C extra-filename=-27d4e991cd1a551a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cpubits=/work/oxidecomputer/omicron/target/debug/deps/libcpubits-83bff7d0c39af0c7.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-6d8939dd719dc12a.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-8f9eaef02c635b00.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44992026-09-15T03:49:19.486Z Compiling petname v2.0.2
45002026-09-15T03:49:19.511Z Compiling arc-swap v1.8.2
45012026-09-15T03:49:19.514Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name arc_swap --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arc-swap-1.8.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("experimental-strategies", "experimental-thread-local", "internal-test-strategies", "serde", "weak"))' -C metadata=d23db51d088df105 -C extra-filename=-cef002d5e498e368 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-284f66ec6731db10.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45022026-09-15T03:49:19.514Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_sp_comms --edition=2024 /home/build/.cargo/git/checkouts/management-gateway-service-6a0a5310b2e39f6a/438cd18/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=12c9b5f90fdbf204 -C extra-filename=-1558fb88833fdf6b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-8a995efda59a0b80.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-ee0cee2fe990753d.rmeta --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-1643cac886a4cb17.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ee2e4ac302948d5f.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-0f5539a2457549e4.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-bea3e5c996983297.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-a6e6dda2918cca1a.rmeta --extern lzss=/work/oxidecomputer/omicron/target/debug/deps/liblzss-3963c08eb1f4ac99.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-f11b73dea6e981e4.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0875c71ea664a892.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3abc053f4411f86b.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-1a0dffbe7c673471.rmeta --extern serde_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_bytes-d9e0eddf025cef2e.rmeta --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-48770e0d4bd83061.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-7e24caacc7ed35d6.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-25ab7953a9b0822f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-e9a6d503c9d96bac.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-a2fb83154a192d98.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-2403599ae9553380.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45032026-09-15T03:49:19.514Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/petname-2.0.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default-rng"' --cfg 'feature="default-words"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clap", "default", "default-rng", "default-words"))' -C metadata=5acfb566487388c6 -C extra-filename=-d869bded6fa39153 --out-dir /work/oxidecomputer/omicron/target/debug/build/petname-d869bded6fa39153 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45042026-09-15T03:49:19.514Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_truncate --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-truncate-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=2a3a4734f330107e -C extra-filename=-a04e8da4a3432204 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-daa2bccd3b7a4092.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-4d84c6dfacc56ee2.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-ac02d16f97a48ace.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45052026-09-15T03:49:19.550Z Running `/work/oxidecomputer/omicron/target/debug/build/instability-22e02ea1d2d421da/build-script-build`
45062026-09-15T03:49:19.580Z Compiling der v0.8.0
45072026-09-15T03:49:19.616Z Compiling vergen-git2 v9.1.0
45082026-09-15T03:49:19.619Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name der --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/der-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --cfg 'feature="alloc"' --cfg 'feature="oid"' --cfg 'feature="pem"' --cfg 'feature="std"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "ber", "bytes", "derive", "flagset", "heapless", "oid", "pem", "real", "std", "time", "zeroize"))' -C metadata=a2f6ace072b03be2 -C extra-filename=-d9671cfddb9bd917 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-11ea691932e08d12.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-28962bfad6c4e6c1.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45092026-09-15T03:49:19.619Z Running `/work/oxidecomputer/omicron/target/debug/build/transceiver-controller-c7e48c664f59db6c/build-script-build`
45102026-09-15T03:49:19.619Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-git2-9.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(coverage,coverage_nightly)' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "default", "emit_and_set", "rustc", "si", "unstable"))' -C metadata=39a4f0e217697497 -C extra-filename=-8d8e5de7f821da59 --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-git2-8d8e5de7f821da59 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-284f66ec6731db10.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45112026-09-15T03:49:19.715Z Compiling cassowary v0.3.0
45122026-09-15T03:49:19.749Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name cassowary --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cassowary-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=811aaa2123d86dbf -C extra-filename=-34f7daa4bb120699 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45132026-09-15T03:49:19.752Z Compiling hyper-staticfile v0.10.1
45142026-09-15T03:49:19.777Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name libz_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libz-sys-1.1.24/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(zng)' --cfg 'feature="libc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "cmake", "default", "libc", "static", "stock-zlib", "zlib-ng", "zlib-ng-no-cmake-experimental-community-maintained"))' -C metadata=55dc2fd97a0379a4 -C extra-filename=-07ea87da42f42885 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l z -l z`
45152026-09-15T03:49:19.780Z Compiling ghash v0.6.0
45162026-09-15T03:49:19.780Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper_staticfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-staticfile-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b9d3ac5f009cca52 -C extra-filename=-4fa200b3d02032b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-20dba1b7e6ddb3f5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-54ea2634f4c28de7.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-eed8ca722b0b9c11.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-11326159470257f9.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-a6a60f74ea507334.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0bf5a646b561519f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e08634a0971964ae.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-72f8271b6a33c915.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45172026-09-15T03:49:19.780Z Running `/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-2d6effba9317c720/build-script-build`
45182026-09-15T03:49:19.808Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ghash --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ghash-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("zeroize"))' -C metadata=5919e84b47c76f2d -C extra-filename=-a3dceae665cd418d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern polyval=/work/oxidecomputer/omicron/target/debug/deps/libpolyval-27d4e991cd1a551a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45192026-09-15T03:49:19.912Z Compiling compact_str v0.8.1
45202026-09-15T03:49:19.945Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name compact_str --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/compact_str-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "borsh", "bytes", "default", "diesel", "markup", "proptest", "quickcheck", "rkyv", "serde", "smallvec", "sqlx", "sqlx-mysql", "sqlx-postgres", "sqlx-sqlite", "std"))' -C metadata=d8d9f2efdee09180 -C extra-filename=-cd40a2561ccf746d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern castaway=/work/oxidecomputer/omicron/target/debug/deps/libcastaway-3e7670847c878f1d.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-eb0a4b29e4e8f5ee.rmeta --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-284f66ec6731db10.so --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-a148b278610c4987.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-bfc5ccdff2db0195.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45212026-09-15T03:49:19.981Z Compiling crypto-bigint v0.7.5
45222026-09-15T03:49:20.016Z Compiling aes v0.9.1
45232026-09-15T03:49:20.019Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name crypto_bigint --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-bigint-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes --deny=unsafe_code '--warn=clippy::unnecessary_safety_comment' --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--warn=clippy::panic_in_result_fn' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--allow=clippy::many_single_char_names' '--warn=clippy::manual_assert' '--warn=clippy::integer_division_remainder_used' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(cpubits, values("16", "32", "64"))' -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="hybrid-array"' --cfg 'feature="rand_core"' --cfg 'feature="subtle"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "der", "extra-sizes", "getrandom", "hybrid-array", "rand_core", "rlp", "serde", "subtle", "zeroize"))' -C metadata=46884acd5886114d -C extra-filename=-5773599649301bf0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cpubits=/work/oxidecomputer/omicron/target/debug/deps/libcpubits-83bff7d0c39af0c7.rmeta --extern ctutils=/work/oxidecomputer/omicron/target/debug/deps/libctutils-2d1a5e6b7b265c07.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-21201851a35fa059.rmeta --extern hybrid_array=/work/oxidecomputer/omicron/target/debug/deps/libhybrid_array-325176a3dca9d981.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6c9795a397cfc660.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-70a8cc5d2f870e13.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2d4823f85931691.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45242026-09-15T03:49:20.019Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name aes --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aes-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(aes_backend_soft, values("compact"))' --check-cfg 'cfg(aes_backend, values("soft", "avx256", "avx512"))' --check-cfg 'cfg(cpubits, values("16", "32", "64"))' -C debug-assertions=on --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("hazmat", "zeroize"))' -C metadata=e5f61820e308827f -C extra-filename=-102b6e12f2c7ee1c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-b3b8a042fb99e0b6.rmeta --extern cpubits=/work/oxidecomputer/omicron/target/debug/deps/libcpubits-83bff7d0c39af0c7.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-6d8939dd719dc12a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45252026-09-15T03:49:20.019Z Compiling pbkdf2 v0.13.0
45262026-09-15T03:49:20.054Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name pbkdf2 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pbkdf2-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --cfg 'feature="default"' --cfg 'feature="hmac"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "hmac", "kdf", "mcf", "password-hash", "phc", "rand_core", "sha2"))' -C metadata=df246df85b0e5122 -C extra-filename=-69eed7f776e6d8e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-93a1365be822cb8b.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-a932f702b0c397c6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45272026-09-15T03:49:20.057Z Compiling ctr v0.10.1
45282026-09-15T03:49:20.088Z Compiling aead v0.6.1
45292026-09-15T03:49:20.091Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-git2-8d8e5de7f821da59/build-script-build`
45302026-09-15T03:49:20.124Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ctr --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ctr-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes --forbid=unsafe_code '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "block-padding", "zeroize"))' -C metadata=9f46c0bd0015e4f8 -C extra-filename=-e06f317cb2460a44 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-b3b8a042fb99e0b6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45312026-09-15T03:49:20.127Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
45322026-09-15T03:49:20.154Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name aead --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aead-0.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' -C debug-assertions=on --cfg 'feature="rand_core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arrayvec", "blobby", "bytes", "default", "dev", "getrandom", "rand_core"))' -C metadata=08ad79a8dd4a81cc -C extra-filename=-74574cd80db77641 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-fbb8059747997d16.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-1bb058025b3020a0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45332026-09-15T03:49:20.158Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name common --edition=2024 /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/cc0c307/common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("multicast"))' -C metadata=e195bb162b3c4121 -C extra-filename=-63b8a98c737378f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-b669c6075079eafe.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-6e48850a9b670edf.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-df2e14f6fdb1e2e8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45342026-09-15T03:49:20.294Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
45352026-09-15T03:49:20.297Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_decode --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/878a31e/decode/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api-traits"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits"))' -C metadata=95ad5f33fa8a8673 -C extra-filename=-9476e8137ddf3c9b --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-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-bfc5ccdff2db0195.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-3f7728d84f8cb82b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45362026-09-15T03:49:20.330Z Compiling salsa20 v0.11.0
45372026-09-15T03:49:20.333Z Compiling console v0.16.2
45382026-09-15T03:49:20.333Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
45392026-09-15T03:49:20.333Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name instability --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/instability-0.3.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3984d62603e1b9aa -C extra-filename=-24c828f81c8bae74 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling=/work/oxidecomputer/omicron/target/debug/deps/libdarling-7a1835c470d020cf.rlib --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-e2e6f37ae88463a3.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(instability_disable_unstable_docs)'`
45402026-09-15T03:49:20.333Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name salsa20 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/salsa20-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("zeroize"))' -C metadata=2010002b031db08f -C extra-filename=-59548de6cbc7cf36 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-b3b8a042fb99e0b6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45412026-09-15T03:49:20.366Z Compiling sapling-renderdag v0.1.0
45422026-09-15T03:49:20.369Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/console-0.16.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="ansi-parsing"' --cfg 'feature="std"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "ansi-parsing", "default", "std", "unicode-width", "windows-console-colors"))' -C metadata=9f67c18a4e40654f -C extra-filename=-dec0849c2c7ac360 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0875c71ea664a892.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-fb66b428f1def7e9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45432026-09-15T03:49:20.369Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name pki_playground --edition=2021 /home/build/.cargo/git/checkouts/pki-playground-00863a3611f072fd/bcd3bf2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=16dc4e7d2370266c -C extra-filename=-4d40045835525639 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-ba57704941fdbd49.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-e723dca237d80cfa.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-bb74a95d46416a86.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-2aae56dabc2c1819.rmeta --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-16d6623f4672f2fc.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-b38ea0edf80b482b.rmeta --extern knus=/work/oxidecomputer/omicron/target/debug/deps/libknus-f6a3f708de06c876.rmeta --extern miette=/work/oxidecomputer/omicron/target/debug/deps/libmiette-70755f0c61735f96.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-ad57b9d727cb25d6.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e5eba79edd904ff5.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-9e98da6c93bead74.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e08634a0971964ae.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-fa9478000e7089b0.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-35fb0b5687fedf25.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-5a14ea5f2cd7e3d6.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-ca73f97f20f6f002.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-e02a3c7c21da7b34.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45442026-09-15T03:49:20.369Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name renderdag --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sapling-renderdag-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serialize"))' -C metadata=339663eed81463cd -C extra-filename=-f173005ec0208e29 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-3948ba2719554b61.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45452026-09-15T03:49:20.401Z Compiling slog-scope v4.4.1
45462026-09-15T03:49:20.436Z Compiling unit-prefix v0.5.2
45472026-09-15T03:49:20.470Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_scope --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-scope-4.4.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=302ff7f018e6d916 -C extra-filename=-554fe98cfef295d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern arc_swap=/work/oxidecomputer/omicron/target/debug/deps/libarc_swap-cef002d5e498e368.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-f2541ba6c8c9160c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45482026-09-15T03:49:20.473Z Compiling sync-ptr v0.1.4
45492026-09-15T03:49:20.473Z Compiling tokio-test v0.4.5
45502026-09-15T03:49:20.473Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name unit_prefix --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unit-prefix-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=92a2ae0a1fcdfdf6 -C extra-filename=-5f678e80419a2587 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45512026-09-15T03:49:20.505Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_test --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-test-0.4.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_unstable)' --check-cfg 'cfg(target_os, values("cygwin"))' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=04ddf7db63f5f5c7 -C extra-filename=-ebcd68a53c09770e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-f57b0cec2750c1f6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-295dbb2fcc65f679.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45522026-09-15T03:49:20.508Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sync_ptr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sync-ptr-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ad8db908d9504493 -C extra-filename=-2e2b03c0efad02e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45532026-09-15T03:49:20.536Z Compiling libsw-core v0.3.2
45542026-09-15T03:49:20.539Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name libsw_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libsw-core-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --cfg 'feature="std"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("coarsetime", "default", "quanta", "std", "time", "tokio"))' -C metadata=1ed1c732c715a664 -C extra-filename=-7e01a0be547a6590 --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-0078461ca66129be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45552026-09-15T03:49:20.539Z Compiling cbc v0.2.1
45562026-09-15T03:49:20.568Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name cbc --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cbc-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes --forbid=unsafe_code '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "block-padding", "default", "zeroize"))' -C metadata=974c426ea051423e -C extra-filename=-bcdb5ae72dbcff0e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-b3b8a042fb99e0b6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45572026-09-15T03:49:20.640Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
45582026-09-15T03:49:20.643Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name lldpd_types_versions --edition=2021 /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/54b2661/lldpd-types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8ad9470e85cb11ff -C extra-filename=-101fe6e7c8f01ea1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-1fa4c9c542188ad8.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45592026-09-15T03:49:20.743Z Running `/work/oxidecomputer/omicron/target/debug/build/petname-d869bded6fa39153/build-script-build`
45602026-09-15T03:49:20.747Z Compiling aes-gcm v0.11.0
45612026-09-15T03:49:20.775Z Compiling slog-stdlog v4.1.1
45622026-09-15T03:49:20.778Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_stdlog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-stdlog-4.1.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "kv_unstable"))' -C metadata=8dc30c1880d19656 -C extra-filename=-a7aaaf773d289eee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a96344eae1a3d1f9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-554fe98cfef295d0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45632026-09-15T03:49:20.778Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name aes_gcm --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aes-gcm-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes --warn=unsafe_code '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' -C debug-assertions=on --cfg 'feature="aes"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aes", "alloc", "arrayvec", "bytes", "default", "getrandom", "hazmat", "rand_core", "zeroize"))' -C metadata=d3022a6484ccf6de -C extra-filename=-687510da3b584913 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aead=/work/oxidecomputer/omicron/target/debug/deps/libaead-74574cd80db77641.rmeta --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-102b6e12f2c7ee1c.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-b3b8a042fb99e0b6.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-e06f317cb2460a44.rmeta --extern ghash=/work/oxidecomputer/omicron/target/debug/deps/libghash-a3dceae665cd418d.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2d4823f85931691.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45642026-09-15T03:49:20.845Z Compiling spki v0.8.0
45652026-09-15T03:49:20.874Z Compiling twox-hash v2.1.2
45662026-09-15T03:49:20.878Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name spki --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/spki-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "base64", "digest", "fingerprint", "pem", "sha2", "std"))' -C metadata=7de49d048ac888bb -C extra-filename=-3059f5ab82c7c7ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-d9671cfddb9bd917.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45672026-09-15T03:49:20.905Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name twox_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/twox-hash-2.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(_internal_xxhash3_force_scalar)' --check-cfg 'cfg(_internal_xxhash3_force_neon)' --check-cfg 'cfg(_internal_xxhash3_force_sse2)' --check-cfg 'cfg(_internal_xxhash3_force_avx2)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="random"' --cfg 'feature="std"' --cfg 'feature="xxhash32"' --cfg 'feature="xxhash3_128"' --cfg 'feature="xxhash3_64"' --cfg 'feature="xxhash64"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "random", "serialize", "std", "xxhash32", "xxhash3_128", "xxhash3_64", "xxhash64"))' -C metadata=74f69124cde71ec3 -C extra-filename=-a99bfd033ac37355 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45682026-09-15T03:49:20.979Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name petname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/petname-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default-rng"' --cfg 'feature="default-words"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clap", "default", "default-rng", "default-words"))' -C metadata=b20031e6c272ea74 -C extra-filename=-8f58feeaf26c417d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-e0ed419d817544b0.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e08634a0971964ae.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45692026-09-15T03:49:20.982Z Compiling slog-envlogger v2.2.0
45702026-09-15T03:49:21.015Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_envlogger --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slog-envlogger-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="regex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "regex"))' -C metadata=fa7f28cd9bbd9b29 -C extra-filename=-67863f9306e58aa0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a96344eae1a3d1f9.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-554fe98cfef295d0.rmeta --extern slog_stdlog=/work/oxidecomputer/omicron/target/debug/deps/libslog_stdlog-a7aaaf773d289eee.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45712026-09-15T03:49:21.018Z Compiling scrypt v0.12.0
45722026-09-15T03:49:21.047Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name scrypt --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scrypt-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "getrandom", "kdf", "mcf", "parallel", "password-hash", "phc", "rand_core"))' -C metadata=4cf54c15c6944c8f -C extra-filename=-c71150440adb55dd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-69eed7f776e6d8e4.rmeta --extern salsa20=/work/oxidecomputer/omicron/target/debug/deps/libsalsa20-59548de6cbc7cf36.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e2212116997f49d8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45732026-09-15T03:49:21.082Z Compiling indicatif v0.18.4
45742026-09-15T03:49:21.085Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name indicatif --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.18.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rayon"' --cfg 'feature="unicode-width"' --cfg 'feature="wasmbind"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "futures", "improved_unicode", "in_memory", "rayon", "tokio", "unicode-segmentation", "unicode-width", "vt100", "wasmbind"))' -C metadata=9b7ff98693a0bfc6 -C extra-filename=-2103a7c365bf290e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-dec0849c2c7ac360.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-e914187787332acb.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-263f7112b196b016.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-fb66b428f1def7e9.rmeta --extern unit_prefix=/work/oxidecomputer/omicron/target/debug/deps/libunit_prefix-5f678e80419a2587.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45752026-09-15T03:49:21.156Z Compiling atty v0.2.14
45762026-09-15T03:49:21.159Z Compiling fatfs v0.3.6
45772026-09-15T03:49:21.160Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name atty --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atty-0.2.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d652966f12ed8baa -C extra-filename=-9a370f76601575f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45782026-09-15T03:49:21.160Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
45792026-09-15T03:49:21.160Z Compiling ff v0.14.0
45802026-09-15T03:49:21.160Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name fatfs --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fatfs-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "chrono", "core_io", "default", "std"))' -C metadata=716971467eab4cba -C extra-filename=-c6ad66728a1f7c05 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b0c20064e4257887.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-a85bc2f7a054eda7.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a96344eae1a3d1f9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45812026-09-15T03:49:21.160Z Compiling shell-words v1.1.1
45822026-09-15T03:49:21.160Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ff --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ff-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "bits", "bitvec", "byteorder", "default", "derive", "ff_derive", "std"))' -C metadata=e7ce35e10d63f276 -C extra-filename=-909861595e1f2257 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-70a8cc5d2f870e13.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2d4823f85931691.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45832026-09-15T03:49:21.160Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name raw_cpuid --edition=2018 /home/build/.cargo/git/checkouts/rust-cpuid-40ac26428755d764/a4cf01d/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clap", "cli", "display", "serde", "serde_derive", "serde_json", "serialize", "std", "termimad"))' -C metadata=097931cf7746e097 -C extra-filename=-5da5b880462cda97 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-3948ba2719554b61.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45842026-09-15T03:49:21.194Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name shell_words --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/shell-words-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=8d18fefad8fb80fd -C extra-filename=-41deb9e6efae2e1b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45852026-09-15T03:49:21.259Z Compiling libsw v3.5.0
45862026-09-15T03:49:21.262Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name libsw --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libsw-3.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="std_instant"' --cfg 'feature="std_systemtime"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("coarsetime", "default", "nightly", "quanta", "std", "std_instant", "std_systemtime", "time", "tokio"))' -C metadata=eb7854d7764ec4ce -C extra-filename=-b2f5e880023eedd7 --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-7e01a0be547a6590.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45872026-09-15T03:49:21.335Z Compiling pkcs5 v0.8.1
45882026-09-15T03:49:21.339Z Compiling seq-macro v0.3.6
45892026-09-15T03:49:21.339Z Compiling concurrent-queue v2.5.0
45902026-09-15T03:49:21.364Z Compiling ratatui v0.29.0
45912026-09-15T03:49:21.368Z Compiling parking v2.2.1
45922026-09-15T03:49:21.368Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name seq_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/seq-macro-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=050301dc172bfdc1 -C extra-filename=-40b0ae1304dff841 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45932026-09-15T03:49:21.369Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name concurrent_queue --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/concurrent-queue-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "portable-atomic", "std"))' -C metadata=ec117f9abc4fa5a9 -C extra-filename=-ae6a00492f3ca6c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-50e9efe714b4e28a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45942026-09-15T03:49:21.369Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name pkcs5 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pkcs5-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --cfg 'feature="alloc"' --cfg 'feature="pbes2"' --cfg 'feature="rand_core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("3des", "alloc", "des-insecure", "getrandom", "pbes2", "rand_core", "sha1-insecure"))' -C metadata=7f1b65aea49e147d -C extra-filename=-a66affc94c68e93b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-102b6e12f2c7ee1c.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-687510da3b584913.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-bcdb5ae72dbcff0e.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-d9671cfddb9bd917.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-69eed7f776e6d8e4.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-70a8cc5d2f870e13.rmeta --extern scrypt=/work/oxidecomputer/omicron/target/debug/deps/libscrypt-c71150440adb55dd.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e2212116997f49d8.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-3059f5ab82c7c7ba.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45952026-09-15T03:49:21.404Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ratatui --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ratatui-0.29.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::pedantic' '--warn=clippy::cargo' '--warn=clippy::use_self' --forbid=unsafe_code '--warn=clippy::unnecessary_self_imports' '--warn=clippy::string_to_string' '--warn=clippy::string_slice' '--warn=clippy::string_lit_chars_any' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::redundant_type_annotations' '--warn=clippy::or_fun_call' '--warn=clippy::needless_raw_strings' '--warn=clippy::needless_pass_by_ref_mut' '--allow=clippy::must_use_candidate' '--allow=clippy::module_name_repetitions' '--allow=clippy::module_inception' '--warn=clippy::mod_module_files' '--warn=clippy::mixed_read_write_in_expression' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--warn=clippy::missing_const_for_fn' '--warn=clippy::map_err_ignore' '--warn=clippy::format_push_string' '--warn=clippy::fn_to_numeric_cast_any' '--warn=clippy::equatable_if_let' '--warn=clippy::empty_line_after_doc_comments' '--warn=clippy::else_if_without_else' '--warn=clippy::deref_by_slicing' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--warn=clippy::as_underscore' --cfg 'feature="crossterm"' --cfg 'feature="default"' --cfg 'feature="underline-color"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-widgets", "crossterm", "default", "document-features", "macros", "palette", "scrolling-regions", "serde", "termion", "termwiz", "underline-color", "unstable", "unstable-backend-writer", "unstable-rendered-line-info", "unstable-widget-ref", "widget-calendar"))' -C metadata=dc94a2b911a49c81 -C extra-filename=-a1bb2c688165151e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-3948ba2719554b61.rmeta --extern cassowary=/work/oxidecomputer/omicron/target/debug/deps/libcassowary-34f7daa4bb120699.rmeta --extern compact_str=/work/oxidecomputer/omicron/target/debug/deps/libcompact_str-cd40a2561ccf746d.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8b52857e14497030.rmeta --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-e2e6f37ae88463a3.so --extern instability=/work/oxidecomputer/omicron/target/debug/deps/libinstability-24c828f81c8bae74.so --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-daa2bccd3b7a4092.rmeta --extern lru=/work/oxidecomputer/omicron/target/debug/deps/liblru-efcf4be9732349e6.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3abc053f4411f86b.so --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-8a4732afddef8a4f.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-4d84c6dfacc56ee2.rmeta --extern unicode_truncate=/work/oxidecomputer/omicron/target/debug/deps/libunicode_truncate-a04e8da4a3432204.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-fb66b428f1def7e9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45962026-09-15T03:49:21.408Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name parking --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking-2.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("loom"))' -C metadata=8657b7b93e419e70 -C extra-filename=-8d721ba4f2444947 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45972026-09-15T03:49:21.441Z Compiling group v0.14.0
45982026-09-15T03:49:21.445Z Compiling signature v3.0.0
45992026-09-15T03:49:21.446Z Compiling constant_time_eq v0.4.2
46002026-09-15T03:49:21.477Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name constant_time_eq --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/constant_time_eq-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("count_instructions_test", "default", "std"))' -C metadata=66d0100793e5ee25 -C extra-filename=-51a3b6ea9f09faea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46012026-09-15T03:49:21.480Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name group --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/group-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "memuse", "rand", "rand_xorshift", "tests", "wnaf-memuse"))' -C metadata=2bb7e4db4154d840 -C extra-filename=-5bbf9e2bd751607f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-909861595e1f2257.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-70a8cc5d2f870e13.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2d4823f85931691.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46022026-09-15T03:49:21.480Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name signature --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signature-3.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="digest"' --cfg 'feature="rand_core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "digest", "rand_core"))' -C metadata=009bb466eae4f3f4 -C extra-filename=-6e36f509b749aa76 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-93a1365be822cb8b.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-70a8cc5d2f870e13.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46032026-09-15T03:49:21.513Z Compiling plotters-backend v0.3.7
46042026-09-15T03:49:21.516Z Compiling oxide-update-engine-display v0.1.2
46052026-09-15T03:49:21.516Z Compiling arrayvec v0.7.6
46062026-09-15T03:49:21.549Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name plotters_backend --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/plotters-backend-0.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=797e2885f4798544 -C extra-filename=-f43db9616866cad8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46072026-09-15T03:49:21.553Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name oxide_update_engine_display --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/oxide-update-engine-display-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("schemars08"))' -C metadata=5abd36ebb7846198 -C extra-filename=-e01802dea79c318f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-071196465dd7522c.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-b204df21dbd8d7dd.so --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-b2f5e880023eedd7.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d04f08a445a4a0f4.rmeta --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-dc0a97fda5ff008b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2c98d7798085936d.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-fb66b428f1def7e9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46082026-09-15T03:49:21.553Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name arrayvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arrayvec-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("borsh", "default", "serde", "std", "zeroize"))' -C metadata=fc977d1dd8308f15 -C extra-filename=-b641eb45e77125e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46092026-09-15T03:49:21.553Z Compiling arrayref v0.3.9
46102026-09-15T03:49:21.584Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name arrayref --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arrayref-0.3.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9e776ac4e5fde2af -C extra-filename=-fd2fe092f597efe0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46112026-09-15T03:49:21.655Z Compiling event-listener v5.4.1
46122026-09-15T03:49:21.659Z Compiling base16ct v1.0.0
46132026-09-15T03:49:21.659Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name event_listener --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-5.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(loom)' --cfg 'feature="default"' --cfg 'feature="parking"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("critical-section", "default", "loom", "parking", "portable-atomic", "portable-atomic-util", "portable_atomic_crate", "std"))' -C metadata=779ce6dd0287eb25 -C extra-filename=-752746e04a359016 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern concurrent_queue=/work/oxidecomputer/omicron/target/debug/deps/libconcurrent_queue-ae6a00492f3ca6c3.rmeta --extern parking=/work/oxidecomputer/omicron/target/debug/deps/libparking-8d721ba4f2444947.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-1a825e29b69bcb3e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46142026-09-15T03:49:21.659Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name base16ct --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base16ct-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc"))' -C metadata=82ddfc2e57c63886 -C extra-filename=-5d4c85a42c43613d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46152026-09-15T03:49:21.693Z Compiling hkdf v0.13.0
46162026-09-15T03:49:21.725Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name hkdf --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hkdf-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' --warn=unused_qualifications --warn=unused_lifetimes --forbid=unsafe_code '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("kdf"))' -C metadata=dddc9debeb95a2fb -C extra-filename=-ced864b09500c594 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-a932f702b0c397c6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46172026-09-15T03:49:21.728Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_controller --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-133a2912c359d3f5/878a31e/controller/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api-traits"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("api-traits"))' -C metadata=4defd3e4ae939e4b -C extra-filename=-4381840504f9de7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-0f5539a2457549e4.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-af208bc9d100447a.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-70d26705e78829f0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-72dd8c778c15f0a7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern transceiver_decode=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_decode-9476e8137ddf3c9b.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-3f7728d84f8cb82b.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-49e733439b69b674.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm`
46182026-09-15T03:49:21.794Z Compiling rtoolbox v0.0.3
46192026-09-15T03:49:21.797Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name rtoolbox --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rtoolbox-0.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=5055aee2cad5c776 -C extra-filename=-89d2a315fb8c324c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46202026-09-15T03:49:21.865Z Compiling plotters-svg v0.3.7
46212026-09-15T03:49:21.868Z Compiling cast v0.3.0
46222026-09-15T03:49:21.900Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name plotters_svg --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/plotters-svg-0.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bitmap_encoder", "debug", "image"))' -C metadata=3f089f55ccb503a1 -C extra-filename=-59bbef1895dcca2c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern plotters_backend=/work/oxidecomputer/omicron/target/debug/deps/libplotters_backend-f43db9616866cad8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46232026-09-15T03:49:21.903Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name cast --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cast-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=1da1504da09ee332 -C extra-filename=-3f38067fd8fd5d87 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46242026-09-15T03:49:22.013Z Compiling futures-timer v3.0.3
46252026-09-15T03:49:22.016Z Compiling rpassword v7.5.4
46262026-09-15T03:49:22.051Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_timer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-timer-3.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("gloo-timers", "send_wrapper", "wasm-bindgen"))' -C metadata=566f67a75b9665e2 -C extra-filename=-445cb2bade420633 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46272026-09-15T03:49:22.051Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name rpassword --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rpassword-7.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4e6432ba24518416 -C extra-filename=-861635f841a91ff3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern rtoolbox=/work/oxidecomputer/omicron/target/debug/deps/librtoolbox-89d2a315fb8c324c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46282026-09-15T03:49:22.123Z Compiling sec1 v0.8.1
46292026-09-15T03:49:22.127Z Compiling pkcs8 v0.11.0
46302026-09-15T03:49:22.127Z Compiling plotters v0.3.7
46312026-09-15T03:49:22.127Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sec1 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sec1-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="ctutils"' --cfg 'feature="default"' --cfg 'feature="der"' --cfg 'feature="pem"' --cfg 'feature="point"' --cfg 'feature="std"' --cfg 'feature="subtle"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "ctutils", "default", "der", "pem", "point", "serde", "std", "subtle", "zeroize"))' -C metadata=f4c9da58156e0da4 -C extra-filename=-8a04af48251e3c77 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-5d4c85a42c43613d.rmeta --extern ctutils=/work/oxidecomputer/omicron/target/debug/deps/libctutils-2d1a5e6b7b265c07.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-d9671cfddb9bd917.rmeta --extern hybrid_array=/work/oxidecomputer/omicron/target/debug/deps/libhybrid_array-325176a3dca9d981.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2d4823f85931691.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46322026-09-15T03:49:22.131Z Compiling criterion-plot v0.6.0
46332026-09-15T03:49:22.165Z Compiling tinytemplate v1.2.1
46342026-09-15T03:49:22.165Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name pkcs8 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pkcs8-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --cfg 'feature="alloc"' --cfg 'feature="encryption"' --cfg 'feature="pem"' --cfg 'feature="pkcs5"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("3des", "alloc", "ctutils", "des-insecure", "encryption", "getrandom", "pem", "pkcs5", "sha1-insecure", "std"))' -C metadata=68f3c719c57dccbb -C extra-filename=-e0344b733aced629 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-d9671cfddb9bd917.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-a66affc94c68e93b.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-70a8cc5d2f870e13.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-3059f5ab82c7c7ba.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46352026-09-15T03:49:22.165Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name plotters --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/plotters-0.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --allow=deprecated --check-cfg 'cfg(doc_cfg)' --cfg 'feature="area_series"' --cfg 'feature="line_series"' --cfg 'feature="plotters-svg"' --cfg 'feature="svg_backend"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ab_glyph", "all_elements", "all_series", "area_series", "bitmap_backend", "bitmap_encoder", "bitmap_gif", "boxplot", "candlestick", "chrono", "colormaps", "datetime", "default", "deprecated_items", "errorbar", "evcxr", "evcxr_bitmap", "font-kit", "fontconfig-dlopen", "full_palette", "histogram", "image", "lazy_static", "line_series", "once_cell", "pathfinder_geometry", "plotters-bitmap", "plotters-svg", "point_series", "surface_series", "svg_backend", "ttf", "ttf-parser"))' -C metadata=342048e7bcf2c8d6 -C extra-filename=-fe7e4189f87c9934 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6c9795a397cfc660.rmeta --extern plotters_backend=/work/oxidecomputer/omicron/target/debug/deps/libplotters_backend-f43db9616866cad8.rmeta --extern plotters_svg=/work/oxidecomputer/omicron/target/debug/deps/libplotters_svg-59bbef1895dcca2c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46362026-09-15T03:49:22.168Z Compiling blake3 v1.8.5
46372026-09-15T03:49:22.198Z Compiling strsim v0.10.0
46382026-09-15T03:49:22.201Z Compiling anes v0.1.6
46392026-09-15T03:49:22.201Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name tinytemplate --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinytemplate-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8e53c84624cfce90 -C extra-filename=-6008bfd210db38a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46402026-09-15T03:49:22.201Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name criterion_plot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/criterion-plot-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f3cdae2976628aec -C extra-filename=-381401eb6c66099c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cast=/work/oxidecomputer/omicron/target/debug/deps/libcast-3f38067fd8fd5d87.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-daa2bccd3b7a4092.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46412026-09-15T03:49:22.233Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/blake3-1.8.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="mmap"' --cfg 'feature="rayon"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "digest", "mmap", "neon", "no_avx2", "no_avx512", "no_neon", "no_sse2", "no_sse41", "prefer_intrinsics", "pure", "rayon", "serde", "std", "traits-preview", "wasm32_simd", "zeroize"))' -C metadata=ff6741e72b5cd953 -C extra-filename=-04676f7424b905a9 --out-dir /work/oxidecomputer/omicron/target/debug/build/blake3-04676f7424b905a9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-8f5da3de5601b39f.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46422026-09-15T03:49:22.269Z Compiling progenitor-macro v0.13.0
46432026-09-15T03:49:22.274Z Compiling oorandom v11.1.5
46442026-09-15T03:49:22.274Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name anes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anes-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bitflags", "default", "parser"))' -C metadata=3682c87d2445ff6c -C extra-filename=-6b4239e083db6dde --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46452026-09-15T03:49:22.305Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name strsim --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strsim-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fb2a6b9dde113a0c -C extra-filename=-3716f771c24eb7da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46462026-09-15T03:49:22.309Z Compiling event-listener-strategy v0.5.4
46472026-09-15T03:49:22.309Z Compiling wnaf v0.14.0
46482026-09-15T03:49:22.309Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_macro --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-macro-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1deb24fa833af224 -C extra-filename=-7ac98629efeda460 --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-43c55b0f49f9feb6.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-cef26526b6048d63.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-67c7166b182ad1aa.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-880c138e94e08aa6.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46492026-09-15T03:49:22.309Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name oorandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/oorandom-11.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=95e88f5e0d47179d -C extra-filename=-b7131366fad6ff96 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46502026-09-15T03:49:22.341Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name event_listener_strategy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-strategy-0.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(wasm_bindgen_unstable_test_coverage)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "portable-atomic", "std"))' -C metadata=04083ba703ff9b13 -C extra-filename=-cf0f4295f89731ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern event_listener=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener-752746e04a359016.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-1a825e29b69bcb3e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46512026-09-15T03:49:22.341Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name wnaf --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wnaf-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=240e30aab52d081c -C extra-filename=-8616bd990660e953 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-909861595e1f2257.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-5bbf9e2bd751607f.rmeta --extern array=/work/oxidecomputer/omicron/target/debug/deps/libhybrid_array-325176a3dca9d981.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46522026-09-15T03:49:22.375Z Compiling assert-json-diff v2.0.2
46532026-09-15T03:49:22.379Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name assert_json_diff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/assert-json-diff-2.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6e85ebe8a1aed0a3 -C extra-filename=-6836bee782f5e58d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46542026-09-15T03:49:22.447Z Compiling serde_regex v1.1.0
46552026-09-15T03:49:22.451Z Compiling path-tree v0.8.3
46562026-09-15T03:49:22.451Z Compiling stringmetrics v2.2.2
46572026-09-15T03:49:22.451Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_regex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_regex-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4eb2c81271d1572d -C extra-filename=-800173a6e970cf6c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46582026-09-15T03:49:22.451Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name path_tree --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/path-tree-0.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dad4b10f96dd596e -C extra-filename=-82c1fa7eba195118 --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-88db28b097ca3987.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46592026-09-15T03:49:22.451Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name stringmetrics --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/stringmetrics-2.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench"))' -C metadata=84fe1d6485e73059 -C extra-filename=-a2d00ef2dba0af0e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46602026-09-15T03:49:22.520Z Compiling target-lexicon v0.13.3
46612026-09-15T03:49:22.523Z Compiling curve25519-dalek v5.0.0
46622026-09-15T03:49:22.523Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-lexicon-0.13.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arch_z80", "arch_zkasm", "default", "serde", "serde_support", "std"))' -C metadata=4172d7bdc49283b0 -C extra-filename=-0570a74c6ef9ffe4 --out-dir /work/oxidecomputer/omicron/target/debug/build/target-lexicon-0570a74c6ef9ffe4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46632026-09-15T03:49:22.556Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/curve25519-dalek-5.0.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(allow_unused_unsafe)' --check-cfg 'cfg(curve25519_dalek_backend, values("fiat", "serial", "simd", "avx512"))' --check-cfg 'cfg(curve25519_dalek_diagnostics, values("build"))' --check-cfg 'cfg(curve25519_dalek_bits, values("32", "64"))' --check-cfg 'cfg(nightly)' -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="precomputed-tables"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "digest", "ff", "group", "legacy_compatibility", "lizard", "precomputed-tables", "rand_core", "serde", "zeroize"))' -C metadata=7c8716f894dc50a0 -C extra-filename=-023beff5209a70bc --out-dir /work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-023beff5209a70bc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-1cf7962b48132cfa.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46642026-09-15T03:49:22.592Z Compiling async-lock v3.4.2
46652026-09-15T03:49:22.596Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name async_lock --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-lock-3.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(loom)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "std"))' -C metadata=91dc28a06d9ac843 -C extra-filename=-2961c0bca8e5f2c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern event_listener=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener-752746e04a359016.rmeta --extern event_listener_strategy=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener_strategy-cf0f4295f89731ce.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-1a825e29b69bcb3e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46662026-09-15T03:49:22.659Z Compiling hex-literal v0.4.1
46672026-09-15T03:49:22.694Z Compiling darling_core v0.13.4
46682026-09-15T03:49:22.694Z Compiling topological-sort v0.2.2
46692026-09-15T03:49:22.697Z Compiling guppy-workspace-hack v0.1.0
46702026-09-15T03:49:22.729Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name hex_literal --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hex-literal-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=640be75a57b56510 -C extra-filename=-666be0b46fcb67b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46712026-09-15T03:49:22.733Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name darling_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_core-0.13.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="strsim"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("diagnostics", "strsim", "suggestions"))' -C metadata=e7c681a94cc2ebfa -C extra-filename=-0631de70acbc3a55 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-483bdc5c7d1e0898.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-b10675cfb7ec95f0.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-3716f771c24eb7da.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aee7d2f8582b61aa.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46722026-09-15T03:49:22.733Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name topological_sort --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/topological-sort-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f847a2c776e58a81 -C extra-filename=-0d79a4a4b554b691 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46732026-09-15T03:49:22.733Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/guppy-workspace-hack-0.1.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f118d5c2eb32ca14 -C extra-filename=-0bfbab22aab5684d --out-dir /work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-0bfbab22aab5684d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46742026-09-15T03:49:22.802Z Running `/work/oxidecomputer/omicron/target/debug/build/blake3-04676f7424b905a9/build-script-build`
46752026-09-15T03:49:22.806Z Compiling keccak v0.2.0
46762026-09-15T03:49:22.838Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name keccak --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/keccak-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(keccak_backend_soft, values("compact"))' --check-cfg 'cfg(keccak_backend, values("aarch64_sha3", "simd128", "simd256", "simd512", "soft"))' -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("parallel"))' -C metadata=c3267dd7854c359c -C extra-filename=-a2fed14bc3370874 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46772026-09-15T03:49:22.841Z Compiling target-spec v3.5.7
46782026-09-15T03:49:22.873Z Compiling ed25519 v3.0.0
46792026-09-15T03:49:22.876Z Compiling pkcs1 v0.8.0-rc.4
46802026-09-15T03:49:22.877Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-spec-3.5.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(guppy_nightly)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("custom", "proptest", "proptest1", "summaries"))' -C metadata=169ab7756b260069 -C extra-filename=-d9465ef384ba0377 --out-dir /work/oxidecomputer/omicron/target/debug/build/target-spec-d9465ef384ba0377 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46812026-09-15T03:49:22.909Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ed25519 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ed25519-3.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' --warn=unused_qualifications --warn=unused_lifetimes --warn=unreachable_pub '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="pkcs8"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "pem", "pkcs8", "serde", "zerocopy", "zeroize"))' -C metadata=6e5d6de2f0a29f43 -C extra-filename=-7c677c60ee4d5d97 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-e0344b733aced629.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-6e36f509b749aa76.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46822026-09-15T03:49:22.912Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name pkcs1 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pkcs1-0.8.0-rc.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="pem"' --cfg 'feature="std"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "pem", "std", "zeroize"))' -C metadata=6f523a4d9bf31ea2 -C extra-filename=-73ba43c7010e14e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-d9671cfddb9bd917.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-3059f5ab82c7c7ba.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46832026-09-15T03:49:22.912Z Compiling poly1305 v0.9.0
46842026-09-15T03:49:22.946Z Compiling blowfish v0.10.0
46852026-09-15T03:49:22.980Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name blowfish --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/blowfish-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="bcrypt"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bcrypt", "zeroize"))' -C metadata=07370233153d3ff3 -C extra-filename=-8f76b5345b97dca7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-a85bc2f7a054eda7.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-b3b8a042fb99e0b6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46862026-09-15T03:49:22.983Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name poly1305 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/poly1305-0.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::unwrap_used' --warn=unused_qualifications --warn=unused_lifetimes --warn=unreachable_pub '--warn=clippy::unnecessary_safety_comment' --warn=unexpected_cfgs '--allow=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(poly1305_backend, values("soft"))' -C debug-assertions=on --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("zeroize"))' -C metadata=1a9a79e488841f3f -C extra-filename=-2745d4fa532538f5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-6d8939dd719dc12a.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-8f9eaef02c635b00.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46872026-09-15T03:49:22.983Z Compiling elliptic-curve v0.14.1
46882026-09-15T03:49:23.013Z Compiling rfc6979 v0.6.0
46892026-09-15T03:49:23.016Z Compiling primefield v0.14.0
46902026-09-15T03:49:23.048Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name primefield --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/primefield-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b05e045106ac4383 -C extra-filename=-e68fc8c43ea3d469 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-5773599649301bf0.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-fbb8059747997d16.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-909861595e1f2257.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-70a8cc5d2f870e13.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2d4823f85931691.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46912026-09-15T03:49:23.052Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name rfc6979 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rfc6979-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' --warn=unused_qualifications --warn=unused_lifetimes --forbid=unsafe_code --warn=unreachable_pub '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::integer_division_remainder_used' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' '--warn=clippy::as_conversions' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ee4bbdf0ef06af47 -C extra-filename=-6d2201d6fe4d4618 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-5773599649301bf0.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-a932f702b0c397c6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46922026-09-15T03:49:23.052Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name elliptic_curve --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/elliptic-curve-0.14.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ff"' --cfg 'feature="getrandom"' --cfg 'feature="group"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="sec1"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "default", "dev", "digest", "ecdh", "ff", "getrandom", "group", "pem", "pkcs8", "sec1", "serde", "std"))' -C metadata=1c7038672a1d0144 -C extra-filename=-b7478f5e66b2aba5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-5d4c85a42c43613d.rmeta --extern bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-5773599649301bf0.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-fbb8059747997d16.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-93a1365be822cb8b.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-909861595e1f2257.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-5bbf9e2bd751607f.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-ced864b09500c594.rmeta --extern array=/work/oxidecomputer/omicron/target/debug/deps/libhybrid_array-325176a3dca9d981.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-28962bfad6c4e6c1.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-e0344b733aced629.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-70a8cc5d2f870e13.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-8a04af48251e3c77.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2d4823f85931691.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46932026-09-15T03:49:23.085Z Compiling async-object-pool v0.2.0
46942026-09-15T03:49:23.121Z Compiling ssh-encoding v0.3.0
46952026-09-15T03:49:23.125Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name async_object_pool --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-object-pool-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=703c9ea504032361 -C extra-filename=-5757c949ad003f8f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-2961c0bca8e5f2c9.rmeta --extern event_listener=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener-752746e04a359016.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46962026-09-15T03:49:23.187Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ssh_encoding --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ssh-encoding-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' --warn=unused_qualifications --warn=unused_lifetimes --forbid=unsafe_code --warn=unreachable_pub '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::integer_division_remainder_used' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' '--warn=clippy::as_conversions' --cfg 'feature="alloc"' --cfg 'feature="base64"' --cfg 'feature="bigint"' --cfg 'feature="bytes"' --cfg 'feature="ctutils"' --cfg 'feature="digest"' --cfg 'feature="pem"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "base64", "bigint", "bytes", "ctutils", "derive", "digest", "pem", "ssh-derive", "zeroize"))' -C metadata=46a3c41367ef7fac -C extra-filename=-b7362aaeab16622b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-4641a7d020b1e261.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rmeta --extern bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-5773599649301bf0.rmeta --extern ctutils=/work/oxidecomputer/omicron/target/debug/deps/libctutils-2d1a5e6b7b265c07.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-93a1365be822cb8b.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-28962bfad6c4e6c1.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46972026-09-15T03:49:23.191Z Running `/work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-0bfbab22aab5684d/build-script-build`
46982026-09-15T03:49:23.191Z Compiling crypto-primes v0.7.2
46992026-09-15T03:49:23.225Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name crypto_primes --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-primes-0.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::suspicious' '--warn=clippy::style' --warn=rust_2018_idioms '--warn=clippy::perf' '--warn=clippy::pedantic' '--warn=clippy::nursery' '--warn=clippy::correctness' '--warn=clippy::complexity' '--warn=clippy::all' '--warn=clippy::unwrap_used' --warn=unused_qualifications --deny=unsafe_code '--allow=clippy::unreadable_literal' --warn=unexpected_cfgs --warn=trivial_numeric_casts --warn=trivial_casts '--allow=clippy::similar-names' '--allow=clippy::redundant_pub_crate' '--warn=clippy::mod_module_files' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--allow=clippy::many_single_char_names' '--allow=clippy::literal_string_with_formatting_args' '--warn=clippy::indexing_slicing' '--warn=clippy::as_conversions' '--warn=clippy::allow_attributes' '--warn=clippy::alloc_instead_of_core' --check-cfg 'cfg(cpubits, values("16", "32", "64"))' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "glass_pumpkin", "multicore", "openssl", "rayon", "rug", "tests-all", "tests-exhaustive", "tests-glass-pumpkin", "tests-gmp", "tests-openssl"))' -C metadata=c8ba6923c4010509 -C extra-filename=-087de505308bb037 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-5773599649301bf0.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-70a8cc5d2f870e13.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47002026-09-15T03:49:23.357Z Compiling tui-tree-widget v0.23.1
47012026-09-15T03:49:23.391Z Running `/work/oxidecomputer/omicron/target/debug/build/target-lexicon-0570a74c6ef9ffe4/build-script-build`
47022026-09-15T03:49:23.395Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name tui_tree_widget --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tui-tree-widget-0.23.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::pedantic' '--warn=clippy::nursery' '--warn=clippy::unused_trait_names' --warn=unused_qualifications --forbid=unsafe_code '--warn=clippy::std_instead_of_core' '--warn=clippy::min_ident_chars' '--warn=clippy::allow_attributes' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1719fc63a43f5bee -C extra-filename=-674b2067a95aac83 --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-a1bb2c688165151e.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-fb66b428f1def7e9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47032026-09-15T03:49:23.395Z Compiling blake2 v0.11.0-rc.6
47042026-09-15T03:49:23.463Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name blake2 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/blake2-0.11.0-rc.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "reset", "size_opt", "zeroize"))' -C metadata=c4b14eebacdbf13a -C extra-filename=-b71c62b61230be2c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-93a1365be822cb8b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47052026-09-15T03:49:23.468Z Compiling bcrypt-pbkdf v0.11.0
47062026-09-15T03:49:23.534Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name bcrypt_pbkdf --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bcrypt-pbkdf-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' -C debug-assertions=on --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "zeroize"))' -C metadata=32e779abc205e146 -C extra-filename=-c8970437e26838fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern blowfish=/work/oxidecomputer/omicron/target/debug/deps/libblowfish-8f76b5345b97dca7.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-69eed7f776e6d8e4.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e2212116997f49d8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47072026-09-15T03:49:23.604Z Compiling httpmock v0.8.3
47082026-09-15T03:49:23.638Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name httpmock --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httpmock-0.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cookies"' --cfg 'feature="default"' --cfg 'feature="headers"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clap", "color", "colored", "cookies", "default", "experimental", "headers", "http2", "https", "hyper-rustls", "if-addrs", "proxy", "rcgen", "record", "remote", "remote-https", "rustls", "rustls-pki-types", "serde_yaml", "standalone", "tls-detect", "tokio-rustls", "tracing-subscriber"))' -C metadata=6cd48738acef36e7 -C extra-filename=-6b965b52841a5d7f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern assert_json_diff=/work/oxidecomputer/omicron/target/debug/deps/libassert_json_diff-6836bee782f5e58d.rmeta --extern async_object_pool=/work/oxidecomputer/omicron/target/debug/deps/libasync_object_pool-5757c949ad003f8f.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-50e9efe714b4e28a.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-31aa278f1a6bdad7.rmeta --extern futures_timer=/work/oxidecomputer/omicron/target/debug/deps/libfutures_timer-445cb2bade420633.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-20dba1b7e6ddb3f5.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f7a1adc56f8899f4.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b21f4539bd46e3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-11326159470257f9.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-6f6d2d54db09521f.rmeta --extern path_tree=/work/oxidecomputer/omicron/target/debug/deps/libpath_tree-82c1fa7eba195118.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern serde_regex=/work/oxidecomputer/omicron/target/debug/deps/libserde_regex-800173a6e970cf6c.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-4d8274df01164ebc.rmeta --extern stringmetrics=/work/oxidecomputer/omicron/target/debug/deps/libstringmetrics-a2d00ef2dba0af0e.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-8b45795018347949.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-24cc06f08e4187a2.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-72f8271b6a33c915.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47092026-09-15T03:49:23.641Z Compiling sha3 v0.11.0
47102026-09-15T03:49:23.676Z Compiling kem v0.3.0
47112026-09-15T03:49:23.679Z Running `/work/oxidecomputer/omicron/target/debug/build/target-spec-d9465ef384ba0377/build-script-build`
47122026-09-15T03:49:23.679Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sha3 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha3-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "oid", "zeroize"))' -C metadata=a9254b46823adf3c -C extra-filename=-c491932d2ae43fca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-93a1365be822cb8b.rmeta --extern keccak=/work/oxidecomputer/omicron/target/debug/deps/libkeccak-a2fed14bc3370874.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47132026-09-15T03:49:23.679Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name guppy_workspace_hack --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/guppy-workspace-hack-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d977d2e2d66e1abd -C extra-filename=-f0408a0a2fd1122a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47142026-09-15T03:49:23.679Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name kem --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/kem-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("getrandom"))' -C metadata=dde5942d170a7faa -C extra-filename=-341876f496f5c24f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-fbb8059747997d16.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-70a8cc5d2f870e13.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47152026-09-15T03:49:23.679Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name blake3 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/blake3-1.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="mmap"' --cfg 'feature="rayon"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "digest", "mmap", "neon", "no_avx2", "no_avx512", "no_neon", "no_sse2", "no_sse41", "prefer_intrinsics", "pure", "rayon", "serde", "std", "traits-preview", "wasm32_simd", "zeroize"))' -C metadata=4d3e94d50c3b4f58 -C extra-filename=-8b9ea06fdb9fe7db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern arrayref=/work/oxidecomputer/omicron/target/debug/deps/libarrayref-fd2fe092f597efe0.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-b641eb45e77125e0.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-51a3b6ea9f09faea.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-6d8939dd719dc12a.rmeta --extern memmap2=/work/oxidecomputer/omicron/target/debug/deps/libmemmap2-d120f903bf8bdcfa.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-9037290892bc41dc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -l static=blake3_sse2_sse41_avx2_assembly -l static=blake3_avx512_assembly --cfg blake3_sse2_ffi --cfg blake3_sse41_ffi --cfg blake3_avx2_ffi --cfg blake3_avx512_ffi --check-cfg 'cfg(blake3_sse2_ffi, values(none()))' --check-cfg 'cfg(blake3_sse2_rust, values(none()))' --check-cfg 'cfg(blake3_sse41_ffi, values(none()))' --check-cfg 'cfg(blake3_sse41_rust, values(none()))' --check-cfg 'cfg(blake3_avx2_ffi, values(none()))' --check-cfg 'cfg(blake3_avx2_rust, values(none()))' --check-cfg 'cfg(blake3_avx512_ffi, values(none()))' --check-cfg 'cfg(blake3_neon, values(none()))' --check-cfg 'cfg(blake3_wasm32_simd, values(none()))'`
47162026-09-15T03:49:23.753Z Compiling ssh-cipher v0.3.0
47172026-09-15T03:49:23.825Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ssh_cipher --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ssh-cipher-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' --warn=unused_qualifications --warn=unused_lifetimes --forbid=unsafe_code --warn=unreachable_pub '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::integer_division_remainder_used' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' '--warn=clippy::as_conversions' --cfg 'feature="aes"' --cfg 'feature="chacha20poly1305"' --cfg 'feature="encoding"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aes", "chacha20poly1305", "encoding", "getrandom", "rand_core", "tdes", "zeroize"))' -C metadata=0953bc9949c806ac -C extra-filename=-fdc3ab4d393d2b7f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aead=/work/oxidecomputer/omicron/target/debug/deps/libaead-74574cd80db77641.rmeta --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-102b6e12f2c7ee1c.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-687510da3b584913.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-457119b7b5d0ad55.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-b3b8a042fb99e0b6.rmeta --extern ctutils=/work/oxidecomputer/omicron/target/debug/deps/libctutils-2d1a5e6b7b265c07.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-2745d4fa532538f5.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-b7362aaeab16622b.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47182026-09-15T03:49:23.862Z Compiling criterion v0.7.0
47192026-09-15T03:49:23.897Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name criterion --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/criterion-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async"' --cfg 'feature="async_tokio"' --cfg 'feature="cargo_bench_support"' --cfg 'feature="default"' --cfg 'feature="plotters"' --cfg 'feature="rayon"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async", "async_futures", "async_smol", "async_std", "async_tokio", "cargo_bench_support", "csv_output", "default", "html_reports", "plotters", "rayon", "real_blackbox", "stable"))' -C metadata=4c81a55fb7aed876 -C extra-filename=-7c377b1087dd1298 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anes=/work/oxidecomputer/omicron/target/debug/deps/libanes-6b4239e083db6dde.rmeta --extern cast=/work/oxidecomputer/omicron/target/debug/deps/libcast-3f38067fd8fd5d87.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ddef13110ccf1ec1.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rmeta --extern criterion_plot=/work/oxidecomputer/omicron/target/debug/deps/libcriterion_plot-381401eb6c66099c.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-daa2bccd3b7a4092.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6c9795a397cfc660.rmeta --extern oorandom=/work/oxidecomputer/omicron/target/debug/deps/liboorandom-b7131366fad6ff96.rmeta --extern plotters=/work/oxidecomputer/omicron/target/debug/deps/libplotters-fe7e4189f87c9934.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-263f7112b196b016.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern tinytemplate=/work/oxidecomputer/omicron/target/debug/deps/libtinytemplate-6008bfd210db38a3.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-32d617f53e2154a1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47202026-09-15T03:49:23.935Z Compiling primeorder v0.14.0
47212026-09-15T03:49:23.938Z Compiling ecdsa v0.17.0
47222026-09-15T03:49:23.938Z Compiling argon2 v0.6.0-rc.8
47232026-09-15T03:49:23.938Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name primeorder --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/primeorder-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --cfg 'feature="alloc"' --cfg 'feature="basepoint-table"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "basepoint-table", "critical-section", "dev", "hash2curve", "once_cell", "serde", "serdect", "std"))' -C metadata=c2e9a584fd7901e5 -C extra-filename=-4f3313b7ac2ca9b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-b7478f5e66b2aba5.rmeta --extern primefield=/work/oxidecomputer/omicron/target/debug/deps/libprimefield-e68fc8c43ea3d469.rmeta --extern wnaf=/work/oxidecomputer/omicron/target/debug/deps/libwnaf-8616bd990660e953.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47242026-09-15T03:49:23.938Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ecdsa --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ecdsa-0.17.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' --warn=unused_qualifications --warn=unused_lifetimes --forbid=unsafe_code --warn=unreachable_pub '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::integer_division_remainder_used' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' '--warn=clippy::as_conversions' --cfg 'feature="algorithm"' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="der"' --cfg 'feature="digest"' --cfg 'feature="getrandom"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="spki"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("algorithm", "alloc", "default", "der", "dev", "digest", "getrandom", "pem", "pkcs8", "serde", "sha2", "spki", "std"))' -C metadata=c13751bec7d37fa5 -C extra-filename=-f81d20c51639d8b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-d9671cfddb9bd917.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-93a1365be822cb8b.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-b7478f5e66b2aba5.rmeta --extern rfc6979=/work/oxidecomputer/omicron/target/debug/deps/librfc6979-6d2201d6fe4d4618.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-6e36f509b749aa76.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-3059f5ab82c7c7ba.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47252026-09-15T03:49:23.942Z Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-023beff5209a70bc/build-script-build`
47262026-09-15T03:49:23.942Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name target_lexicon --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-lexicon-0.13.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arch_z80", "arch_zkasm", "default", "serde", "serde_support", "std"))' -C metadata=9c12fe910d138c46 -C extra-filename=-1558432607f23e4e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'feature="rust_1_40"'`
47272026-09-15T03:49:23.942Z Compiling module-lattice v0.2.3
47282026-09-15T03:49:23.942Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name argon2 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/argon2-0.6.0-rc.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(test_large_ram)' -C debug-assertions=on --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "kdf", "parallel", "password-hash", "rand_core", "zeroize"))' -C metadata=68172c1bc49bb7fb -C extra-filename=-b81a939678c1b985 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-4641a7d020b1e261.rmeta --extern blake2=/work/oxidecomputer/omicron/target/debug/deps/libblake2-b71c62b61230be2c.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-6d8939dd719dc12a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47292026-09-15T03:49:23.942Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name module_lattice --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/module-lattice-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes --deny=unsafe_code --warn=unreachable_pub '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--warn=clippy::panic_in_result_fn' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::integer_division_remainder_used' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --cfg 'feature="alloc"' --cfg 'feature="ctutils"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "ctutils", "zeroize"))' -C metadata=260f9add2a4a1463 -C extra-filename=-cc08096643008372 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ctutils=/work/oxidecomputer/omicron/target/debug/deps/libctutils-2d1a5e6b7b265c07.rmeta --extern array=/work/oxidecomputer/omicron/target/debug/deps/libhybrid_array-325176a3dca9d981.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6c9795a397cfc660.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47302026-09-15T03:49:23.980Z Compiling pathdiff v0.2.3
47312026-09-15T03:49:24.015Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name pathdiff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pathdiff-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="camino"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("camino"))' -C metadata=1b2cb0a6891be132 -C extra-filename=-f35d5551bae952e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47322026-09-15T03:49:24.018Z Compiling sponge-cursor v0.1.0
47332026-09-15T03:49:24.018Z Compiling nested v0.1.1
47342026-09-15T03:49:24.084Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nested --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nested-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a91079b4791c20d3 -C extra-filename=-130c40b5db20b7bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47352026-09-15T03:49:24.120Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sponge_cursor --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sponge-cursor-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("zeroize"))' -C metadata=c3446264e3914fea -C extra-filename=-47124a1f3fbe6b1d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47362026-09-15T03:49:24.123Z Compiling russh-cryptovec v0.62.0
47372026-09-15T03:49:24.154Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name russh_cryptovec --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/russh-cryptovec-0.62.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ssh-encoding"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ssh-encoding"))' -C metadata=b8714a293c33ff84 -C extra-filename=-e4e758a81a819e76 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a96344eae1a3d1f9.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-70d26705e78829f0.rmeta --extern ssh_encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-b7362aaeab16622b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47382026-09-15T03:49:24.227Z Compiling httptest v0.16.4
47392026-09-15T03:49:24.231Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name httptest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/httptest-0.16.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5eb173a63c206d7d -C extra-filename=-49f5d8277ca84cd5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-61dca3a0d5526e42.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rmeta --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-3ac8cce29e469e73.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-31aa278f1a6bdad7.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b21f4539bd46e3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-11326159470257f9.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-6f6d2d54db09521f.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a96344eae1a3d1f9.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0875c71ea664a892.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-4d6255ea0ebdcbd9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47402026-09-15T03:49:24.263Z Compiling internal-russh-num-bigint v0.5.0
47412026-09-15T03:49:24.267Z Compiling russh-util v0.52.0
47422026-09-15T03:49:24.299Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name russh_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/russh-util-0.52.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f23ffe3c00427350 -C extra-filename=-2f964ddae8cde4e1 --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-0078461ca66129be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47432026-09-15T03:49:24.302Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name internal_russh_num_bigint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/internal-russh-num-bigint-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rand_0_10"' --cfg 'feature="rand_core_0_10"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "quickcheck", "rand_0_10", "rand_0_9", "rand_core_0_10", "rand_core_0_9", "serde", "std"))' -C metadata=c306dd8972a2c3eb -C extra-filename=-a7d47f2e36968974 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-1af496fd5ab035aa.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6c9795a397cfc660.rmeta --extern rand_0_10=/work/oxidecomputer/omicron/target/debug/deps/librand-d04461f821ec7081.rmeta --extern rand_core_0_10=/work/oxidecomputer/omicron/target/debug/deps/librand_core-70a8cc5d2f870e13.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47442026-09-15T03:49:24.302Z Compiling generic-array v1.4.3
47452026-09-15T03:49:24.302Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name generic_array --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-1.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="compat-0_14"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "as_slice", "bitvec", "bytecheck-0_8", "bytemuck", "compat-0_14", "const-default", "faster-hex", "hybrid-array-0_4", "internals", "rkyv-0_8", "rkyv-0_8-full", "serde", "subtle", "zeroize"))' -C metadata=52a11d1b5867df47 -C extra-filename=-d5b42535719d3a5d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern generic_array_0_14=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-646c77236a189ca0.rmeta --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-284f66ec6731db10.so --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-038fdb619aeba623.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47462026-09-15T03:49:24.371Z Compiling delegate v0.13.5
47472026-09-15T03:49:24.374Z Compiling enum_dispatch v0.3.13
47482026-09-15T03:49:24.404Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name delegate --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/delegate-0.13.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f62b0c00f77be1b4 -C extra-filename=-7c735c0a2580e119 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47492026-09-15T03:49:24.408Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name enum_dispatch --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/enum_dispatch-0.3.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7d10ebf67a8bfa15 -C extra-filename=-49a50d7a00233098 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0875c71ea664a892.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47502026-09-15T03:49:24.478Z Compiling rsa v0.10.0-rc.18
47512026-09-15T03:49:24.482Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name rsa --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rsa-0.10.0-rc.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="encoding"' --cfg 'feature="sha2"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("crypto-common", "default", "encoding", "getrandom", "hazmat", "pkcs5", "serde", "sha1", "sha2", "std"))' -C metadata=9e4d96f72c5bbaf2 -C extra-filename=-279a423fefe03efc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-11ea691932e08d12.rmeta --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-5773599649301bf0.rmeta --extern crypto_primes=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_primes-087de505308bb037.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-93a1365be822cb8b.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-73ba43c7010e14e8.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-e0344b733aced629.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-70a8cc5d2f870e13.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e2212116997f49d8.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-6e36f509b749aa76.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-3059f5ab82c7c7ba.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47522026-09-15T03:49:24.554Z Compiling sha3 v0.12.0
47532026-09-15T03:49:24.557Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sha3 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha3-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="oid"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "oid", "zeroize"))' -C metadata=3c837695ec31e89b -C extra-filename=-1db11176a1c0822f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-93a1365be822cb8b.rmeta --extern keccak=/work/oxidecomputer/omicron/target/debug/deps/libkeccak-a2fed14bc3370874.rmeta --extern sponge_cursor=/work/oxidecomputer/omicron/target/debug/deps/libsponge_cursor-47124a1f3fbe6b1d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47542026-09-15T03:49:24.560Z Compiling num-bigint v0.4.6
47552026-09-15T03:49:24.560Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name num_bigint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "quickcheck", "rand", "serde", "std"))' -C metadata=52a73df6645dbdaf -C extra-filename=-997c749ebeaa3595 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-1af496fd5ab035aa.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6c9795a397cfc660.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47562026-09-15T03:49:24.560Z Compiling cfg-expr v0.20.6
47572026-09-15T03:49:24.590Z Compiling p256 v0.14.0
47582026-09-15T03:49:24.593Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name cfg_expr --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg-expr-0.20.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="target-lexicon"' --cfg 'feature="targets"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "target-lexicon", "targets"))' -C metadata=af12bb0cf5d1753b -C extra-filename=-c6282f2ec62bb4ff --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-88db28b097ca3987.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-1558432607f23e4e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47592026-09-15T03:49:24.593Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name p256 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/p256-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(cpubits, values("16", "32", "64"))' --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ecdsa"' --cfg 'feature="ecdsa-core"' --cfg 'feature="getrandom"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="precomputed-tables"' --cfg 'feature="sha2"' --cfg 'feature="sha256"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "default", "digest", "ecdh", "ecdsa", "ecdsa-core", "getrandom", "group-digest", "hash2curve", "oprf", "pem", "pkcs8", "precomputed-tables", "serde", "serdect", "sha2", "sha256", "std", "test-vectors"))' -C metadata=1fff8fda3b3a91cf -C extra-filename=-a6349626e2681ab2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ecdsa_core=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-f81d20c51639d8b4.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-b7478f5e66b2aba5.rmeta --extern primefield=/work/oxidecomputer/omicron/target/debug/deps/libprimefield-e68fc8c43ea3d469.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-4f3313b7ac2ca9b4.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e2212116997f49d8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47602026-09-15T03:49:24.593Z Compiling p384 v0.14.0
47612026-09-15T03:49:24.596Z Compiling p521 v0.14.0
47622026-09-15T03:49:24.596Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name p384 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/p384-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(p384_backend, values("bigint", "fiat"))' --check-cfg 'cfg(cpubits, values("16", "32", "64"))' --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ecdsa"' --cfg 'feature="ecdsa-core"' --cfg 'feature="getrandom"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="precomputed-tables"' --cfg 'feature="sha2"' --cfg 'feature="sha384"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "default", "digest", "ecdh", "ecdsa", "ecdsa-core", "getrandom", "group-digest", "hash2curve", "hex-literal", "oprf", "pem", "pkcs8", "precomputed-tables", "serde", "serdect", "sha2", "sha384", "std", "test-vectors"))' -C metadata=3a36cd4c72d17b06 -C extra-filename=-cecca2f37f2c0d72 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ecdsa_core=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-f81d20c51639d8b4.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-b7478f5e66b2aba5.rmeta --extern primefield=/work/oxidecomputer/omicron/target/debug/deps/libprimefield-e68fc8c43ea3d469.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-4f3313b7ac2ca9b4.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e2212116997f49d8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47632026-09-15T03:49:24.596Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name p521 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/p521-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes '--warn=clippy::unnecessary_safety_comment' --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --check-cfg 'cfg(cpubits, values("16", "32", "64"))' --cfg 'feature="alloc"' --cfg 'feature="arithmetic"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="ecdh"' --cfg 'feature="ecdsa"' --cfg 'feature="ecdsa-core"' --cfg 'feature="getrandom"' --cfg 'feature="pem"' --cfg 'feature="pkcs8"' --cfg 'feature="precomputed-tables"' --cfg 'feature="sha512"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "default", "digest", "ecdh", "ecdsa", "ecdsa-core", "getrandom", "group-digest", "hash2curve", "oprf", "pem", "pkcs8", "precomputed-tables", "rand_core", "serde", "serdect", "sha512", "std", "test-vectors"))' -C metadata=51db40a86e656b48 -C extra-filename=-768a1d8875545216 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-5d4c85a42c43613d.rmeta --extern ecdsa_core=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-f81d20c51639d8b4.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-b7478f5e66b2aba5.rmeta --extern primefield=/work/oxidecomputer/omicron/target/debug/deps/libprimefield-e68fc8c43ea3d469.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-4f3313b7ac2ca9b4.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e2212116997f49d8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47642026-09-15T03:49:24.771Z Compiling ml-kem v0.3.2
47652026-09-15T03:49:24.775Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ml_kem --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ml-kem-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' '--warn=clippy::unwrap_in_result' --warn=unused_qualifications --warn=unused_lifetimes --deny=unsafe_code --warn=unreachable_pub '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--warn=clippy::panic_in_result_fn' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::integer_division_remainder_used' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::doc_markdown' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "hazmat", "pem", "pkcs8", "zeroize"))' -C metadata=6c11fd240909f22a -C extra-filename=-54ae57d94e4e0076 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern array=/work/oxidecomputer/omicron/target/debug/deps/libhybrid_array-325176a3dca9d981.rmeta --extern kem=/work/oxidecomputer/omicron/target/debug/deps/libkem-341876f496f5c24f.rmeta --extern module_lattice=/work/oxidecomputer/omicron/target/debug/deps/libmodule_lattice-cc08096643008372.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-70a8cc5d2f870e13.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c491932d2ae43fca.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47662026-09-15T03:49:24.775Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
47672026-09-15T03:49:24.775Z Compiling md5 v0.8.0
47682026-09-15T03:49:24.775Z Compiling hex-literal v1.1.0
47692026-09-15T03:49:24.775Z Compiling hickory-client v0.25.2
47702026-09-15T03:49:24.775Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name dhcproto_macros --edition=2021 /home/build/.cargo/git/checkouts/dhcproto-9964a40865484e81/120da6f/dhcproto-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7623ee7e42a345f9 -C extra-filename=-143dc2dd89f02ae2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47712026-09-15T03:49:24.775Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name curve25519_dalek --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/curve25519-dalek-5.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(allow_unused_unsafe)' --check-cfg 'cfg(curve25519_dalek_backend, values("fiat", "serial", "simd", "avx512"))' --check-cfg 'cfg(curve25519_dalek_diagnostics, values("build"))' --check-cfg 'cfg(curve25519_dalek_bits, values("32", "64"))' --check-cfg 'cfg(nightly)' -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="precomputed-tables"' --cfg 'feature="rand_core"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "digest", "ff", "group", "legacy_compatibility", "lizard", "precomputed-tables", "rand_core", "serde", "zeroize"))' -C metadata=b0780c2d5dd326cb -C extra-filename=-26a62f9b3935a3a8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-6d8939dd719dc12a.rmeta --extern curve25519_dalek_derive=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek_derive-196d928273ea45ee.so --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-93a1365be822cb8b.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-70a8cc5d2f870e13.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2d4823f85931691.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'curve25519_dalek_bits="64"' --cfg 'curve25519_dalek_backend="simd"'`
47722026-09-15T03:49:24.775Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name md5 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/md5-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=28e5b0df9bc20861 -C extra-filename=-bf3e756e2122f0b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47732026-09-15T03:49:24.810Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name hex_literal --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hex-literal-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a8fad385e78ec9ca -C extra-filename=-f66c1bd7382a55e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47742026-09-15T03:49:24.814Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name hickory_client --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-client-0.25.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(nightly)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__dnssec", "backtrace", "dnssec-aws-lc-rs", "dnssec-ring", "h3-aws-lc-rs", "h3-ring", "https-aws-lc-rs", "https-ring", "mdns", "quic-aws-lc-rs", "quic-ring", "rustls-platform-verifier", "serde", "tls-aws-lc-rs", "tls-ring", "webpki-roots"))' -C metadata=6a99cb128697beda -C extra-filename=-c0e46548126dbb6f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-f9cb17c5fc4ad8cd.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-5f8bf403f358d16e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-20dba1b7e6ddb3f5.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-2d97cea01ac59601.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0875c71ea664a892.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-5368fdbcc8d15a21.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-24cc06f08e4187a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47752026-09-15T03:49:24.917Z Compiling darling_macro v0.13.4
47762026-09-15T03:49:24.920Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name darling_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling_macro-0.13.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5d02678502ac6cd7 -C extra-filename=-2be3d940c575b20f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling_core=/work/oxidecomputer/omicron/target/debug/deps/libdarling_core-0631de70acbc3a55.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aee7d2f8582b61aa.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47772026-09-15T03:49:24.986Z Compiling similar-asserts v1.7.0
47782026-09-15T03:49:25.060Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name similar_asserts --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/similar-asserts-1.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="unicode"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "unicode"))' -C metadata=c4f0ebd3e00dc1be -C extra-filename=-bb371b07d28f574c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-6866355d09e8c508.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-4d8274df01164ebc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47792026-09-15T03:49:25.089Z Compiling supports-hyperlinks v2.1.0
47802026-09-15T03:49:25.092Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name supports_hyperlinks --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/supports-hyperlinks-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3601701d8a05dbf9 -C extra-filename=-61306e5284e2e39b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-b3006f7ed630068b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47812026-09-15T03:49:25.127Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name target_spec --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-spec-3.5.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(guppy_nightly)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("custom", "proptest", "proptest1", "summaries"))' -C metadata=ceeb1abb6fb4be4b -C extra-filename=-30cd3315a231950f --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-c6282f2ec62bb4ff.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-f0408a0a2fd1122a.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-1558432607f23e4e.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47822026-09-15T03:49:25.201Z Compiling supports-color v2.1.0
47832026-09-15T03:49:25.204Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name supports_color --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/supports-color-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5da22d007e3b656b -C extra-filename=-802ed0cb2c3408c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-b3006f7ed630068b.rmeta --extern is_ci=/work/oxidecomputer/omicron/target/debug/deps/libis_ci-3f0f7f831c7b8867.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47842026-09-15T03:49:25.266Z Compiling supports-unicode v2.1.0
47852026-09-15T03:49:25.269Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name supports_unicode --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/supports-unicode-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=525543818de907ad -C extra-filename=-fc73019b569b740e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-b3006f7ed630068b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47862026-09-15T03:49:25.304Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
47872026-09-15T03:49:25.307Z Compiling diesel v2.3.7
47882026-09-15T03:49:25.307Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ispf --edition=2018 /home/build/.cargo/git/checkouts/ispf-247713406e77506c/f78443a/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ce5115e470227295 -C extra-filename=-25b39e70368fcdc4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47892026-09-15T03:49:25.342Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name diesel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/diesel-2.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(diesel_docsrs)' --cfg 'feature="32-column-tables"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="i-implement-a-third-party-backend-and-opt-into-breaking-changes"' --cfg 'feature="network-address"' --cfg 'feature="postgres"' --cfg 'feature="postgres_backend"' --cfg 'feature="r2d2"' --cfg 'feature="serde_json"' --cfg 'feature="uuid"' --cfg 'feature="with-deprecated"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("128-column-tables", "32-column-tables", "64-column-tables", "__with_asan_tests", "chrono", "default", "extras", "huge-tables", "i-implement-a-third-party-backend-and-opt-into-breaking-changes", "ipnet-address", "large-tables", "mysql", "mysql_backend", "mysqlclient-src", "network-address", "numeric", "postgres", "postgres_backend", "pq-src", "quickcheck", "r2d2", "returning_clauses_for_sqlite_3_35", "serde_json", "sqlite", "time", "unstable", "uuid", "with-deprecated", "without-deprecated"))' -C metadata=699cea3feea7e330 -C extra-filename=-ce52d0252545829b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-3948ba2719554b61.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-a85bc2f7a054eda7.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern diesel_derives=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_derives-df559507bfa870cd.so --extern downcast_rs=/work/oxidecomputer/omicron/target/debug/deps/libdowncast_rs-1393300248e80af8.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-384b5883c9cfe350.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-eb0a4b29e4e8f5ee.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rmeta --extern r2d2=/work/oxidecomputer/omicron/target/debug/deps/libr2d2-8159aa1418ffd67e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64`
47902026-09-15T03:49:25.345Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
47912026-09-15T03:49:25.378Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
47922026-09-15T03:49:25.381Z Compiling textwrap v0.15.2
47932026-09-15T03:49:25.381Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name dev_tools_common --edition=2024 dev-tools/common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=34793a529cda7805 -C extra-filename=-ae6ec4353b440d0b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47942026-09-15T03:49:25.412Z Compiling miette-derive v5.10.0
47952026-09-15T03:49:25.415Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/4a39ef0/verifier/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ipcc"' --cfg 'feature="libipcc"' --cfg 'feature="mock"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ipcc", "libipcc", "mock", "sled-agent", "sled-agent-client", "sled-agent-types-versions", "testing"))' -C metadata=9dcdbd156af13ff5 -C extra-filename=-d9ae81c660b8abe1 --out-dir /work/oxidecomputer/omicron/target/debug/build/dice-verifier-d9ae81c660b8abe1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern pki_playground=/work/oxidecomputer/omicron/target/debug/deps/libpki_playground-4d40045835525639.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47962026-09-15T03:49:25.415Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name textwrap --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/textwrap-0.15.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="smawk"' --cfg 'feature="unicode-linebreak"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "hyphenation", "smawk", "terminal_size", "unicode-linebreak", "unicode-width"))' -C metadata=bd9c7e0bf7345a37 -C extra-filename=-8df8fab9e24be3f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern smawk=/work/oxidecomputer/omicron/target/debug/deps/libsmawk-2f1ac1795b4a6054.rmeta --extern unicode_linebreak=/work/oxidecomputer/omicron/target/debug/deps/libunicode_linebreak-b521b019e6348dd0.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-ac02d16f97a48ace.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47972026-09-15T03:49:25.415Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name miette_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/miette-derive-5.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=39ddd03933d0096d -C extra-filename=-16a0db0bf2b0190d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47982026-09-15T03:49:25.480Z Compiling guppy v0.17.25
47992026-09-15T03:49:25.514Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name guppy --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/guppy-0.17.25/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(guppy_nightly)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("guppy-summaries", "proptest", "proptest-derive", "proptest1", "rayon", "rayon1", "summaries", "toml"))' -C metadata=3102ec2990eb79ab -C extra-filename=-2e8048fc49df56ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-002d1b10f06c31e0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-5155e9a22ee90aa4.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-071196465dd7522c.rmeta --extern fixedbitset=/work/oxidecomputer/omicron/target/debug/deps/libfixedbitset-495c4a330cb2088e.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-f0408a0a2fd1122a.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-df56548816dd36a4.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rmeta --extern nested=/work/oxidecomputer/omicron/target/debug/deps/libnested-130c40b5db20b7bf.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0875c71ea664a892.rmeta --extern pathdiff=/work/oxidecomputer/omicron/target/debug/deps/libpathdiff-f35d5551bae952e8.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0de20df312798682.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-88db28b097ca3987.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-bfc5ccdff2db0195.rmeta --extern target_spec=/work/oxidecomputer/omicron/target/debug/deps/libtarget_spec-30cd3315a231950f.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48002026-09-15T03:49:25.553Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
48012026-09-15T03:49:25.553Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041)
48022026-09-15T03:49:25.553Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name dhcproto --edition=2021 /home/build/.cargo/git/checkouts/dhcproto-9964a40865484e81/120da6f/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde"))' -C metadata=4dffc51599b4fc93 -C extra-filename=-82e5da628c97b1bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dhcproto_macros=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto_macros-143dc2dd89f02ae2.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-beeecaa252b7cd2c.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-b38ea0edf80b482b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e08634a0971964ae.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-df2e14f6fdb1e2e8.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-72f8271b6a33c915.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48032026-09-15T03:49:25.584Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_error_chain_derive --edition=2021 /home/build/.cargo/git/checkouts/slog-error-chain-da250b1c0a8d859f/15f6904/slog-error-chain-derive/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nested-values"))' -C metadata=aad0be480a108a10 -C extra-filename=-daa031385552c8b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48042026-09-15T03:49:25.620Z Compiling terminal_size v0.1.17
48052026-09-15T03:49:25.623Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name terminal_size --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/terminal_size-0.1.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=18351837e246cb55 -C extra-filename=-306b8c2d54bcb6a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48062026-09-15T03:49:25.623Z Compiling assert_cmd v2.1.2
48072026-09-15T03:49:25.623Z Compiling escape8259 v0.5.3
48082026-09-15T03:49:25.623Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/assert_cmd-2.1.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("color", "color-auto"))' -C metadata=f84006d57cce6aeb -C extra-filename=-b7272764fea5c815 --out-dir /work/oxidecomputer/omicron/target/debug/build/assert_cmd-b7272764fea5c815 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48092026-09-15T03:49:25.624Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name escape8259 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/escape8259-0.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a2a940a717a6346f -C extra-filename=-990bc44997d0a8a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48102026-09-15T03:49:25.731Z Compiling target-triple v1.0.0
48112026-09-15T03:49:25.734Z Compiling internet-checksum v0.2.1
48122026-09-15T03:49:25.734Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-triple-1.0.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5930650ddd23b5e7 -C extra-filename=-7465962ad4c71a0d --out-dir /work/oxidecomputer/omicron/target/debug/build/target-triple-7465962ad4c71a0d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48132026-09-15T03:49:25.734Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name internet_checksum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/internet-checksum-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("benchmark"))' -C metadata=15b515457a4961cb -C extra-filename=-d065927fe990533b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48142026-09-15T03:49:25.734Z Compiling owo-colors v3.5.0
48152026-09-15T03:49:25.734Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name owo_colors --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-3.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "supports-color", "supports-colors"))' -C metadata=b9982bbe8854ada3 -C extra-filename=-5902446001cd9512 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48162026-09-15T03:49:25.840Z Compiling darling v0.13.4
48172026-09-15T03:49:25.843Z Compiling ed25519-dalek v3.0.0
48182026-09-15T03:49:25.843Z Compiling knuffel-derive v3.2.0
48192026-09-15T03:49:25.843Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name darling --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/darling-0.13.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "diagnostics", "suggestions"))' -C metadata=6521df70c360f1e8 -C extra-filename=-c5cd5988e29e4700 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling_core=/work/oxidecomputer/omicron/target/debug/deps/libdarling_core-0631de70acbc3a55.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-2be3d940c575b20f.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48202026-09-15T03:49:25.843Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
48212026-09-15T03:49:25.843Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ed25519_dalek --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ed25519-dalek-3.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fast"' --cfg 'feature="pkcs8"' --cfg 'feature="rand_core"' --cfg 'feature="signature"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "batch", "default", "digest", "fast", "hazmat", "legacy_compatibility", "pem", "pkcs8", "rand_core", "serde", "signature", "strobe-rs", "zeroize"))' -C metadata=9e0af0d6b2126656 -C extra-filename=-ba6e760819d1c274 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-26a62f9b3935a3a8.rmeta --extern ed25519=/work/oxidecomputer/omicron/target/debug/deps/libed25519-7c677c60ee4d5d97.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-70a8cc5d2f870e13.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e2212116997f49d8.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-6e36f509b749aa76.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2d4823f85931691.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48222026-09-15T03:49:25.843Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name knuffel_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/knuffel-derive-3.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2b12ab6ce86e96e2 -C extra-filename=-fd05d3912d2d8b51 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-2408c3d4c6d3556f.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-b00da713d20c8fa5.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aee7d2f8582b61aa.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48232026-09-15T03:49:25.843Z Compiling fancy-regex v0.14.0
48242026-09-15T03:49:25.843Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_human_bytes --edition=2024 /home/build/.cargo/git/checkouts/serde_human_bytes-9b0d965c2b287046/8f60acd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "schemars08"))' -C metadata=dc00c48cd80a2fef -C extra-filename=-2756f5c197c5b571 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-26aea309b97267ee.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48252026-09-15T03:49:25.843Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name fancy_regex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fancy-regex-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="perf"' --cfg 'feature="std"' --cfg 'feature="unicode"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "perf", "std", "track_caller", "unicode"))' -C metadata=11f99dd1713fa1f5 -C extra-filename=-515e3ec884795c4b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-cbc2b3f9eeb20f18.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-ed883849b59715f2.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-be5734abe16157a0.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48262026-09-15T03:49:25.975Z Compiling libtest-mimic v0.8.1
48272026-09-15T03:49:25.978Z Compiling rstest_macros v0.25.0
48282026-09-15T03:49:25.978Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name libtest_mimic --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libtest-mimic-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6caaca32f1672839 -C extra-filename=-0ca9dfc172b19f66 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstream=/work/oxidecomputer/omicron/target/debug/deps/libanstream-e6706d798b9df8c1.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-665243e242fcd7e8.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rmeta --extern escape8259=/work/oxidecomputer/omicron/target/debug/deps/libescape8259-990bc44997d0a8a3.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48292026-09-15T03:49:25.978Z Compiling fs-err v2.11.0
48302026-09-15T03:49:25.978Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rstest_macros-0.25.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async-timeout"' --cfg 'feature="crate-name"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-timeout", "crate-name", "default"))' -C metadata=f0897bf32b46bd8e -C extra-filename=-c7f2f35b24da6635 --out-dir /work/oxidecomputer/omicron/target/debug/build/rstest_macros-c7f2f35b24da6635 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-1cf7962b48132cfa.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48312026-09-15T03:49:26.012Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fs-err-2.11.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("io_safety", "tokio"))' -C metadata=0b959028373c8f35 -C extra-filename=-150f03a00684a2af --out-dir /work/oxidecomputer/omicron/target/debug/build/fs-err-150f03a00684a2af -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-6634508604fedff9.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48322026-09-15T03:49:26.079Z Compiling serde_with_macros v1.5.2
48332026-09-15T03:49:26.082Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_with_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_with_macros-1.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6006a28551aceaee -C extra-filename=-5f377bdb28638a72 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern darling=/work/oxidecomputer/omicron/target/debug/deps/libdarling-c5cd5988e29e4700.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aee7d2f8582b61aa.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48342026-09-15T03:49:26.082Z Running `/work/oxidecomputer/omicron/target/debug/build/assert_cmd-b7272764fea5c815/build-script-build`
48352026-09-15T03:49:26.186Z Compiling linkme-impl v0.3.35
48362026-09-15T03:49:26.189Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linkme-impl-0.3.35/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("used_linker"))' -C metadata=ac15218cdf0f8497 -C extra-filename=-481233e8b7049972 --out-dir /work/oxidecomputer/omicron/target/debug/build/linkme-impl-481233e8b7049972 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48372026-09-15T03:49:26.223Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041)
48382026-09-15T03:49:26.226Z Running `/work/oxidecomputer/omicron/target/debug/build/target-triple-7465962ad4c71a0d/build-script-build`
48392026-09-15T03:49:26.226Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_error_chain --edition=2021 /home/build/.cargo/git/checkouts/slog-error-chain-da250b1c0a8d859f/15f6904/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="slog-error-chain-derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("derive", "erased-serde", "nested-values", "serde", "slog-error-chain-derive"))' -C metadata=006c60ef42262cfd -C extra-filename=-58213a9c7e7073a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain_derive=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain_derive-daa031385552c8b6.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48402026-09-15T03:49:26.296Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name assert_cmd --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/assert_cmd-2.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("color", "color-auto"))' -C metadata=273267e00ecb568c -C extra-filename=-5fed5a6df06ab157 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-665243e242fcd7e8.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-61dca3a0d5526e42.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-eba8521e88a666db.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-1b991c95fd524a7a.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-0ae7c89332947f4d.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-1ec388523af25689.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48412026-09-15T03:49:26.345Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name target_triple --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/target-triple-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=69556f3c21f334a2 -C extra-filename=-db593f08a950ef9c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(host_os, values("windows"))'`
48422026-09-15T03:49:26.450Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-150f03a00684a2af/build-script-build`
48432026-09-15T03:49:26.519Z Compiling datatest-stable v0.3.3
48442026-09-15T03:49:26.522Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name datatest_stable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/datatest-stable-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("include-dir"))' -C metadata=37c0a2a73de6875b -C extra-filename=-4abb3ca6fb30ba71 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern fancy_regex=/work/oxidecomputer/omicron/target/debug/deps/libfancy_regex-515e3ec884795c4b.rmeta --extern libtest_mimic=/work/oxidecomputer/omicron/target/debug/deps/liblibtest_mimic-0ca9dfc172b19f66.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-32d617f53e2154a1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48452026-09-15T03:49:26.555Z Compiling attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
48462026-09-15T03:49:26.558Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name attest_mock --edition=2024 /home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/4a39ef0/attest-mock/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e658002d047ca00a -C extra-filename=-1d642684dee12cfe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern attest_data=/work/oxidecomputer/omicron/target/debug/deps/libattest_data-962294e41d4a3717.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-0f5539a2457549e4.rmeta --extern knus=/work/oxidecomputer/omicron/target/debug/deps/libknus-f6a3f708de06c876.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-3a66ccb98869e71f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-58213a9c7e7073a2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48472026-09-15T03:49:26.591Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
48482026-09-15T03:49:26.596Z Running `/work/oxidecomputer/omicron/target/debug/build/rstest_macros-c7f2f35b24da6635/build-script-build`
48492026-09-15T03:49:26.596Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_artifact --edition=2021 /home/build/.cargo/git/checkouts/tufaceous-cd93b255c6f4ae76/95395ce/artifact/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="proptest"' --cfg 'feature="schemars"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "schemars"))' -C metadata=2f2a3fcb04d0a0ce -C extra-filename=-66667db8e5a21f05 --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-79051aebdca0fa6c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-2756f5c197c5b571.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-8a4732afddef8a4f.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48502026-09-15T03:49:26.627Z Compiling support-bundle-viewer v0.1.2
48512026-09-15T03:49:26.631Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name support_bundle_viewer --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/support-bundle-viewer-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0f6577bc09753360 -C extra-filename=-70db9ec5b1ce133b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8b52857e14497030.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-a1bb2c688165151e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-904d443341801caf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out`
48522026-09-15T03:49:26.699Z Compiling multimap v0.10.1
48532026-09-15T03:49:26.702Z Compiling approx v0.5.1
48542026-09-15T03:49:26.702Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name multimap --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/multimap-0.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_impl"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde_impl"))' -C metadata=046fca18ea37ccda -C extra-filename=-c1e5be9fb6586715 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48552026-09-15T03:49:26.703Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name approx --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/approx-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "num-complex", "std"))' -C metadata=6ebdabac061f5a98 -C extra-filename=-3691007ff0584b58 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6c9795a397cfc660.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48562026-09-15T03:49:26.770Z Compiling uzers v0.12.2
48572026-09-15T03:49:26.773Z Running `/work/oxidecomputer/omicron/target/debug/build/linkme-impl-481233e8b7049972/build-script-build`
48582026-09-15T03:49:26.773Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name uzers --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uzers-0.12.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cache"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="mock"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cache", "default", "log", "logging", "mock", "test-integration"))' -C metadata=9cdeb55848d003be -C extra-filename=-47665ca5bde56653 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a96344eae1a3d1f9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48592026-09-15T03:49:26.866Z Compiling termcolor v1.4.1
48602026-09-15T03:49:26.869Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name termcolor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/termcolor-1.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f4b93e77de710789 -C extra-filename=-8acb90536a7e7fe9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48612026-09-15T03:49:26.939Z Compiling relative-path v1.9.3
48622026-09-15T03:49:26.942Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name relative_path --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/relative-path-1.9.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde"))' -C metadata=babc4dfd36e84ab6 -C extra-filename=-4a00f12b36d7b81b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48632026-09-15T03:49:26.975Z Compiling linkme v0.3.35
48642026-09-15T03:49:26.978Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linkme-0.3.35/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("used_linker"))' -C metadata=c74b5daf99e9e757 -C extra-filename=-eb2b17b87192fa1e --out-dir /work/oxidecomputer/omicron/target/debug/build/linkme-eb2b17b87192fa1e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48652026-09-15T03:49:26.978Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name linkme_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linkme-impl-0.3.35/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("used_linker"))' -C metadata=c8e5234e546fff39 -C extra-filename=-c7311b77d27a8684 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(exhaustive)' --check-cfg 'cfg(no_unsafe_attributes)' --check-cfg 'cfg(no_unsafe_extern_blocks)'`
48662026-09-15T03:49:27.049Z Compiling miette v5.10.0
48672026-09-15T03:49:27.052Z Compiling blake2b_simd v1.0.4
48682026-09-15T03:49:27.052Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name fs_err --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fs-err-2.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("io_safety", "tokio"))' -C metadata=e676193ebae4e00b -C extra-filename=-089a7f45201fabb4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg rustc_1_63 --check-cfg 'cfg(rustc_1_63)'`
48692026-09-15T03:49:27.052Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name miette --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/miette-5.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backtrace"' --cfg 'feature="backtrace-ext"' --cfg 'feature="default"' --cfg 'feature="fancy"' --cfg 'feature="fancy-no-backtrace"' --cfg 'feature="is-terminal"' --cfg 'feature="owo-colors"' --cfg 'feature="supports-color"' --cfg 'feature="supports-hyperlinks"' --cfg 'feature="supports-unicode"' --cfg 'feature="terminal_size"' --cfg 'feature="textwrap"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "backtrace-ext", "default", "fancy", "fancy-no-backtrace", "is-terminal", "no-format-args-capture", "owo-colors", "serde", "supports-color", "supports-hyperlinks", "supports-unicode", "terminal_size", "textwrap"))' -C metadata=3da6ef5ad867fe1d -C extra-filename=-5bb6f395d8173dd9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern backtrace=/work/oxidecomputer/omicron/target/debug/deps/libbacktrace-016a146c76daa131.rmeta --extern backtrace_ext=/work/oxidecomputer/omicron/target/debug/deps/libbacktrace_ext-38e2638fe132a04f.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-b3006f7ed630068b.rmeta --extern miette_derive=/work/oxidecomputer/omicron/target/debug/deps/libmiette_derive-16a0db0bf2b0190d.so --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0875c71ea664a892.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-5902446001cd9512.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-802ed0cb2c3408c7.rmeta --extern supports_hyperlinks=/work/oxidecomputer/omicron/target/debug/deps/libsupports_hyperlinks-61306e5284e2e39b.rmeta --extern supports_unicode=/work/oxidecomputer/omicron/target/debug/deps/libsupports_unicode-fc73019b569b740e.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-306b8c2d54bcb6a5.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-8df8fab9e24be3f6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-df2e14f6fdb1e2e8.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-ac02d16f97a48ace.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48702026-09-15T03:49:27.053Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
48712026-09-15T03:49:27.053Z Compiling partial-io v0.5.4
48722026-09-15T03:49:27.086Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name partial_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/partial-io-0.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="futures"' --cfg 'feature="futures03"' --cfg 'feature="pin-project"' --cfg 'feature="proptest"' --cfg 'feature="proptest1"' --cfg 'feature="tokio"' --cfg 'feature="tokio1"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures", "futures03", "pin-project", "proptest", "proptest1", "quickcheck", "quickcheck1", "rand", "tokio", "tokio1"))' -C metadata=25cb73f570cf3fa2 -C extra-filename=-bfbccd347f884efa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-3664d3bd232d12d7.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48732026-09-15T03:49:27.089Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name blake2b_simd --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/blake2b_simd-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "uninline_portable"))' -C metadata=4feddecb47e330a7 -C extra-filename=-994c226a7d8a3468 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern arrayref=/work/oxidecomputer/omicron/target/debug/deps/libarrayref-fd2fe092f597efe0.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-b641eb45e77125e0.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-51a3b6ea9f09faea.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48742026-09-15T03:49:27.123Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name hubtools --edition=2021 /home/build/.cargo/git/checkouts/hubtools-48e485b08d647fd4/2b1ef9b/hubtools/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6d34691e6d7ee482 -C extra-filename=-c1c510ec62c97f94 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-bb74a95d46416a86.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-f39885e8bddc449b.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-410dfba099023d61.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-a19bb701981b0cac.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-f6384fa8b47385bf.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-fa9478000e7089b0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-df2e14f6fdb1e2e8.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-f811267b32f7f23f.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-8af706e8917935ad.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8d6f2a9d60229cf4.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-e02a3c7c21da7b34.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-a514348d97366fd6.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-eac7599807efe826.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib`
48752026-09-15T03:49:27.156Z Running `/work/oxidecomputer/omicron/target/debug/build/dice-verifier-d9ae81c660b8abe1/build-script-build`
48762026-09-15T03:49:27.263Z Compiling trybuild v1.0.116
48772026-09-15T03:49:27.266Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
48782026-09-15T03:49:27.266Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name trybuild --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/trybuild-1.0.116/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("diff"))' -C metadata=b64e31f30ed69077 -C extra-filename=-280fa11ba239171a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-32e11cbbb0cbd818.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-2aa2fe389e081ac2.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern target_triple=/work/oxidecomputer/omicron/target/debug/deps/libtarget_triple-db593f08a950ef9c.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-8acb90536a7e7fe9.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-e143e7aacf77bb06.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48792026-09-15T03:49:27.266Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_brand_metadata --edition=2021 /home/build/.cargo/git/checkouts/tufaceous-cd93b255c6f4ae76/95395ce/brand-metadata/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=48e17de3283b92a9 -C extra-filename=-e93efea3770fcaca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-bb0402933484d4f9.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-66667db8e5a21f05.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48802026-09-15T03:49:27.327Z Compiling rand_distr v0.5.1
48812026-09-15T03:49:27.330Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_distr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_distr-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std", "std_math"))' -C metadata=159be219532bb30a -C extra-filename=-f80380f9fdb11466 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6c9795a397cfc660.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48822026-09-15T03:49:27.330Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name rstest_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rstest_macros-0.25.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async-timeout"' --cfg 'feature="crate-name"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-timeout", "crate-name", "default"))' -C metadata=6af85dfadaa7ec91 -C extra-filename=-dd923dbe0b7d56ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-32e11cbbb0cbd818.rlib --extern proc_macro_crate=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_crate-178e6fef099d8d4d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rlib --extern relative_path=/work/oxidecomputer/omicron/target/debug/deps/librelative_path-4a00f12b36d7b81b.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-01edd4035b1021f2.rlib --extern proc_macro --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48832026-09-15T03:49:27.399Z Compiling serde_with v1.14.0
48842026-09-15T03:49:27.430Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_with --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_with-1.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="macros"' --cfg 'feature="serde_with_macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("base64", "base64_crate", "chrono", "chrono_crate", "default", "doc-comment", "guide", "hex", "indexmap", "indexmap_crate", "json", "macros", "serde_json", "serde_with_macros", "time_0_3"))' -C metadata=d2c611db03964d5a -C extra-filename=-64309b8b657c7bed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-5f377bdb28638a72.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48852026-09-15T03:49:27.433Z Compiling drift v0.2.0
48862026-09-15T03:49:27.434Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name dice_verifier --edition=2021 /home/build/.cargo/git/checkouts/dice-util-fe337d7974b37b1f/4a39ef0/verifier/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ipcc"' --cfg 'feature="libipcc"' --cfg 'feature="mock"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ipcc", "libipcc", "mock", "sled-agent", "sled-agent-client", "sled-agent-types-versions", "testing"))' -C metadata=50794c96f3d27adb -C extra-filename=-4b1c3ff8d7c7e87c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern attest_data=/work/oxidecomputer/omicron/target/debug/deps/libattest_data-962294e41d4a3717.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-ba57704941fdbd49.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-2aae56dabc2c1819.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-fff538b88af305f1.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-0f5539a2457549e4.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-814f4c615715e0fa.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a96344eae1a3d1f9.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-ad57b9d727cb25d6.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-3a66ccb98869e71f.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7cf75c25b3ee927c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-e02a3c7c21da7b34.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
48872026-09-15T03:49:27.434Z Running `/work/oxidecomputer/omicron/target/debug/build/linkme-eb2b17b87192fa1e/build-script-build`
48882026-09-15T03:49:27.466Z Compiling constant_time_eq v0.3.1
48892026-09-15T03:49:27.469Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name drift --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/drift-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d58731e69c3ff6e5 -C extra-filename=-a3fd76431410f7d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-df56548816dd36a4.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-43c55b0f49f9feb6.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48902026-09-15T03:49:27.469Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name constant_time_eq --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/constant_time_eq-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("count_instructions_test"))' -C metadata=0138ef61613b48f7 -C extra-filename=-6f7131820d3b2aa6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48912026-09-15T03:49:27.557Z Compiling parse-size v1.1.0
48922026-09-15T03:49:27.560Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name parse_size --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parse-size-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=0fe6a567d5243b46 -C extra-filename=-415ede010cc26114 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48932026-09-15T03:49:27.560Z Compiling cargo_toml v0.21.0
48942026-09-15T03:49:27.563Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name cargo_toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cargo_toml-0.21.0/src/cargo_toml.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("features"))' -C metadata=0d634ef833c179c9 -C extra-filename=-1687765aa0132809 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48952026-09-15T03:49:27.597Z Compiling termios v0.3.3
48962026-09-15T03:49:27.600Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name termios --edition=2015 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/termios-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e20017b746edee3e -C extra-filename=-6dcf76f1cfb3077c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48972026-09-15T03:49:27.669Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_uuid_kinds --edition=2024 uuid-kinds/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="uuid-v4"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proptest", "schemars", "schemars08", "serde", "std", "testing", "uuid-v4"))' -C metadata=ff0d67d56e9cde75 -C extra-filename=-09b57b8925b0bdce --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-79051aebdca0fa6c.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-0971dfdbc3426724.rlib --extern newtype_uuid_macros=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid_macros-de6a7696c5ed2084.so --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3abc053f4411f86b.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48982026-09-15T03:49:27.720Z Compiling rust-argon2 v2.1.0
48992026-09-15T03:49:27.723Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name argon2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-argon2-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=1f921cf302c05382 -C extra-filename=-41ac2d17202de6c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-70747a5d8c73dcfb.rmeta --extern blake2b_simd=/work/oxidecomputer/omicron/target/debug/deps/libblake2b_simd-994c226a7d8a3468.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-6f7131820d3b2aa6.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49002026-09-15T03:49:27.784Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_generation_kinds --edition=2024 generation-kinds/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="default"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="slog2"' --cfg 'feature="std"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "schemars08", "serde", "slog2", "std", "testing"))' -C metadata=0e649ba356ef7b78 -C extra-filename=-e327d06de12515ac --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-97406f1daba247f9.rlib --extern oxide_generation_macros=/work/oxidecomputer/omicron/target/debug/deps/liboxide_generation_macros-c5b55efb85d92178.so --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49012026-09-15T03:49:27.823Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name dev_tools_common --edition=2024 dev-tools/common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1a50c5a94241af7f -C extra-filename=-7561f25f3c332a8d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49022026-09-15T03:49:27.915Z Compiling knuffel v3.2.0
49032026-09-15T03:49:27.918Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name knuffel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/knuffel-3.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="base64"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="knuffel-derive"' --cfg 'feature="line-numbers"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("base64", "default", "derive", "knuffel-derive", "line-numbers", "minicbor", "unicode-width"))' -C metadata=23b77ba2968a69eb -C extra-filename=-3c719aa9c64938ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-70747a5d8c73dcfb.rmeta --extern chumsky=/work/oxidecomputer/omicron/target/debug/deps/libchumsky-33a612e01df7a250.rmeta --extern knuffel_derive=/work/oxidecomputer/omicron/target/debug/deps/libknuffel_derive-fd05d3912d2d8b51.so --extern miette=/work/oxidecomputer/omicron/target/debug/deps/libmiette-5bb6f395d8173dd9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-df2e14f6fdb1e2e8.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-ac02d16f97a48ace.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49042026-09-15T03:49:27.981Z Compiling ssh-key v0.7.0-rc.11
49052026-09-15T03:49:27.985Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ssh_key --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ssh-key-0.7.0-rc.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::unwrap_used' --warn=unused_qualifications --warn=unused_lifetimes --forbid=unsafe_code --warn=unreachable_pub '--warn=clippy::unnecessary_safety_comment' '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::trivially_copy_pass_by_ref' --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::std_instead_of_core' '--warn=clippy::std_instead_of_alloc' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::return_self_not_must_use' '--warn=clippy::ref_as_ptr' '--warn=clippy::redundant_closure_for_method_calls' '--warn=clippy::ptr_as_ptr' '--allow=clippy::needless_range_loop' '--warn=clippy::must_use_candidate' '--warn=clippy::mod_module_files' '--warn=clippy::missing_panics_doc' '--warn=clippy::missing_errors_doc' --warn=missing_docs --warn=missing_debug_implementations --warn=missing_copy_implementations '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--warn=clippy::integer_division_remainder_used' '--warn=clippy::implicit_saturating_sub' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::checked_conversions' '--warn=clippy::cast_sign_loss' '--warn=clippy::cast_precision_loss' '--warn=clippy::cast_possible_wrap' '--warn=clippy::cast_possible_truncation' '--warn=clippy::cast_lossless' '--warn=clippy::borrow_as_ptr' '--warn=clippy::as_conversions' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="ecdsa"' --cfg 'feature="ed25519"' --cfg 'feature="encryption"' --cfg 'feature="p256"' --cfg 'feature="p384"' --cfg 'feature="p521"' --cfg 'feature="ppk"' --cfg 'feature="rand_core"' --cfg 'feature="rsa"' --cfg 'feature="sha1"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "crypto", "default", "dsa", "ecdsa", "ed25519", "encryption", "getrandom", "p256", "p384", "p521", "ppk", "rand_core", "rsa", "serde", "sha1", "std", "tdes"))' -C metadata=edab5aa8a3c3ef3f -C extra-filename=-fc6346b896371d28 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-b81a939678c1b985.rmeta --extern bcrypt_pbkdf=/work/oxidecomputer/omicron/target/debug/deps/libbcrypt_pbkdf-c8970437e26838fa.rmeta --extern ctutils=/work/oxidecomputer/omicron/target/debug/deps/libctutils-2d1a5e6b7b265c07.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-ba6e760819d1c274.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-a932f702b0c397c6.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-a6349626e2681ab2.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-cecca2f37f2c0d72.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-768a1d8875545216.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-70a8cc5d2f870e13.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-279a423fefe03efc.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-8a04af48251e3c77.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-46c657d18701ce00.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e2212116997f49d8.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-6e36f509b749aa76.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libssh_cipher-fdc3ab4d393d2b7f.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-b7362aaeab16622b.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49062026-09-15T03:49:28.138Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name linkme --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linkme-0.3.35/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("used_linker"))' -C metadata=2b51f4a7cad04b4b -C extra-filename=-cec354afcaee4de5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern linkme_impl=/work/oxidecomputer/omicron/target/debug/deps/liblinkme_impl-c7311b77d27a8684.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49072026-09-15T03:49:28.730Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
49082026-09-15T03:49:28.733Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/git/checkouts/pmbus-f365faafedb1bcc4/3e681b1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5cb7bc7bd105e38e -C extra-filename=-f86a847c1554f69e --out-dir /work/oxidecomputer/omicron/target/debug/build/pmbus-f86a847c1554f69e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern convert_case=/work/oxidecomputer/omicron/target/debug/deps/libconvert_case-8d22a73afb78cdb5.rlib --extern ron=/work/oxidecomputer/omicron/target/debug/deps/libron-3288b4da69667601.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-64309b8b657c7bed.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49092026-09-15T03:49:28.803Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
49102026-09-15T03:49:28.806Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name pki_playground --edition=2021 /home/build/.cargo/git/checkouts/pki-playground-00863a3611f072fd/7600756/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b74f66745d6ba04e -C extra-filename=-1b349c2cc10e2475 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-ba57704941fdbd49.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-e723dca237d80cfa.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-bb74a95d46416a86.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-2aae56dabc2c1819.rmeta --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-16d6623f4672f2fc.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-b38ea0edf80b482b.rmeta --extern knuffel=/work/oxidecomputer/omicron/target/debug/deps/libknuffel-3c719aa9c64938ae.rmeta --extern miette=/work/oxidecomputer/omicron/target/debug/deps/libmiette-5bb6f395d8173dd9.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-ad57b9d727cb25d6.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e5eba79edd904ff5.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-9e98da6c93bead74.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e08634a0971964ae.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-fa9478000e7089b0.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-35fb0b5687fedf25.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-5a14ea5f2cd7e3d6.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-ca73f97f20f6f002.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-e02a3c7c21da7b34.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49112026-09-15T03:49:30.036Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
49122026-09-15T03:49:30.040Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name xtask --edition=2024 dev-tools/xtask/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=35d40e70ac4e94a9 -C extra-filename=-dbe084e73836635d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-5155e9a22ee90aa4.rlib --extern cargo_toml=/work/oxidecomputer/omicron/target/debug/deps/libcargo_toml-1687765aa0132809.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-ae6ec4353b440d0b.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-33cf399a252efde4.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2c98d7798085936d.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-ffb315459a2ad208.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-00ef578645e692ad.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49132026-09-15T03:49:30.554Z Running `/work/oxidecomputer/omicron/target/debug/build/pmbus-f86a847c1554f69e/build-script-build`
49142026-09-15T03:49:30.647Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name pmbus --edition=2018 /home/build/.cargo/git/checkouts/pmbus-f365faafedb1bcc4/3e681b1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5e23dd555221b26c -C extra-filename=-d4bf4324b474abda --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libm=/work/oxidecomputer/omicron/target/debug/deps/liblibm-9e37edfd50945af7.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-8a8724bec2baea40.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6c9795a397cfc660.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49152026-09-15T03:49:31.069Z Compiling sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
49162026-09-15T03:49:31.072Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sprockets_tls_test_utils --edition=2021 /home/build/.cargo/git/checkouts/sprockets-882d17aeeb0cb343/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=dba498c6e8d7c29d -C extra-filename=-c4fddf357656e3c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern pki_playground=/work/oxidecomputer/omicron/target/debug/deps/libpki_playground-1b349c2cc10e2475.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49172026-09-15T03:49:31.433Z Compiling rstest v0.25.0
49182026-09-15T03:49:31.436Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name rstest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rstest-0.25.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async-timeout"' --cfg 'feature="crate-name"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-timeout", "crate-name", "default"))' -C metadata=dffa5d07bfd1c7e9 -C extra-filename=-3b24bf69782c43bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures_timer=/work/oxidecomputer/omicron/target/debug/deps/libfutures_timer-445cb2bade420633.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-20dba1b7e6ddb3f5.rmeta --extern rstest_macros=/work/oxidecomputer/omicron/target/debug/deps/librstest_macros-dd923dbe0b7d56ed.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49192026-09-15T03:49:33.942Z Compiling samael v0.0.19
49202026-09-15T03:49:33.946Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_bindings --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/samael-0.0.19/bindings.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="lazy_static"' --cfg 'feature="libc"' --cfg 'feature="libxml"' --cfg 'feature="xmlsec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "lazy_static", "libc", "libxml", "xmlsec"))' -C metadata=fc2be55f361bf2bb -C extra-filename=-72e7fae1224068aa --out-dir /work/oxidecomputer/omicron/target/debug/build/samael-72e7fae1224068aa -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-08b197286f56bd97.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-62584c7c957af197.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49212026-09-15T03:49:35.215Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name libgit2_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libgit2-sys-0.18.3+1.9.2/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("https", "libssh2-sys", "openssl-sys", "ssh", "vendored", "vendored-openssl", "zlib-ng-compat"))' -C metadata=8b78ada929206598 -C extra-filename=-9014a7d3504185fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern libz_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibz_sys-07ea87da42f42885.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/usr/lib/amd64 -l static=git2 --cfg libgit2_vendored --check-cfg 'cfg(libgit2_vendored,)'`
49222026-09-15T03:49:35.495Z Compiling git2 v0.20.4
49232026-09-15T03:49:35.505Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name git2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/git2-0.20.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "https", "openssl-probe", "openssl-sys", "ssh", "unstable", "vendored-libgit2", "vendored-openssl", "zlib-ng-compat"))' -C metadata=2a1cfefce7b3f100 -C extra-filename=-d404645846ff45bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-3948ba2719554b61.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern libgit2_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibgit2_sys-9014a7d3504185fb.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a96344eae1a3d1f9.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-72f8271b6a33c915.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/usr/lib/amd64`
49242026-09-15T03:49:35.528Z Running `/work/oxidecomputer/omicron/target/debug/build/samael-72e7fae1224068aa/build-script-bindings`
49252026-09-15T03:49:36.080Z Compiling polar-core v0.27.3
49262026-09-15T03:49:36.083Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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=55f291e875c7a617 -C extra-filename=-26e5d5bf3d03aae5 --out-dir /work/oxidecomputer/omicron/target/debug/build/polar-core-26e5d5bf3d03aae5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lalrpop=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop-43e025a4611d358c.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-2aa2fe389e081ac2.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49272026-09-15T03:49:36.991Z Running `/work/oxidecomputer/omicron/target/debug/build/polar-core-26e5d5bf3d03aae5/build-script-build`
49282026-09-15T03:49:38.112Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name samael --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/samael-0.0.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type staticlib --crate-type rlib --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="lazy_static"' --cfg 'feature="libc"' --cfg 'feature="libxml"' --cfg 'feature="xmlsec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "lazy_static", "libc", "libxml", "xmlsec"))' -C metadata=67ea2f573addd52c -C extra-filename=-73faca2b25abd4c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-f9cb17c5fc4ad8cd.rlib --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-44255a8e505b18de.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4eb8e677ff21afe8.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-f2541ba6c8c9160c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern libxml=/work/oxidecomputer/omicron/target/debug/deps/liblibxml-9be4d5052de6b0da.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-6cce0bc98f3e1f35.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-ba548cb97a05fd57.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-8989cd298eafc0c4.rlib --extern quick_xml=/work/oxidecomputer/omicron/target/debug/deps/libquick_xml-4f1b0a5e40e5f916.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-72f8271b6a33c915.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -l xmlsec1 -l xml2 -l ssl -l crypto -l xmlsec1 -l ltdl -l xslt -l xml2 --cfg xmlsec_dynamic --check-cfg 'cfg(xmlsec_dynamic)' --check-cfg 'cfg(xmlsec_static)'`
49292026-09-15T03:49:38.175Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name polar_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/polar-core-0.27.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default"))' -C metadata=dd9bca38055e6c23 -C extra-filename=-75be4ee6c54497b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-7e032ea0c0df3de5.so --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-af56003b6d749e39.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-5ae813a9bb19abd8.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49302026-09-15T03:49:38.540Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name vergen_git2 --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vergen-git2-9.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(coverage,coverage_nightly)' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("build", "cargo", "default", "emit_and_set", "rustc", "si", "unstable"))' -C metadata=708ae516a30b5921 -C extra-filename=-d326cfa75a9b62ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-44255a8e505b18de.rmeta --extern git2_rs=/work/oxidecomputer/omicron/target/debug/deps/libgit2-d404645846ff45bd.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-c6ed9aaa77e72a1f.rmeta --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-0cd717b01a63ee1b.rmeta --extern vergen_lib=/work/oxidecomputer/omicron/target/debug/deps/libvergen_lib-40afdbdf68519d8c.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/usr/lib/amd64 --check-cfg 'cfg(nightly)'`
49312026-09-15T03:49:39.098Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
49322026-09-15T03:49:39.101Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/ad8a317/common/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=580ca7f43a2b7d75 -C extra-filename=-1fcd2031e2ee36b1 --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-common-1fcd2031e2ee36b1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-0cd717b01a63ee1b.rlib --extern vergen_git2=/work/oxidecomputer/omicron/target/debug/deps/libvergen_git2-d326cfa75a9b62ab.rlib --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/usr/lib/amd64`
49332026-09-15T03:49:40.097Z Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-rs-df619af35adeb6b1/build-script-build`
49342026-09-15T03:49:40.100Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name aws_lc_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-sys-0.40.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="prebuilt-nasm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-bindings", "asan", "bindgen", "default", "disable-prebuilt-nasm", "fips", "prebuilt-nasm", "ssl"))' -C metadata=32fa4f6b350c0846 -C extra-filename=-479e5536fbc197c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -l static=aws_lc_0_40_0_crypto --cfg universal`
49352026-09-15T03:49:40.165Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-common-1fcd2031e2ee36b1/build-script-build`
49362026-09-15T03:49:40.201Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-715694e95d145a7f/build-script-build`
49372026-09-15T03:49:40.381Z Compiling async-bb8-diesel v0.2.1
49382026-09-15T03:49:40.381Z Compiling diesel-dtrace v0.5.0
49392026-09-15T03:49:40.384Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name async_bb8_diesel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-bb8-diesel-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cockroach"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cockroach", "default"))' -C metadata=6e61bde09abcb67d -C extra-filename=-274bf28b24d0a9db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-7bdc5321b80fbd35.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ce52d0252545829b.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-df2e14f6fdb1e2e8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.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`
49402026-09-15T03:49:40.384Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name diesel_dtrace --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/diesel-dtrace-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=03675f64af9d80fe -C extra-filename=-4ea8ecee3ceb19a6 --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-ce52d0252545829b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-49e733439b69b674.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64`
49412026-09-15T03:49:40.646Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name aws_lc_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aws-lc-rs-1.16.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="aws-lc-sys"' --cfg 'feature="default"' --cfg 'feature="prebuilt-nasm"' --cfg 'feature="ring-io"' --cfg 'feature="ring-sig-verify"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "asan", "aws-lc-sys", "bindgen", "default", "dev-tests-only", "fips", "non-fips", "prebuilt-nasm", "ring-io", "ring-sig-verify", "test_logging", "unstable"))' -C metadata=27a5f2328aed05dc -C extra-filename=-216bfd816f8ebcfb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aws_lc_sys=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-479e5536fbc197c9.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-692ed4188cb39e44.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out --check-cfg 'cfg(aws_lc_rs_docsrs)' --check-cfg 'cfg(disable_slow_tests)' --check-cfg 'cfg(dev_tests_only)'`
49422026-09-15T03:49:41.522Z Compiling rustls-webpki v0.103.13
49432026-09-15T03:49:41.522Z Compiling rcgen v0.12.1
49442026-09-15T03:49:41.522Z Compiling russh v0.62.4
49452026-09-15T03:49:41.526Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-webpki-0.103.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(webpki_docsrs)' --cfg 'feature="alloc"' --cfg 'feature="aws-lc-rs"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "aws-lc-rs", "aws-lc-rs-fips", "aws-lc-rs-unstable", "default", "ring", "std"))' -C metadata=938e378b16cdb1ba -C extra-filename=-04af00d720d91488 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-216bfd816f8ebcfb.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-591a1b9c6c02bd3c.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-aa4831acdc29ad27.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out`
49462026-09-15T03:49:41.526Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name rcgen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rcgen-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="aws_lc_rs"' --cfg 'feature="pem"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "pem", "ring", "x509-parser", "zeroize"))' -C metadata=cfb28bd02064f38e -C extra-filename=-2a5a4d2fbeb7e66b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-216bfd816f8ebcfb.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-bad34ca77d4ced2b.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-c6ed9aaa77e72a1f.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-9a396bbdc6bbac50.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out`
49472026-09-15T03:49:41.526Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name russh --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/russh-0.62.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="aws-lc-rs"' --cfg 'feature="default"' --cfg 'feature="flate2"' --cfg 'feature="rsa"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("_bench", "async-trait", "aws-lc-rs", "default", "des", "dsa", "flate2", "legacy-ed25519-pkcs8-parser", "ring", "rsa", "serde", "yasna"))' -C metadata=badc6d30cf7ae843 -C extra-filename=-fda599c0f2adf537 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-102b6e12f2c7ee1c.rmeta --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-216bfd816f8ebcfb.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-3948ba2719554b61.rmeta --extern block_padding=/work/oxidecomputer/omicron/target/debug/deps/libblock_padding-37daa10e1f3ebda5.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-a85bc2f7a054eda7.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-bcdb5ae72dbcff0e.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-b3b8a042fb99e0b6.rmeta --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-5773599649301bf0.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-e06f317cb2460a44.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-26a62f9b3935a3a8.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-f9cb17c5fc4ad8cd.rmeta --extern delegate=/work/oxidecomputer/omicron/target/debug/deps/libdelegate-7c735c0a2580e119.so --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-d9671cfddb9bd917.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-93a1365be822cb8b.rmeta --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-f81d20c51639d8b4.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-ba6e760819d1c274.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-b7478f5e66b2aba5.rmeta --extern enum_dispatch=/work/oxidecomputer/omicron/target/debug/deps/libenum_dispatch-49a50d7a00233098.so --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4eb8e677ff21afe8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-d5b42535719d3a5d.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-21201851a35fa059.rmeta --extern ghash=/work/oxidecomputer/omicron/target/debug/deps/libghash-a3dceae665cd418d.rmeta --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-f66c1bd7382a55e0.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-a932f702b0c397c6.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-1bb058025b3020a0.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libinternal_russh_num_bigint-a7d47f2e36968974.rmeta --extern keccak=/work/oxidecomputer/omicron/target/debug/deps/libkeccak-a2fed14bc3370874.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a96344eae1a3d1f9.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-bf3e756e2122f0b9.rmeta --extern ml_kem=/work/oxidecomputer/omicron/target/debug/deps/libml_kem-54ae57d94e4e0076.rmeta --extern module_lattice=/work/oxidecomputer/omicron/target/debug/deps/libmodule_lattice-cc08096643008372.rmeta --extern num_bigint_0_4=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-997c749ebeaa3595.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-a6349626e2681ab2.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-cecca2f37f2c0d72.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-768a1d8875545216.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-69eed7f776e6d8e4.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-73ba43c7010e14e8.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-a66affc94c68e93b.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-e0344b733aced629.rmeta --extern polyval=/work/oxidecomputer/omicron/target/debug/deps/libpolyval-27d4e991cd1a551a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d04461f821ec7081.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-70a8cc5d2f870e13.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-279a423fefe03efc.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-e4e758a81a819e76.rmeta --extern russh_util=/work/oxidecomputer/omicron/target/debug/deps/librussh_util-2f964ddae8cde4e1.rmeta --extern salsa20=/work/oxidecomputer/omicron/target/debug/deps/libsalsa20-59548de6cbc7cf36.rmeta --extern scrypt=/work/oxidecomputer/omicron/target/debug/deps/libscrypt-c71150440adb55dd.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-8a04af48251e3c77.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-46c657d18701ce00.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e2212116997f49d8.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-1db11176a1c0822f.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-6e36f509b749aa76.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-3059f5ab82c7c7ba.rmeta --extern ssh_encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-b7362aaeab16622b.rmeta --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-fc6346b896371d28.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2d4823f85931691.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-038fdb619aeba623.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-8f9eaef02c635b00.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out`
49482026-09-15T03:49:41.879Z Compiling oso v0.27.3
49492026-09-15T03:49:41.882Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name oso --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/oso-0.27.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="oso-derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("anyhow", "clap", "cli", "default", "derive", "oso-derive", "rustyline", "rustyline-derive", "tracing-subscriber", "uuid-06", "uuid-07", "uuid-10"))' -C metadata=855c0ae947c30450 -C extra-filename=-b4a52e8733931033 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern impl_trait_for_tuples=/work/oxidecomputer/omicron/target/debug/deps/libimpl_trait_for_tuples-c87fe0193aeff696.so --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-f2541ba6c8c9160c.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-a07bfbf502fff96e.rmeta --extern oso_derive=/work/oxidecomputer/omicron/target/debug/deps/liboso_derive-2814e1293aa99f04.so --extern polar_core=/work/oxidecomputer/omicron/target/debug/deps/libpolar_core-75be4ee6c54497b5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-df2e14f6fdb1e2e8.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-24cc06f08e4187a2.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
49502026-09-15T03:49:42.050Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.23.41/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(bench)' --check-cfg 'cfg(coverage_nightly)' --check-cfg 'cfg(read_buf)' --check-cfg 'cfg(rustls_docsrs)' --cfg 'feature="aws-lc-rs"' --cfg 'feature="aws_lc_rs"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="prefer-post-quantum"' --cfg 'feature="std"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "custom-provider", "default", "fips", "hashbrown", "log", "logging", "prefer-post-quantum", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=c5df600fb136b866 -C extra-filename=-a00b12ef41f33166 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-216bfd816f8ebcfb.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a96344eae1a3d1f9.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0875c71ea664a892.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-591a1b9c6c02bd3c.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-04af00d720d91488.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2d4823f85931691.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out`
49512026-09-15T03:49:44.816Z Compiling tokio-rustls v0.26.4
49522026-09-15T03:49:44.816Z Compiling rustls-platform-verifier v0.6.2
49532026-09-15T03:49:44.821Z Compiling tough v0.22.0
49542026-09-15T03:49:44.821Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
49552026-09-15T03:49:44.821Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-rustls-0.26.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="aws-lc-rs"' --cfg 'feature="aws_lc_rs"' --cfg 'feature="default"' --cfg 'feature="logging"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "default", "early-data", "fips", "logging", "ring", "tls12", "zlib"))' -C metadata=a01694911be436ea -C extra-filename=-ec266f134b30ab63 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a00b12ef41f33166.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out`
49562026-09-15T03:49:44.821Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls_platform_verifier --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-platform-verifier-0.6.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("android_logger", "base64", "cert-logging", "dbg", "docsrs", "ffi-testing", "jni", "once_cell"))' -C metadata=e35b11ef8f065ae6 -C extra-filename=-68080a5ace8adf59 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a96344eae1a3d1f9.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a00b12ef41f33166.rmeta --extern rustls_native_certs=/work/oxidecomputer/omicron/target/debug/deps/librustls_native_certs-e0981140425bbf3a.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-04af00d720d91488.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out`
49572026-09-15T03:49:44.821Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name tough --edition=2018 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tough-0.22.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="http"' --cfg 'feature="reqwest"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("fips", "http", "integ", "reqwest"))' -C metadata=b5c4745786264286 -C extra-filename=-213efebf5ce581a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-75cb42a0302df866.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-216bfd816f8ebcfb.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-ab58984db8b52f7e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-f57b0cec2750c1f6.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-87f203a022ee981a.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a96344eae1a3d1f9.rmeta --extern olpc_cjson=/work/oxidecomputer/omicron/target/debug/deps/libolpc_cjson-dffbf6b21a1d747e.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-bad34ca77d4ced2b.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0bf5a646b561519f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4d1f8800798d0067.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a00b12ef41f33166.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern serde_plain=/work/oxidecomputer/omicron/target/debug/deps/libserde_plain-59df7aa68e900ac7.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-edbd0ef5556767f5.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7cf75c25b3ee927c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4e06b03adca01890.rmeta --extern typed_path=/work/oxidecomputer/omicron/target/debug/deps/libtyped_path-7bb1c14244deebc0.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-692ed4188cb39e44.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-72f8271b6a33c915.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-32d617f53e2154a1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/usr/lib/amd64`
49582026-09-15T03:49:44.821Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name tough --edition=2018 /home/build/.cargo/git/checkouts/tough-94bd17e85a5c6d01/56967c9/tough/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("fips", "http", "http2", "integ", "reqwest", "rustls-native-certs", "rustls-platform-verifier"))' -C metadata=7bf183f663e6fe5f -C extra-filename=-a533cb9eea71552d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-75cb42a0302df866.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-216bfd816f8ebcfb.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-ab58984db8b52f7e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-f57b0cec2750c1f6.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-87f203a022ee981a.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6f3ab8716908876b.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a96344eae1a3d1f9.rmeta --extern olpc_cjson=/work/oxidecomputer/omicron/target/debug/deps/libolpc_cjson-9c93a289614b30ce.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-bad34ca77d4ced2b.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0bf5a646b561519f.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a00b12ef41f33166.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern serde_plain=/work/oxidecomputer/omicron/target/debug/deps/libserde_plain-59df7aa68e900ac7.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-edbd0ef5556767f5.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7cf75c25b3ee927c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4e06b03adca01890.rmeta --extern typed_path=/work/oxidecomputer/omicron/target/debug/deps/libtyped_path-7bb1c14244deebc0.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-692ed4188cb39e44.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-72f8271b6a33c915.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-32d617f53e2154a1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out`
49592026-09-15T03:49:45.168Z Compiling hyper-rustls v0.27.7
49602026-09-15T03:49:45.172Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hyper-rustls-0.27.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="aws-lc-rs"' --cfg 'feature="default"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="native-tokio"' --cfg 'feature="rustls-native-certs"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aws-lc-rs", "default", "fips", "http1", "http2", "log", "logging", "native-tokio", "ring", "rustls-native-certs", "rustls-platform-verifier", "tls12", "webpki-roots", "webpki-tokio"))' -C metadata=d05182dd5d84ffe2 -C extra-filename=-b1d92761482d9115 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-11326159470257f9.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-6f6d2d54db09521f.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a96344eae1a3d1f9.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a00b12ef41f33166.rmeta --extern rustls_native_certs=/work/oxidecomputer/omicron/target/debug/deps/librustls_native_certs-e0981140425bbf3a.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-591a1b9c6c02bd3c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-ec266f134b30ab63.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-69f8bc73e07c6f0b.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out`
49612026-09-15T03:49:45.172Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sprockets_tls --edition=2021 /home/build/.cargo/git/checkouts/sprockets-882d17aeeb0cb343/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=cb8234506236e510 -C extra-filename=-6db62e69810c44c9 --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-962294e41d4a3717.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rmeta --extern dice_mfg_msgs=/work/oxidecomputer/omicron/target/debug/deps/libdice_mfg_msgs-82c6871faafbe01c.rmeta --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-4b1c3ff8d7c7e87c.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-2aae56dabc2c1819.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-0f5539a2457549e4.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-17af6e71604b9409.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e5eba79edd904ff5.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a00b12ef41f33166.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-b10789da333cdd33.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-df2e14f6fdb1e2e8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-ec266f134b30ab63.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-e02a3c7c21da7b34.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -C link-arg=-Wl,-R/usr/platform/oxide/lib/amd64/`
49622026-09-15T03:49:45.172Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-0.17.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=1404e64995cdf6e0 -C extra-filename=-b17bf89810c1c282 --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-6fc6252abfa2e55a.rmeta --extern async_stream=/work/oxidecomputer/omicron/target/debug/deps/libasync_stream-55e04cd135c1297c.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-071196465dd7522c.rmeta --extern dropshot_endpoint=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_endpoint-eabd85006e96ac2b.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-31aa278f1a6bdad7.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-e48d4bf7ecfc3ef8.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b21f4539bd46e3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-11326159470257f9.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-6f6d2d54db09521f.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-df56548816dd36a4.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-68dae086988655aa.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-43c55b0f49f9feb6.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3abc053f4411f86b.so --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0bf5a646b561519f.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a00b12ef41f33166.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-3c4c38c24af6348d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-fc9e674395cc0336.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-16d7d7f100d91e5b.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-4d6255ea0ebdcbd9.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-46c657d18701ce00.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-b669c6075079eafe.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-a5f9179d2f1eff47.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-ec266f134b30ab63.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4e06b03adca01890.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-e143e7aacf77bb06.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-49e733439b69b674.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --extern waitgroup=/work/oxidecomputer/omicron/target/debug/deps/libwaitgroup-d40647f6ba22a5cc.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out`
49632026-09-15T03:49:45.425Z Compiling reqwest v0.13.2
49642026-09-15T03:49:45.429Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(reqwest_unstable)' --cfg 'feature="__rustls"' --cfg 'feature="__rustls-aws-lc-rs"' --cfg 'feature="__tls"' --cfg 'feature="blocking"' --cfg 'feature="charset"' --cfg 'feature="cookies"' --cfg 'feature="default"' --cfg 'feature="default-tls"' --cfg 'feature="http2"' --cfg 'feature="json"' --cfg 'feature="query"' --cfg 'feature="rustls"' --cfg 'feature="stream"' --cfg 'feature="system-proxy"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__native-tls", "__native-tls-alpn", "__rustls", "__rustls-aws-lc-rs", "__tls", "blocking", "brotli", "charset", "cookies", "default", "default-tls", "deflate", "form", "gzip", "hickory-dns", "http2", "http3", "json", "multipart", "native-tls", "native-tls-no-alpn", "native-tls-vendored", "native-tls-vendored-no-alpn", "query", "rustls", "rustls-no-provider", "socks", "stream", "system-proxy", "zstd"))' -C metadata=bb5e76a8612a9d5c -C extra-filename=-634800329a65c50c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rmeta --extern cookie_crate=/work/oxidecomputer/omicron/target/debug/deps/libcookie-6ae3743cbf3b1fa1.rmeta --extern cookie_store=/work/oxidecomputer/omicron/target/debug/deps/libcookie_store-f7a2f8373cc179df.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-249b13598140a28a.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-5f8bf403f358d16e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-f57b0cec2750c1f6.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-20dba1b7e6ddb3f5.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-adaf71dfcb32b380.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-b9d4b49ec22055e5.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b21f4539bd46e3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-11326159470257f9.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-b1d92761482d9115.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-6f6d2d54db09521f.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a96344eae1a3d1f9.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-b757ef982f295bb7.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0bf5a646b561519f.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-1a825e29b69bcb3e.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a00b12ef41f33166.rmeta --extern rustls_pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-591a1b9c6c02bd3c.rmeta --extern rustls_platform_verifier=/work/oxidecomputer/omicron/target/debug/deps/librustls_platform_verifier-68080a5ace8adf59.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-4d6255ea0ebdcbd9.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-02d6c90f6149f3b5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-ec266f134b30ab63.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4e06b03adca01890.rmeta --extern tower=/work/oxidecomputer/omicron/target/debug/deps/libtower-7713a42936873dd5.rmeta --extern tower_http=/work/oxidecomputer/omicron/target/debug/deps/libtower_http-6cc2557fadd24736.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-69f8bc73e07c6f0b.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-72f8271b6a33c915.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out`
49652026-09-15T03:49:46.840Z Compiling progenitor-client v0.14.0
49662026-09-15T03:49:46.840Z Compiling progenitor-client v0.13.0
49672026-09-15T03:49:46.840Z Compiling omicron-zone-package v0.12.3
49682026-09-15T03:49:46.846Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8b5193ddf4053b31 -C extra-filename=-f33b5e798654e53b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-f57b0cec2750c1f6.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0bf5a646b561519f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-4d6255ea0ebdcbd9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out`
49692026-09-15T03:49:46.846Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_zone_package --edition=2021 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/omicron-zone-package-0.12.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=188fa7a9dd2ebc42 -C extra-filename=-9ac9a28f78b327de --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern blake3=/work/oxidecomputer/omicron/target/debug/deps/libblake3-8b9ea06fdb9fe7db.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-642f432538a6b2f9.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4eb8e677ff21afe8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-20dba1b7e6ddb3f5.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-2aa2fe389e081ac2.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-bb0402933484d4f9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-df2e14f6fdb1e2e8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8d6f2a9d60229cf4.rmeta --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-0d79a4a4b554b691.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-32d617f53e2154a1.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out`
49702026-09-15T03:49:46.846Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e7d36b7383de3591 -C extra-filename=-dc0eade14fdda8a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-f57b0cec2750c1f6.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0bf5a646b561519f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-4d6255ea0ebdcbd9.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out`
49712026-09-15T03:49:46.973Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
49722026-09-15T03:49:46.978Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2024 /home/build/.cargo/git/checkouts/tufaceous-cd93b255c6f4ae76/38730b6/lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::pedantic' '--allow=clippy::must-use-candidate' '--allow=clippy::missing-errors-doc' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4fb72c0e71954934 -C extra-filename=-6ab79d5f5b3744f5 --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-30d6cf26f3e64a88.rmeta --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-216bfd816f8ebcfb.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ddef13110ccf1ec1.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rmeta --extern digest_io=/work/oxidecomputer/omicron/target/debug/deps/libdigest_io-88f40dba69b3f6bf.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4eb8e677ff21afe8.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-20dba1b7e6ddb3f5.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-794de493e17f410b.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6f3ab8716908876b.rmeta --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-167c1e974015d22e.rmeta --extern rawzip=/work/oxidecomputer/omicron/target/debug/deps/librawzip-c2e0a73e22538d73.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-e2212116997f49d8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-bb0402933484d4f9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-a533cb9eea71552d.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-55633ce249dc36ab.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-72f8271b6a33c915.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib`
49732026-09-15T03:49:47.104Z Compiling progenitor v0.13.0
49742026-09-15T03:49:47.107Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "macro"))' -C metadata=51475ba5a937f8e2 -C extra-filename=-679d31aae5228db0 --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-dc0eade14fdda8a6.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-cef26526b6048d63.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-7ac98629efeda460.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out`
49752026-09-15T03:49:47.143Z Compiling progenitor-extras v0.2.0
49762026-09-15T03:49:47.143Z Compiling progenitor v0.14.0
49772026-09-15T03:49:47.150Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_extras --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-extras-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ab22166927b5dd35 -C extra-filename=-bc56cc3da71baa56 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern backon=/work/oxidecomputer/omicron/target/debug/deps/libbackon-bba67040a6645465.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-f33b5e798654e53b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out`
49782026-09-15T03:49:47.151Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "macro"))' -C metadata=dfdb8a0365674e0d -C extra-filename=-b5f9f6295f6a9272 --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-f33b5e798654e53b.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-e9e59cb6bb390986.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-a8a95409af18e5d4.so --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out`
49792026-09-15T03:49:47.175Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
49802026-09-15T03:49:47.208Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_lib --edition=2021 /home/build/.cargo/git/checkouts/tufaceous-cd93b255c6f4ae76/95395ce/lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2368756726a8bf51 -C extra-filename=-c84605154096923b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-216bfd816f8ebcfb.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-c7927cdb9847c108.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-071196465dd7522c.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4eb8e677ff21afe8.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-089a7f45201fabb4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-c1c510ec62c97f94.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-a8f9954c45614da6.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-daa2bccd3b7a4092.rmeta --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-415ede010cc26114.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-e08634a0971964ae.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-16d7d7f100d91e5b.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-bb0402933484d4f9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-213efebf5ce581a0.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-66667db8e5a21f05.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-e93efea3770fcaca.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-72f8271b6a33c915.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-904d443341801caf.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
49812026-09-15T03:49:47.268Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
49822026-09-15T03:49:47.277Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2024 /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/cc0c307/dpd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("chaos", "multicast", "tofino_asic"))' -C metadata=e214cb10081b326c -C extra-filename=-2cede7e05ec1b418 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcommon-63b8a98c737378f1.rmeta --extern crc8=/work/oxidecomputer/omicron/target/debug/deps/libcrc8-87d05f1f8f2d2178.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-679d31aae5228db0.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-731cfe6148305b80.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out`
49832026-09-15T03:49:47.348Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
49842026-09-15T03:49:47.348Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
49852026-09-15T03:49:47.367Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
49862026-09-15T03:49:47.367Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
49872026-09-15T03:49:47.367Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
49882026-09-15T03:49:47.367Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
49892026-09-15T03:49:47.367Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name mg_admin_client --edition=2024 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/ce015cd/mg-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9c20b429740d55ad -C extra-filename=-e3a326d06017962d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern client_common=/work/oxidecomputer/omicron/target/debug/deps/libclient_common-aa60e9a2fa6df98b.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-cc7c0de1c6e2b8cd.rmeta --extern mg_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types_versions-c3d5761c2c903403.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-8b45795018347949.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out`
49902026-09-15T03:49:47.367Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ddm_admin_client --edition=2024 /home/build/.cargo/git/checkouts/maghemite-c0236f0fd3d582b6/ce015cd/ddm-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4082cbfb4779a89a -C extra-filename=-d29db20ca5b408a5 --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-adc572987ca5a608.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out`
49912026-09-15T03:49:47.367Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_client --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/046f743/lib/propolis-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d646e6ea6641605d -C extra-filename=-bb89a29abdaf9acb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-70747a5d8c73dcfb.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-a0d7bce1927ddf41.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-f33b5e798654e53b.rmeta --extern propolis_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types_versions-c85745a29d1a7cd6.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-df2e14f6fdb1e2e8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-4fec990254285bf7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out`
49922026-09-15T03:49:47.367Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_pantry_client --edition=2024 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/ad8a317/pantry-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c66b0bbd395571bc -C extra-filename=-27840ab51e5d0e43 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-8928a1ebdb4f3415.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0bf5a646b561519f.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out`
49932026-09-15T03:49:47.367Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2024 /home/build/.cargo/git/checkouts/dendrite-ae9f1715c17fc765/04a52a3/dpd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("chaos", "multicast", "tofino_asic"))' -C metadata=4779f727463d2cf0 -C extra-filename=-95ea99b300116b1f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcommon-128ae65ef1c468da.rmeta --extern crc8=/work/oxidecomputer/omicron/target/debug/deps/libcrc8-87d05f1f8f2d2178.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-d341089c6d4d580b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-731cfe6148305b80.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out`
49942026-09-15T03:49:47.367Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_agent_client --edition=2024 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/ad8a317/agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=62780148e6097763 -C extra-filename=-65f701cd80f5eac1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-8928a1ebdb4f3415.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0bf5a646b561519f.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out`
49952026-09-15T03:49:47.761Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
49962026-09-15T03:49:47.766Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 workspace-hack/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0a56eaa0bb49191e -C extra-filename=-2d919651303525c2 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-2d919651303525c2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-002d1b10f06c31e0.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-dbb806304b87bd02.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-216bfd816f8ebcfb.rlib --extern aws_lc_sys=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-479e5536fbc197c9.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-9a7d9066824188ca.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-4641a7d020b1e261.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b0c20064e4257887.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-3948ba2719554b61.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-61dca3a0d5526e42.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-c7927cdb9847c108.rlib --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-3a87de3ab3eac852.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-8f5da3de5601b39f.rlib --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-457119b7b5d0ad55.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-b3b8a042fb99e0b6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-f35c2408c7f16a1e.rlib --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-ba57704941fdbd49.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-6ae3743cbf3b1fa1.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-c2ea5a3e72737bc1.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-50e9efe714b4e28a.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8b52857e14497030.rlib --extern crypto_common_c65f7effa3be6d31=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-2485650c47585fb6.rlib --extern crypto_common_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-fbb8059747997d16.rlib --extern ctutils=/work/oxidecomputer/omicron/target/debug/deps/libctutils-2d1a5e6b7b265c07.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-d3b13ba2ae292ea3.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-f9cb17c5fc4ad8cd.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-e723dca237d80cfa.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-8ad9980a0f203a00.rlib --extern derive_more_impl=/work/oxidecomputer/omicron/target/debug/deps/libderive_more_impl-0130089cfadeb675.so --extern digest_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libdigest-bb74a95d46416a86.rlib --extern digest_a6292c17cd707f01=/work/oxidecomputer/omicron/target/debug/deps/libdigest-93a1365be822cb8b.rlib --extern dof_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libdof-4c3621c4263fa118.rlib --extern dof_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libdof-b859805c6827e7d0.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-2aae56dabc2c1819.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-2f892cc0986a716b.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-543ecd076fef1908.rlib --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-fff538b88af305f1.rlib --extern errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-db9c655ed119b5fc.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-9483917ec6c54662.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4eb8e677ff21afe8.rlib --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-ebc869414e836213.rlib --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-31aa278f1a6bdad7.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-33cf399a252efde4.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-5f8bf403f358d16e.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-f57b0cec2750c1f6.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-8b18dc3fcc726a8b.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-99d474ad3e9ebc5e.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-20dba1b7e6ddb3f5.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ee2e4ac302948d5f.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-646c77236a189ca0.rlib --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-53a24cd2896410db.rlib --extern getrandom_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-5d1a82fc3b083576.rlib --extern getrandom_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-21201851a35fa059.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-af4f34762ba19bdb.rlib --extern hashbrown_3575ec1268b04181=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-24e9546b5dd3595e.rlib --extern hashbrown_986da7b5efc2b80e=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-9b9383e555f45b6e.rlib --extern hashbrown_9067fe90e8c1f593=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-9d3880c4e221e58e.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-2408c3d4c6d3556f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-2d97cea01ac59601.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-656a16477c3e4dd7.rlib --extern hybrid_array=/work/oxidecomputer/omicron/target/debug/deps/libhybrid_array-325176a3dca9d981.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-11326159470257f9.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-b1d92761482d9115.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-6f6d2d54db09521f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-90be52b2e0a64ba1.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-df56548816dd36a4.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-1bb058025b3020a0.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-b38ea0edf80b482b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-384b5883c9cfe350.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-daa2bccd3b7a4092.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6f3ab8716908876b.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-af56003b6d749e39.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-f2541ba6c8c9160c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a96344eae1a3d1f9.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-62c61abfd0e56c79.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-054bf847d36a6b9e.rlib --extern miette=/work/oxidecomputer/omicron/target/debug/deps/libmiette-70755f0c61735f96.rlib --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-62db240d7db1f22c.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-242fe92aa751b4a7.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-0971dfdbc3426724.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-70d26705e78829f0.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-387c6eb671581075.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-1af496fd5ab035aa.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-7a57feef8f4f1781.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6c9795a397cfc660.rlib --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-1a603f14caba9997.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0875c71ea664a892.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-43c55b0f49f9feb6.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-7e77bbb16c35318e.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e5eba79edd904ff5.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0bf5a646b561519f.rlib --extern petgraph_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c1bfad4f3c1f7731.rlib --extern petgraph_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0de20df312798682.rlib --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-e914187787332acb.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-7b27b356e1f929a1.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-1e72ad4c1b7f7547.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-eba8521e88a666db.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-e08634a0971964ae.rlib --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern rand_chacha_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-3c2ed44b185bba47.rlib --extern rand_chacha_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-7e176df3b6534cf3.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-ed883849b59715f2.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-be5734abe16157a0.rlib --extern reqwest_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4d1f8800798d0067.rlib --extern reqwest_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-fa9478000e7089b0.rlib --extern rustix_d585fab2519d2d1=/work/oxidecomputer/omicron/target/debug/deps/librustix-43e5ccdc1ddefd3d.rlib --extern rustix_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/librustix-71bae07553df3d6d.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a00b12ef41f33166.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-fc9e674395cc0336.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-26aea309b97267ee.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-520e79432e611323.rlib --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-fb143a79f6c7587e.so --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rlib --extern simd_adler32=/work/oxidecomputer/omicron/target/debug/deps/libsimd_adler32-892e1dde2629fdd9.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-4d8274df01164ebc.rlib --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-f96d4d9a8f48e01b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-88db28b097ca3987.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-6e51a3a64baf0661.rlib --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-ca73f97f20f6f002.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-25ab7953a9b0822f.rlib --extern strum_2f80eeee3b1b6c7e=/work/oxidecomputer/omicron/target/debug/deps/libstrum-8a4732afddef8a4f.rlib --extern strum_754bda37e0fb3874=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2d4823f85931691.rlib --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-aee7d2f8582b61aa.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-00ef578645e692ad.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-c6ed9aaa77e72a1f.rlib --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-17db910add66ebb4.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8abc38b4608f96b7.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-ec266f134b30ab63.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-295dbb2fcc65f679.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4e06b03adca01890.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8d6f2a9d60229cf4.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-a9ceb95a06fa005a.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-7280b445afda3623.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-f21c1d627623f3ff.rlib --extern toml_parser=/work/oxidecomputer/omicron/target/debug/deps/libtoml_parser-ac055e08eed95de1.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-213efebf5ce581a0.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-24cc06f08e4187a2.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-038fdb619aeba623.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-72f8271b6a33c915.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-49e733439b69b674.rlib --extern usdt_impl_d8f496e17d97b5cb=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-47fec743cf8f2a3e.rlib --extern usdt_impl_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-9c189ce5c9bd69c2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-0cd717b01a63ee1b.rlib --extern vergen_lib=/work/oxidecomputer/omicron/target/debug/deps/libvergen_lib-40afdbdf68519d8c.rlib --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-60c06c134eae0ef4.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-e02a3c7c21da7b34.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-a2fb83154a192d98.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rlib --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-904d443341801caf.rlib --extern zip_181b0d20215bb231=/work/oxidecomputer/omicron/target/debug/deps/libzip-2403599ae9553380.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
49972026-09-15T03:49:47.943Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
49982026-09-15T03:49:47.943Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
49992026-09-15T03:49:47.948Z Compiling dropshot-api-manager v0.8.0
50002026-09-15T03:49:47.948Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name scim2_rs --edition=2024 /home/build/.cargo/git/checkouts/scim2-rs-e1050fccfb4d03f1/163606c/core/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=91a92ba6690ef991 -C extra-filename=-bac9ed1fab7e3a17 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern trait_variant=/work/oxidecomputer/omicron/target/debug/deps/libtrait_variant-b241f29d84da5786.so --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-8160050710f6ec0d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out`
50012026-09-15T03:49:47.949Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_mock_server --edition=2021 /home/build/.cargo/git/checkouts/propolis-d68c8bd1bc59c9bd/046f743/bin/mock-server/src/lib/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cb80d7d21b31b1bd -C extra-filename=-6a8c9a146d75aba6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-70747a5d8c73dcfb.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-11326159470257f9.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rmeta --extern propolis_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types_versions-c85745a29d1a7cd6.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-66a99f903956db63.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-1daa2bbcf4e3cf84.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-b669c6075079eafe.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-df2e14f6fdb1e2e8.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-4fec990254285bf7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out`
50022026-09-15T03:49:47.949Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_api_manager --edition=2024 /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dropshot-api-manager-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1afe9a409d31b667 -C extra-filename=-0150e7a894b22183 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-30d6cf26f3e64a88.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-071196465dd7522c.rmeta --extern drift=/work/oxidecomputer/omicron/target/debug/deps/libdrift-a3fd76431410f7d2.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-34e761c9cdad863d.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-33cf399a252efde4.rmeta --extern git_stub=/work/oxidecomputer/omicron/target/debug/deps/libgit_stub-5bb63e4479276332.rmeta --extern git_stub_vcs=/work/oxidecomputer/omicron/target/debug/deps/libgit_stub_vcs-547b26885305ff20.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-a8f9954c45614da6.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-8a4ad75520c58904.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-43c55b0f49f9feb6.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d04f08a445a4a0f4.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3abc053f4411f86b.so --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-263f7112b196b016.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-4d8274df01164ebc.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-97cd1b190f753ebd.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-00ef578645e692ad.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out`
50032026-09-15T03:49:47.949Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_common --edition=2024 /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/ad8a317/common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=078de44774beecb6 -C extra-filename=-94ce42e3c2556011 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-9a370f76601575f4.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-8928a1ebdb4f3415.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-70d26705e78829f0.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-3c4c38c24af6348d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-b669c6075079eafe.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-7cf75c25b3ee927c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-ec266f134b30ab63.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-e143e7aacf77bb06.rmeta --extern twox_hash=/work/oxidecomputer/omicron/target/debug/deps/libtwox_hash-a99bfd033ac37355.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out`
50042026-09-15T03:49:48.082Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-2d919651303525c2/build-script-build`
50052026-09-15T03:49:48.133Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_workspace_hack --edition=2024 workspace-hack/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=877cfa53b5a5ba1b -C extra-filename=-1ee8fc9c7a7171a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-002d1b10f06c31e0.rmeta --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-dbb806304b87bd02.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-216bfd816f8ebcfb.rmeta --extern aws_lc_sys=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-479e5536fbc197c9.rmeta --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-9a7d9066824188ca.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rmeta --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-4641a7d020b1e261.rmeta --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b0c20064e4257887.rmeta --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-3948ba2719554b61.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-61dca3a0d5526e42.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-c7927cdb9847c108.rmeta --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-3a87de3ab3eac852.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-457119b7b5d0ad55.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-b3b8a042fb99e0b6.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-f35c2408c7f16a1e.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-ba57704941fdbd49.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-6ae3743cbf3b1fa1.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-c2ea5a3e72737bc1.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-50e9efe714b4e28a.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8b52857e14497030.rmeta --extern crypto_common_c65f7effa3be6d31=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-2485650c47585fb6.rmeta --extern crypto_common_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-fbb8059747997d16.rmeta --extern ctutils=/work/oxidecomputer/omicron/target/debug/deps/libctutils-2d1a5e6b7b265c07.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-d3b13ba2ae292ea3.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-f9cb17c5fc4ad8cd.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-e723dca237d80cfa.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-8ad9980a0f203a00.rmeta --extern digest_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libdigest-bb74a95d46416a86.rmeta --extern digest_a6292c17cd707f01=/work/oxidecomputer/omicron/target/debug/deps/libdigest-93a1365be822cb8b.rmeta --extern dof_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libdof-4c3621c4263fa118.rmeta --extern dof_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libdof-b859805c6827e7d0.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-2aae56dabc2c1819.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-2f892cc0986a716b.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-543ecd076fef1908.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-fff538b88af305f1.rmeta --extern errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-db9c655ed119b5fc.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-9483917ec6c54662.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4eb8e677ff21afe8.rmeta --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-ebc869414e836213.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-31aa278f1a6bdad7.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-33cf399a252efde4.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-5f8bf403f358d16e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-f57b0cec2750c1f6.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-8b18dc3fcc726a8b.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-99d474ad3e9ebc5e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-20dba1b7e6ddb3f5.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ee2e4ac302948d5f.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-646c77236a189ca0.rmeta --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-53a24cd2896410db.rmeta --extern getrandom_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-5d1a82fc3b083576.rmeta --extern getrandom_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-21201851a35fa059.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-af4f34762ba19bdb.rmeta --extern hashbrown_3575ec1268b04181=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-24e9546b5dd3595e.rmeta --extern hashbrown_986da7b5efc2b80e=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-9b9383e555f45b6e.rmeta --extern hashbrown_9067fe90e8c1f593=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-9d3880c4e221e58e.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-2d97cea01ac59601.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-656a16477c3e4dd7.rmeta --extern hybrid_array=/work/oxidecomputer/omicron/target/debug/deps/libhybrid_array-325176a3dca9d981.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-11326159470257f9.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-b1d92761482d9115.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-6f6d2d54db09521f.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-90be52b2e0a64ba1.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-df56548816dd36a4.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-1bb058025b3020a0.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-b38ea0edf80b482b.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-384b5883c9cfe350.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-daa2bccd3b7a4092.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6f3ab8716908876b.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-af56003b6d749e39.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-f2541ba6c8c9160c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a96344eae1a3d1f9.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-62c61abfd0e56c79.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-054bf847d36a6b9e.rmeta --extern miette=/work/oxidecomputer/omicron/target/debug/deps/libmiette-70755f0c61735f96.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-62db240d7db1f22c.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-242fe92aa751b4a7.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-0971dfdbc3426724.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-70d26705e78829f0.rmeta --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-387c6eb671581075.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-1af496fd5ab035aa.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-7a57feef8f4f1781.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6c9795a397cfc660.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-1a603f14caba9997.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0875c71ea664a892.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-43c55b0f49f9feb6.rmeta --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-7e77bbb16c35318e.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e5eba79edd904ff5.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0bf5a646b561519f.rmeta --extern petgraph_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c1bfad4f3c1f7731.rmeta --extern petgraph_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0de20df312798682.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-e914187787332acb.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-7b27b356e1f929a1.rmeta --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-1e72ad4c1b7f7547.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-eba8521e88a666db.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rmeta --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-e08634a0971964ae.rmeta --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rmeta --extern rand_chacha_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-3c2ed44b185bba47.rmeta --extern rand_chacha_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-7e176df3b6534cf3.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-ed883849b59715f2.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-be5734abe16157a0.rmeta --extern reqwest_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4d1f8800798d0067.rmeta --extern reqwest_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-fa9478000e7089b0.rmeta --extern rustix_d585fab2519d2d1=/work/oxidecomputer/omicron/target/debug/deps/librustix-43e5ccdc1ddefd3d.rmeta --extern rustix_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/librustix-71bae07553df3d6d.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a00b12ef41f33166.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-fc9e674395cc0336.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-26aea309b97267ee.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-520e79432e611323.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rmeta --extern simd_adler32=/work/oxidecomputer/omicron/target/debug/deps/libsimd_adler32-892e1dde2629fdd9.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-4d8274df01164ebc.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-f96d4d9a8f48e01b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-88db28b097ca3987.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-6e51a3a64baf0661.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-ca73f97f20f6f002.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-25ab7953a9b0822f.rmeta --extern strum_2f80eeee3b1b6c7e=/work/oxidecomputer/omicron/target/debug/deps/libstrum-8a4732afddef8a4f.rmeta --extern strum_754bda37e0fb3874=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2d4823f85931691.rmeta --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-00ef578645e692ad.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-c6ed9aaa77e72a1f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8abc38b4608f96b7.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-ec266f134b30ab63.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-295dbb2fcc65f679.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4e06b03adca01890.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8d6f2a9d60229cf4.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-a9ceb95a06fa005a.rmeta --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-7280b445afda3623.rmeta --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-f21c1d627623f3ff.rmeta --extern toml_parser=/work/oxidecomputer/omicron/target/debug/deps/libtoml_parser-ac055e08eed95de1.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-213efebf5ce581a0.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-24cc06f08e4187a2.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-038fdb619aeba623.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-72f8271b6a33c915.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-49e733439b69b674.rmeta --extern usdt_impl_d8f496e17d97b5cb=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-47fec743cf8f2a3e.rmeta --extern usdt_impl_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-9c189ce5c9bd69c2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-60c06c134eae0ef4.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-e02a3c7c21da7b34.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-a2fb83154a192d98.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rmeta --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-904d443341801caf.rmeta --extern zip_181b0d20215bb231=/work/oxidecomputer/omicron/target/debug/deps/libzip-2403599ae9553380.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
50062026-09-15T03:49:48.133Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_workspace_hack --edition=2024 workspace-hack/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=06f39f52c67ab69c -C extra-filename=-9f6a0ebccb7d8f56 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-002d1b10f06c31e0.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-dbb806304b87bd02.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-216bfd816f8ebcfb.rlib --extern aws_lc_sys=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-479e5536fbc197c9.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-9a7d9066824188ca.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-4641a7d020b1e261.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b0c20064e4257887.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-3948ba2719554b61.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-61dca3a0d5526e42.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-c7927cdb9847c108.rlib --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-3a87de3ab3eac852.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-457119b7b5d0ad55.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-b3b8a042fb99e0b6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-f35c2408c7f16a1e.rlib --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-ba57704941fdbd49.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-6ae3743cbf3b1fa1.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-c2ea5a3e72737bc1.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-50e9efe714b4e28a.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8b52857e14497030.rlib --extern crypto_common_c65f7effa3be6d31=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-2485650c47585fb6.rlib --extern crypto_common_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-fbb8059747997d16.rlib --extern ctutils=/work/oxidecomputer/omicron/target/debug/deps/libctutils-2d1a5e6b7b265c07.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-d3b13ba2ae292ea3.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-f9cb17c5fc4ad8cd.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-e723dca237d80cfa.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-8ad9980a0f203a00.rlib --extern digest_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libdigest-bb74a95d46416a86.rlib --extern digest_a6292c17cd707f01=/work/oxidecomputer/omicron/target/debug/deps/libdigest-93a1365be822cb8b.rlib --extern dof_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libdof-4c3621c4263fa118.rlib --extern dof_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libdof-b859805c6827e7d0.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-2aae56dabc2c1819.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-2f892cc0986a716b.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-543ecd076fef1908.rlib --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-fff538b88af305f1.rlib --extern errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-db9c655ed119b5fc.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-9483917ec6c54662.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4eb8e677ff21afe8.rlib --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-ebc869414e836213.rlib --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-31aa278f1a6bdad7.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-33cf399a252efde4.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-5f8bf403f358d16e.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-f57b0cec2750c1f6.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-8b18dc3fcc726a8b.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-99d474ad3e9ebc5e.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-20dba1b7e6ddb3f5.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ee2e4ac302948d5f.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-646c77236a189ca0.rlib --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-53a24cd2896410db.rlib --extern getrandom_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-5d1a82fc3b083576.rlib --extern getrandom_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-21201851a35fa059.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-af4f34762ba19bdb.rlib --extern hashbrown_3575ec1268b04181=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-24e9546b5dd3595e.rlib --extern hashbrown_986da7b5efc2b80e=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-9b9383e555f45b6e.rlib --extern hashbrown_9067fe90e8c1f593=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-9d3880c4e221e58e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-2d97cea01ac59601.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-656a16477c3e4dd7.rlib --extern hybrid_array=/work/oxidecomputer/omicron/target/debug/deps/libhybrid_array-325176a3dca9d981.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-11326159470257f9.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-b1d92761482d9115.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-6f6d2d54db09521f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-90be52b2e0a64ba1.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-df56548816dd36a4.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-1bb058025b3020a0.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-b38ea0edf80b482b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-384b5883c9cfe350.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-daa2bccd3b7a4092.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6f3ab8716908876b.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-af56003b6d749e39.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-f2541ba6c8c9160c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a96344eae1a3d1f9.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-62c61abfd0e56c79.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-054bf847d36a6b9e.rlib --extern miette=/work/oxidecomputer/omicron/target/debug/deps/libmiette-70755f0c61735f96.rlib --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-62db240d7db1f22c.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-242fe92aa751b4a7.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-0971dfdbc3426724.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-70d26705e78829f0.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-387c6eb671581075.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-1af496fd5ab035aa.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-7a57feef8f4f1781.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6c9795a397cfc660.rlib --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-1a603f14caba9997.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0875c71ea664a892.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-43c55b0f49f9feb6.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-7e77bbb16c35318e.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e5eba79edd904ff5.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0bf5a646b561519f.rlib --extern petgraph_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c1bfad4f3c1f7731.rlib --extern petgraph_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0de20df312798682.rlib --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-e914187787332acb.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-7b27b356e1f929a1.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-1e72ad4c1b7f7547.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-eba8521e88a666db.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-e08634a0971964ae.rlib --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern rand_chacha_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-3c2ed44b185bba47.rlib --extern rand_chacha_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-7e176df3b6534cf3.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-ed883849b59715f2.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-be5734abe16157a0.rlib --extern reqwest_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4d1f8800798d0067.rlib --extern reqwest_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-fa9478000e7089b0.rlib --extern rustix_d585fab2519d2d1=/work/oxidecomputer/omicron/target/debug/deps/librustix-43e5ccdc1ddefd3d.rlib --extern rustix_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/librustix-71bae07553df3d6d.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a00b12ef41f33166.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-fc9e674395cc0336.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-26aea309b97267ee.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-520e79432e611323.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rlib --extern simd_adler32=/work/oxidecomputer/omicron/target/debug/deps/libsimd_adler32-892e1dde2629fdd9.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-4d8274df01164ebc.rlib --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-f96d4d9a8f48e01b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-88db28b097ca3987.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-6e51a3a64baf0661.rlib --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-ca73f97f20f6f002.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-25ab7953a9b0822f.rlib --extern strum_2f80eeee3b1b6c7e=/work/oxidecomputer/omicron/target/debug/deps/libstrum-8a4732afddef8a4f.rlib --extern strum_754bda37e0fb3874=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2d4823f85931691.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-00ef578645e692ad.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-c6ed9aaa77e72a1f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8abc38b4608f96b7.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-ec266f134b30ab63.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-295dbb2fcc65f679.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4e06b03adca01890.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8d6f2a9d60229cf4.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-a9ceb95a06fa005a.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-7280b445afda3623.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-f21c1d627623f3ff.rlib --extern toml_parser=/work/oxidecomputer/omicron/target/debug/deps/libtoml_parser-ac055e08eed95de1.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-213efebf5ce581a0.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-24cc06f08e4187a2.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-038fdb619aeba623.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-72f8271b6a33c915.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-49e733439b69b674.rlib --extern usdt_impl_d8f496e17d97b5cb=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-47fec743cf8f2a3e.rlib --extern usdt_impl_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-9c189ce5c9bd69c2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-60c06c134eae0ef4.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-e02a3c7c21da7b34.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-a2fb83154a192d98.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rlib --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-904d443341801caf.rlib --extern zip_181b0d20215bb231=/work/oxidecomputer/omicron/target/debug/deps/libzip-2403599ae9553380.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
50072026-09-15T03:49:48.234Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
50082026-09-15T03:49:48.234Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
50092026-09-15T03:49:48.237Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
50102026-09-15T03:49:48.237Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
50112026-09-15T03:49:48.237Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
50122026-09-15T03:49:48.237Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
50132026-09-15T03:49:48.237Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
50142026-09-15T03:49:48.237Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
50152026-09-15T03:49:48.237Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ledger --edition=2024 ledger/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9bac1874a40c980c -C extra-filename=-40be45cc1061c5ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-30d6cf26f3e64a88.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
50162026-09-15T03:49:48.237Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware_types --edition=2024 sled-hardware/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=e01c00a02f1277af -C extra-filename=-8de1dcacef4d9a27 --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-79051aebdca0fa6c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
50172026-09-15T03:49:48.237Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_passwords --edition=2024 passwords/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d5209841960b7eae -C extra-filename=-308f0204c87e6f29 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-f6bb609b3f550cef.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-605610ac2edb8b90.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-520e79432e611323.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
50182026-09-15T03:49:48.237Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name oxlog --edition=2024 dev-tools/oxlog/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b31062cbba240f54 -C extra-filename=-672d7e8e575f5769 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-32e11cbbb0cbd818.rmeta --extern illumos_nvpair=/work/oxidecomputer/omicron/target/debug/deps/libillumos_nvpair-6f2eafd4503b8ddc.rmeta --extern illumos_nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libillumos_nvpair_sys-a2e293dc48886e7e.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6f3ab8716908876b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-263f7112b196b016.rmeta --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-3e756e2dae68da92.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
50192026-09-15T03:49:48.237Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name gfss --edition=2024 trust-quorum/gfss/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --cfg 'feature="danger_partial_eq_ct_wrapper"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("danger_partial_eq_ct_wrapper"))' -C metadata=49bc8ba70946503e -C extra-filename=-093510bda85b835d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-bb74a95d46416a86.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-605610ac2edb8b90.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2d4823f85931691.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
50202026-09-15T03:49:48.238Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name key_manager_types --edition=2024 key-manager/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2d639a807f691ddc -C extra-filename=-1d01c9bc16f9b741 --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-1ee8fc9c7a7171a4.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-605610ac2edb8b90.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
50212026-09-15T03:49:48.269Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_types_versions --edition=2024 gateway-types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=b7db6e5459180fa2 -C extra-filename=-a8dc07033505663f --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-79051aebdca0fa6c.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ee2e4ac302948d5f.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
50222026-09-15T03:49:48.303Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
50232026-09-15T03:49:48.307Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ereport_types --edition=2024 ereport/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2678dcc16fa0a599 -C extra-filename=-8a3ae8e67452c024 --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-b17bf89810c1c282.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
50242026-09-15T03:49:48.375Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
50252026-09-15T03:49:48.379Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_types_versions --edition=2024 internal-dns/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f4c7e08e7705b195 -C extra-filename=-b826120dac283883 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
50262026-09-15T03:49:48.379Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
50272026-09-15T03:49:48.379Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
50282026-09-15T03:49:48.413Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_types_versions --edition=2024 cockroach-admin/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cd9124ffe395673b -C extra-filename=-0888a51597437a49 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-9f2ff1acfcfd0869.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
50292026-09-15T03:49:48.418Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name parallel_task_set --edition=2024 parallel-task-set/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d7c6c409656f0a03 -C extra-filename=-06f54a0c0ab204df --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-1ee8fc9c7a7171a4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
50302026-09-15T03:49:48.454Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_rpaths --edition=2024 rpaths/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=16bb6df8e9904d29 -C extra-filename=-513f19cf4ca03115 --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-1ee8fc9c7a7171a4.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
50312026-09-15T03:49:48.465Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
50322026-09-15T03:49:48.513Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
50332026-09-15T03:49:48.520Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
50342026-09-15T03:49:48.520Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin_client --edition=2024 clients/ntp-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=410c61644391281f -C extra-filename=-e00ed5c798a2111b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
50352026-09-15T03:49:48.552Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_common_versions --edition=2024 installinator-common/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c6a899fae38b047d -C extra-filename=-53b778a716c90e2b --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-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
50362026-09-15T03:49:48.556Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_client --edition=2024 clients/cockroach-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6e737f075c16c955 -C extra-filename=-bbf2979e7369be72 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
50372026-09-15T03:49:48.771Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
50382026-09-15T03:49:48.771Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
50392026-09-15T03:49:48.776Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
50402026-09-15T03:49:48.882Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
50412026-09-15T03:49:48.887Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
50422026-09-15T03:49:48.887Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
50432026-09-15T03:49:48.887Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
50442026-09-15T03:49:48.887Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
50452026-09-15T03:49:48.887Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name trust_quorum_types_versions --edition=2024 trust-quorum/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=d325701cf6540b42 -C extra-filename=-91044710874df499 --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-3a87de3ab3eac852.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-093510bda85b835d.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-520e79432e611323.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
50462026-09-15T03:49:48.887Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name typed_rng --edition=2024 typed-rng/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7bbde08cd4b1a98a -C extra-filename=-ca4fd7d34de77f0d --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-0971dfdbc3426724.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-b1a582d5d32c7dad.rmeta --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-a4fdcfcf69207d50.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
50472026-09-15T03:49:48.887Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstore --edition=2024 bootstore/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d9f4c4fe0285ddad -C extra-filename=-c9d5b4c6c8a4a186 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-272df1a36bbcb959.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ddef13110ccf1ec1.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-95edfa4d5112085a.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-40be45cc1061c5ce.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-e08634a0971964ae.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-605610ac2edb8b90.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-520e79432e611323.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-5fed6632ad9b44c0.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
50482026-09-15T03:49:48.887Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name api_identity --edition=2024 api_identity/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=931c6780b1d1792d -C extra-filename=-18828d6033a378fd --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-1ee8fc9c7a7171a4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
50492026-09-15T03:49:48.887Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/db-schema/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3612682234f33809 -C extra-filename=-d1bb368e219482b6 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-schema-d1bb368e219482b6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-513f19cf4ca03115.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
50502026-09-15T03:49:48.887Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_macros_common --edition=2024 nexus/macros-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=881b0ab4552fd6c1 -C extra-filename=-12af7b15bdc0758c --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-1ee8fc9c7a7171a4.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
50512026-09-15T03:49:48.926Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/inventory/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9dcee7b84d4297a9 -C extra-filename=-812d098753590260 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-inventory-812d098753590260 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-513f19cf4ca03115.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
50522026-09-15T03:49:48.960Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_macro_impl --edition=2024 oximeter/oximeter-macro-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=70d68bf0b2841ac3 -C extra-filename=-44c0fadb440b6ad0 --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-1ee8fc9c7a7171a4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
50532026-09-15T03:49:49.067Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
50542026-09-15T03:49:49.071Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/db-model/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9f665fedd0754a13 -C extra-filename=-a31477a8ae5bdd2f --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-model-a31477a8ae5bdd2f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-513f19cf4ca03115.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
50552026-09-15T03:49:49.105Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
50562026-09-15T03:49:49.149Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_types --edition=2024 cockroach-admin/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c17df67f3a4543fb -C extra-filename=-77736f3c35d4a4b8 --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-0888a51597437a49.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
50572026-09-15T03:49:49.153Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
50582026-09-15T03:49:49.223Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_git_version --edition=2024 git-version/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=39add0810090d1df -C extra-filename=-5b2cf2f904c73b41 --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-1ee8fc9c7a7171a4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-520e79432e611323.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
50592026-09-15T03:49:49.227Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
50602026-09-15T03:49:49.228Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/db-fixed-data/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f68fcae5bd7a9128 -C extra-filename=-64e63270090f4927 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-64e63270090f4927 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-513f19cf4ca03115.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
50612026-09-15T03:49:49.228Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_service_client --edition=2024 clients/dns-service-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9c8d4f64fc901888 -C extra-filename=-3258c8f25334bd1d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-b826120dac283883.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
50622026-09-15T03:49:49.267Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
50632026-09-15T03:49:49.270Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_server_api --edition=2024 dns-server-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8706961918b17308 -C extra-filename=-a219aaceba12a206 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-34e761c9cdad863d.rmeta --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-b826120dac283883.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
50642026-09-15T03:49:49.308Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
50652026-09-15T03:49:49.308Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-schema-d1bb368e219482b6/build-script-build`
50662026-09-15T03:49:49.313Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name db_macros --edition=2024 nexus/db-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f1865972a579598d -C extra-filename=-d66d3c58f97391b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-b4d67f07919ede1e.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-12af7b15bdc0758c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-67c7166b182ad1aa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
50672026-09-15T03:49:49.381Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
50682026-09-15T03:49:49.386Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_cockroach_metrics --edition=2024 cockroach-metrics/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2cedde740252b61b -C extra-filename=-473a2e16de50744b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-bbf2979e7369be72.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-77736f3c35d4a4b8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-06f54a0c0ab204df.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
50692026-09-15T03:49:49.386Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-inventory-812d098753590260/build-script-build`
50702026-09-15T03:49:49.459Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
50712026-09-15T03:49:49.459Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_schema --edition=2024 nexus/db-schema/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ace48a69d494dda0 -C extra-filename=-4cf12e333f64223c --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-ce52d0252545829b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
50722026-09-15T03:49:49.495Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
50732026-09-15T03:49:49.536Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/auth/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=27577332c8ff9be8 -C extra-filename=-2752671606698d80 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-auth-2752671606698d80 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-513f19cf4ca03115.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
50742026-09-15T03:49:49.539Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
50752026-09-15T03:49:49.539Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name authz_macros --edition=2024 nexus/authz-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e67d98dc8a4f29c1 -C extra-filename=-0c5b4377aef4c55d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-b4d67f07919ede1e.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-12af7b15bdc0758c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-67c7166b182ad1aa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
50762026-09-15T03:49:49.613Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
50772026-09-15T03:49:49.618Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/db-lookup/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8d8639a39e1ea55d -C extra-filename=-a939d88b928ce1b9 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-lookup-a939d88b928ce1b9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-513f19cf4ca03115.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
50782026-09-15T03:49:49.654Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
50792026-09-15T03:49:49.660Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
50802026-09-15T03:49:49.660Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name repo_depot_client --edition=2024 clients/repo-depot-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d6c24d90ef89ddaf -C extra-filename=-9bde9270cd06758b --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-1ee8fc9c7a7171a4.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
50812026-09-15T03:49:49.727Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
50822026-09-15T03:49:49.731Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
50832026-09-15T03:49:49.764Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name trust_quorum_types --edition=2024 trust-quorum/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5e4c1f67bf29f2b8 -C extra-filename=-f764107f8e5dc1ab --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-1ee8fc9c7a7171a4.rmeta --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-91044710874df499.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
50842026-09-15T03:49:49.768Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-model-a31477a8ae5bdd2f/build-script-build`
50852026-09-15T03:49:49.768Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/db-queries/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="nexus-reconfigurator-planning"' --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nexus-reconfigurator-planning", "omicron-test-utils", "testing"))' -C metadata=e5a96033625ee40d -C extra-filename=-c5cb00aa9e1996da --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-c5cb00aa9e1996da -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-513f19cf4ca03115.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
50862026-09-15T03:49:49.768Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2024 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=08cf5df4a2b3e353 -C extra-filename=-4f8b3a6471f65257 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-18828d6033a378fd.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-8a995efda59a0b80.rmeta --extern backon=/work/oxidecomputer/omicron/target/debug/deps/libbackon-bba67040a6645465.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-fd773f1aaff6b9ea.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-384b5883c9cfe350.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-40be45cc1061c5ce.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c9efdcc507723cfe.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-f33b5e798654e53b.rmeta --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-bc56cc3da71baa56.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-520e79432e611323.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
50872026-09-15T03:49:49.768Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2024 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=f3d6c3958ebaf869 -C extra-filename=-a9c06a1360ee00bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-18828d6033a378fd.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-8a995efda59a0b80.rmeta --extern backon=/work/oxidecomputer/omicron/target/debug/deps/libbackon-bba67040a6645465.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-fd773f1aaff6b9ea.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-384b5883c9cfe350.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-7805e911d8b9b437.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-40be45cc1061c5ce.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c9efdcc507723cfe.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-f33b5e798654e53b.rmeta --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-bc56cc3da71baa56.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-520e79432e611323.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
50882026-09-15T03:49:49.768Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-64e63270090f4927/build-script-build`
50892026-09-15T03:49:49.900Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
50902026-09-15T03:49:49.903Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name repo_depot_api --edition=2024 sled-agent/repo-depot-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=63ffea840e3be113 -C extra-filename=-fcfed21e523e97a9 --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-b17bf89810c1c282.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-34e761c9cdad863d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
50912026-09-15T03:49:49.940Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
50922026-09-15T03:49:49.980Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name range_requests --edition=2024 range-requests/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=460a988ec0597073 -C extra-filename=-39ead8f8ee1f9a10 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b21f4539bd46e3.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-54ea2634f4c28de7.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-11326159470257f9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
50932026-09-15T03:49:49.984Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
50942026-09-15T03:49:49.984Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
50952026-09-15T03:49:49.984Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
50962026-09-15T03:49:49.984Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
50972026-09-15T03:49:50.021Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ipcc --edition=2024 ipcc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a535bbea7b01141b -C extra-filename=-4212176f06f6884a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ddef13110ccf1ec1.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-17af6e71604b9409.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
50982026-09-15T03:49:50.059Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
50992026-09-15T03:49:50.062Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
51002026-09-15T03:49:50.062Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 sled-agent/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=4b55bf3a34740686 -C extra-filename=-b9f48c9fd949a90e --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-sled-agent-b9f48c9fd949a90e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-513f19cf4ca03115.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
51012026-09-15T03:49:50.089Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/test-interface/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=67844748f97bec36 -C extra-filename=-46ef7c148a0cafd0 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-test-interface-46ef7c148a0cafd0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-513f19cf4ca03115.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
51022026-09-15T03:49:50.092Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_api --edition=2024 cockroach-admin/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=630ad283ae5da12e -C extra-filename=-94318733bb2785ff --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-0888a51597437a49.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-34e761c9cdad863d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
51032026-09-15T03:49:50.092Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/reconfigurator/preparation/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0c87e2b716bf6268 -C extra-filename=-995746c1e8409821 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-preparation-995746c1e8409821 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-513f19cf4ca03115.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
51042026-09-15T03:49:50.165Z Compiling nexus-fm-slippy v0.1.0 (/work/oxidecomputer/omicron/nexus/fm/slippy)
51052026-09-15T03:49:50.168Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/networking/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fa4c0dbb17873926 -C extra-filename=-e1c9a5848429b42c --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-networking-e1c9a5848429b42c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-513f19cf4ca03115.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
51062026-09-15T03:49:50.169Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-auth-2752671606698d80/build-script-build`
51072026-09-15T03:49:50.169Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-lookup-a939d88b928ce1b9/build-script-build`
51082026-09-15T03:49:50.169Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 cockroach-admin/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ce2467be22b1df67 -C extra-filename=-c5be9b65ad04ff9f --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-c5be9b65ad04ff9f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-513f19cf4ca03115.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
51092026-09-15T03:49:50.202Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
51102026-09-15T03:49:50.213Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/fm/slippy/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bb04788bb31a81fe -C extra-filename=-0c3f7ea530651377 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-fm-slippy-0c3f7ea530651377 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-513f19cf4ca03115.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
51112026-09-15T03:49:50.258Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-c5cb00aa9e1996da/build-script-build`
51122026-09-15T03:49:50.321Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/test-utils/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="omicron-dev"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("omicron-dev"))' -C metadata=5cc67427c22a66c9 -C extra-filename=-51e0e2ea3fcb8a11 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-test-utils-51e0e2ea3fcb8a11 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-513f19cf4ca03115.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
51132026-09-15T03:49:50.325Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
51142026-09-15T03:49:50.325Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
51152026-09-15T03:49:50.353Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
51162026-09-15T03:49:50.357Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
51172026-09-15T03:49:50.357Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
51182026-09-15T03:49:50.390Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 nexus/fm/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="ereport-types"' --cfg 'feature="nexus-fm-slippy"' --cfg 'feature="nexus-reconfigurator-planning"' --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --cfg 'feature="uuid"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ereport-types", "nexus-fm-slippy", "nexus-reconfigurator-planning", "omicron-test-utils", "testing", "uuid"))' -C metadata=b96e6e1d372054f2 -C extra-filename=-f1cd67ad4d8ceab7 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-fm-f1cd67ad4d8ceab7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-513f19cf4ca03115.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
51192026-09-15T03:49:50.396Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/saga-recovery/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b9fe80c72813088f -C extra-filename=-02131921c059fdf5 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-02131921c059fdf5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-513f19cf4ca03115.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
51202026-09-15T03:49:50.462Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
51212026-09-15T03:49:50.466Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 support-bundle-collection/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e63be95f4052bb1c -C extra-filename=-3b0b68b3f5b7cb0f --out-dir /work/oxidecomputer/omicron/target/debug/build/support-bundle-collection-3b0b68b3f5b7cb0f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-513f19cf4ca03115.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
51222026-09-15T03:49:50.466Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/switch-config/preparation/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cc298fe43133c86d -C extra-filename=-582502ec9ccd5912 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-switch-config-preparation-582502ec9ccd5912 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-513f19cf4ca03115.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
51232026-09-15T03:49:50.466Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/reconfigurator/execution/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=307e7cd1f0fd53b3 -C extra-filename=-aaba76e885a5af09 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-aaba76e885a5af09 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-513f19cf4ca03115.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
51242026-09-15T03:49:50.500Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
51252026-09-15T03:49:50.503Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/reconfigurator/rendezvous/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c43299c8bcaeda17 -C extra-filename=-d933ac8b3209943c --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-rendezvous-d933ac8b3209943c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-513f19cf4ca03115.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
51262026-09-15T03:49:50.503Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/metrics-producer-gc/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6db86be95605a9a8 -C extra-filename=-ddacdc0f76241e4b --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-ddacdc0f76241e4b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-513f19cf4ca03115.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
51272026-09-15T03:49:50.567Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
51282026-09-15T03:49:50.579Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 dev-tools/reconfigurator-cli/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a00585c64a39adcc -C extra-filename=-be92d99327513263 --out-dir /work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-be92d99327513263 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-513f19cf4ca03115.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
51292026-09-15T03:49:50.580Z Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
51302026-09-15T03:49:50.580Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-networking-e1c9a5848429b42c/build-script-build`
51312026-09-15T03:49:50.644Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
51322026-09-15T03:49:50.649Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_repl_utils --edition=2024 dev-tools/repl-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=12af187dfd81a9af -C extra-filename=-3229c7476200d5ef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-4b2d53e65fcfcc61.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
51332026-09-15T03:49:50.683Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("multicast"))' -C metadata=3fc1c8732f137a02 -C extra-filename=-f8cdac19b071f2ed --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-nexus-f8cdac19b071f2ed -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-513f19cf4ca03115.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
51342026-09-15T03:49:50.760Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-sled-agent-b9f48c9fd949a90e/build-script-build`
51352026-09-15T03:49:50.763Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-preparation-995746c1e8409821/build-script-build`
51362026-09-15T03:49:50.763Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
51372026-09-15T03:49:50.796Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-c5be9b65ad04ff9f/build-script-build`
51382026-09-15T03:49:50.799Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-test-interface-46ef7c148a0cafd0/build-script-build`
51392026-09-15T03:49:50.799Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_background_task_interface --edition=2024 nexus/background-task-interface/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=808f4259f406b00e -C extra-filename=-b21efbab9c3d9cd1 --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-1ee8fc9c7a7171a4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern tokio_test=/work/oxidecomputer/omicron/target/debug/deps/libtokio_test-ebcd68a53c09770e.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
51402026-09-15T03:49:50.831Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-fm-slippy-0c3f7ea530651377/build-script-build`
51412026-09-15T03:49:50.870Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
51422026-09-15T03:49:50.906Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
51432026-09-15T03:49:50.915Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
51442026-09-15T03:49:50.944Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_types --edition=2024 gateway-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=61f28a581a5fbe55 -C extra-filename=-60733cecf91e6188 --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-a8dc07033505663f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
51452026-09-15T03:49:50.979Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
51462026-09-15T03:49:50.985Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_api --edition=2024 gateway-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=92ff0ccc44b9b234 -C extra-filename=-51781be733b3cd37 --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-b17bf89810c1c282.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-34e761c9cdad863d.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8a3ae8e67452c024.rmeta --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-a8dc07033505663f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
51472026-09-15T03:49:50.985Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name oxide_client --edition=2024 clients/oxide-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f325a4a11f9ffb1e -C extra-filename=-39060f20c7084105 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-e435e3425619f276.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-11326159470257f9.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-f33b5e798654e53b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
51482026-09-15T03:49:51.019Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
51492026-09-15T03:49:51.025Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-aaba76e885a5af09/build-script-build`
51502026-09-15T03:49:51.057Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils_macros --edition=2024 nexus/test-utils-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=63d449538b8549e5 -C extra-filename=-7e7553f44400766b --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-1ee8fc9c7a7171a4.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
51512026-09-15T03:49:51.062Z Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
51522026-09-15T03:49:51.093Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-fm-f1cd67ad4d8ceab7/build-script-build`
51532026-09-15T03:49:51.097Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin_types_versions --edition=2024 ntp-admin/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=375392f8cbd272d1 -C extra-filename=-f6459547b4631d74 --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-1ee8fc9c7a7171a4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
51542026-09-15T03:49:51.097Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_deployment_graph --edition=2024 dev-tools/omicron-deployment-graph/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2f45fcac2b4df5d5 -C extra-filename=-f7a894c60b8e934a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-8a4ad75520c58904.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
51552026-09-15T03:49:51.128Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-rendezvous-d933ac8b3209943c/build-script-build`
51562026-09-15T03:49:51.165Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
51572026-09-15T03:49:51.170Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
51582026-09-15T03:49:51.171Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_api --edition=2024 installinator-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dd3d25d095b228fb -C extra-filename=-5593d1ace53ba040 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-34e761c9cdad863d.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-11326159470257f9.rmeta --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-53b778a716c90e2b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-dc0a97fda5ff008b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
51592026-09-15T03:49:51.199Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
51602026-09-15T03:49:51.232Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 end-to-end-tests/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bec5f8b322320f52 -C extra-filename=-097b585f1d3d8d4e --out-dir /work/oxidecomputer/omicron/target/debug/build/end-to-end-tests-097b585f1d3d8d4e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-513f19cf4ca03115.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
51612026-09-15T03:49:51.264Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_client --edition=2024 clients/gateway-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c92c6b4358e85d48 -C extra-filename=-3a6c3252379a66c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8a3ae8e67452c024.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ee2e4ac302948d5f.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
51622026-09-15T03:49:51.267Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-test-utils-51e0e2ea3fcb8a11/build-script-build`
51632026-09-15T03:49:51.268Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-switch-config-preparation-582502ec9ccd5912/build-script-build`
51642026-09-15T03:49:51.307Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-ddacdc0f76241e4b/build-script-build`
51652026-09-15T03:49:51.316Z Running `/work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-be92d99327513263/build-script-build`
51662026-09-15T03:49:51.316Z Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
51672026-09-15T03:49:51.345Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-02131921c059fdf5/build-script-build`
51682026-09-15T03:49:51.352Z Running `/work/oxidecomputer/omicron/target/debug/build/support-bundle-collection-3b0b68b3f5b7cb0f/build-script-build`
51692026-09-15T03:49:51.352Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
51702026-09-15T03:49:51.352Z Compiling scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
51712026-09-15T03:49:51.352Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_client --edition=2024 clients/installinator-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=66c84d906583acc8 -C extra-filename=-387a22574bb3e814 --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-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-dc0a97fda5ff008b.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
51722026-09-15T03:49:51.353Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
51732026-09-15T03:49:51.353Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin_api --edition=2024 ntp-admin/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=57262bfc6f147700 -C extra-filename=-11e72818ab888189 --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-b17bf89810c1c282.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-34e761c9cdad863d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern ntp_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types_versions-f6459547b4631d74.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
51742026-09-15T03:49:51.353Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name scim2_test_client --edition=2024 /home/build/.cargo/git/checkouts/scim2-rs-e1050fccfb4d03f1/163606c/test-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a452e45c25d24ade -C extra-filename=-46c1a0698c8f1286 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4d1f8800798d0067.rmeta --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-bac9ed1fab7e3a17.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-8160050710f6ec0d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/usr/lib/amd64`
51752026-09-15T03:49:51.381Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 dev-tools/db-dev/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b3e68e234d500609 -C extra-filename=-e90ea4064d7214e9 --out-dir /work/oxidecomputer/omicron/target/debug/build/db-dev-e90ea4064d7214e9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-513f19cf4ca03115.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
51762026-09-15T03:49:51.414Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
51772026-09-15T03:49:51.448Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 dev-tools/omdb/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=49626ada94ab2c16 -C extra-filename=-39b954831d21ed03 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-omdb-39b954831d21ed03 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-513f19cf4ca03115.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
51782026-09-15T03:49:51.519Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
51792026-09-15T03:49:51.523Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
51802026-09-15T03:49:51.523Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 ntp-admin/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c7b17d199979a9cb -C extra-filename=-f6ee609d107a8080 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-ntp-admin-f6ee609d107a8080 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-513f19cf4ca03115.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
51812026-09-15T03:49:51.523Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
51822026-09-15T03:49:51.555Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 dev-tools/omicron-dev/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fedf32b100d9e157 -C extra-filename=-2df642b16e914d62 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-dev-2df642b16e914d62 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-513f19cf4ca03115.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
51832026-09-15T03:49:51.559Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 nexus/reconfigurator/cli-integration-tests/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0c88f7eaf21db092 -C extra-filename=-7ca9eddfeaf087ef --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-cli-integration-tests-7ca9eddfeaf087ef -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-513f19cf4ca03115.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
51842026-09-15T03:49:51.593Z Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
51852026-09-15T03:49:51.596Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ls_apis --edition=2024 dev-tools/ls-apis/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5aa359ace43d641e -C extra-filename=-ed61c5df94faa430 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-5155e9a22ee90aa4.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-a8f9954c45614da6.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-8a4ad75520c58904.rmeta --extern omicron_deployment_graph=/work/oxidecomputer/omicron/target/debug/deps/libomicron_deployment_graph-f7a894c60b8e934a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-9ac9a28f78b327de.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c9efdcc507723cfe.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0de20df312798682.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2c98d7798085936d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/usr/lib/amd64`
51862026-09-15T03:49:51.629Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
51872026-09-15T03:49:51.633Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
51882026-09-15T03:49:51.666Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
51892026-09-15T03:49:51.670Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 live-tests/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=68714dcf5691cb82 -C extra-filename=-7034417aff4c6702 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-7034417aff4c6702 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-513f19cf4ca03115.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
51902026-09-15T03:49:51.670Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin_types --edition=2024 ntp-admin/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=da6021e35331741e -C extra-filename=-4a96eede9ac8d76c --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-f6459547b4631d74.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
51912026-09-15T03:49:51.670Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 dev-tools/reconfigurator-exec-unsafe/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3de18c76eca629d7 -C extra-filename=-7b615eb65989f14c --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-reconfigurator-exec-unsafe-7b615eb65989f14c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-513f19cf4ca03115.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
51922026-09-15T03:49:51.700Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
51932026-09-15T03:49:51.708Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 dev-tools/schema/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e65a3d56a9da364e -C extra-filename=-7c2369aae3ce36a7 --out-dir /work/oxidecomputer/omicron/target/debug/build/schema-7c2369aae3ce36a7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-513f19cf4ca03115.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
51942026-09-15T03:49:51.708Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
51952026-09-15T03:49:51.738Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2024 dev-tools/ch-dev/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7f4294045379b025 -C extra-filename=-3f0b37dd331466b5 --out-dir /work/oxidecomputer/omicron/target/debug/build/ch-dev-3f0b37dd331466b5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-513f19cf4ca03115.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
51962026-09-15T03:49:51.743Z Running `/work/oxidecomputer/omicron/target/debug/build/end-to-end-tests-097b585f1d3d8d4e/build-script-build`
51972026-09-15T03:49:51.850Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
51982026-09-15T03:49:51.856Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name live_tests_macros --edition=2024 live-tests/macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1ca73fa8c59df001 -C extra-filename=-8f9a64d5256aa26f --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-1ee8fc9c7a7171a4.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
51992026-09-15T03:49:51.884Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-nexus-f8cdac19b071f2ed/build-script-build`
52002026-09-15T03:49:51.992Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
52012026-09-15T03:49:52.027Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
52022026-09-15T03:49:52.031Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_pins --edition=2024 dev-tools/pins/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6c9188bc1c15ae9a -C extra-filename=-2bd68dede20b10bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-5155e9a22ee90aa4.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-33cf399a252efde4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-f21c1d627623f3ff.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
52032026-09-15T03:49:52.031Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name xtask_downloader --edition=2024 dev-tools/downloader/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=148fde27d6db11b6 -C extra-filename=-f2fc6767a3c0748f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4eb8e677ff21afe8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-bb0402933484d4f9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
52042026-09-15T03:49:52.031Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_types --edition=2024 gateway-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=b7b0d23ed57a3768 -C extra-filename=-23b0cd8e64b252fc --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-a8dc07033505663f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
52052026-09-15T03:49:52.099Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_client --edition=2024 clients/gateway-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=41ae5daf50a6ac64 -C extra-filename=-17e68b20f17788df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8a3ae8e67452c024.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ee2e4ac302948d5f.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
52062026-09-15T03:49:52.210Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-reconfigurator-exec-unsafe-7b615eb65989f14c/build-script-build`
52072026-09-15T03:49:52.240Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-7034417aff4c6702/build-script-build`
52082026-09-15T03:49:52.275Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-cli-integration-tests-7ca9eddfeaf087ef/build-script-build`
52092026-09-15T03:49:52.311Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
52102026-09-15T03:49:52.352Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name erebor --edition=2024 /home/build/.cargo/git/checkouts/erebor-d371525704c11062/48512bf/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="pmbus"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "pmbus"))' -C metadata=280634732a6c9f24 -C extra-filename=-186ec38d8d2caaed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pmbus=/work/oxidecomputer/omicron/target/debug/deps/libpmbus-d4bf4324b474abda.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
52112026-09-15T03:49:52.355Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_api --edition=2024 gateway-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=25bec46dd3cc48a5 -C extra-filename=-f8ceb68da55f989f --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-b17bf89810c1c282.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-34e761c9cdad863d.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8a3ae8e67452c024.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-a8dc07033505663f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
52122026-09-15T03:49:52.420Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin_api --edition=2024 ntp-admin/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=019a579637896ab0 -C extra-filename=-54fe15fc14f062d6 --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-b17bf89810c1c282.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-34e761c9cdad863d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern ntp_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types_versions-f6459547b4631d74.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
52132026-09-15T03:49:52.458Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-dev-2df642b16e914d62/build-script-build`
52142026-09-15T03:49:52.491Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin_types --edition=2024 ntp-admin/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2e9bd1f0e1deee7a -C extra-filename=-a1b993dac259092b --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-f6459547b4631d74.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
52152026-09-15T03:49:52.529Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name trust_quorum_types --edition=2024 trust-quorum/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=80db74f5bd2b7d2b -C extra-filename=-dccea30216316199 --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-1ee8fc9c7a7171a4.rlib --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-91044710874df499.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
52162026-09-15T03:49:52.533Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-ntp-admin-f6ee609d107a8080/build-script-build`
52172026-09-15T03:49:52.565Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-omdb-39b954831d21ed03/build-script-build`
52182026-09-15T03:49:52.602Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name trust_quorum_types_versions --edition=2024 trust-quorum/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=147812d1ee83ddbb -C extra-filename=-f5f3771aee222d9d --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-3a87de3ab3eac852.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-093510bda85b835d.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-520e79432e611323.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
52192026-09-15T03:49:52.661Z Running `/work/oxidecomputer/omicron/target/debug/build/db-dev-e90ea4064d7214e9/build-script-build`
52202026-09-15T03:49:52.668Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2024 common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=1d13c0b128e95bfc -C extra-filename=-ffd66a5d6df3c8d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-18828d6033a378fd.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-8a995efda59a0b80.rlib --extern backon=/work/oxidecomputer/omicron/target/debug/deps/libbackon-bba67040a6645465.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-fd773f1aaff6b9ea.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-384b5883c9cfe350.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-40be45cc1061c5ce.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c9efdcc507723cfe.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-f33b5e798654e53b.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-bc56cc3da71baa56.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-4d6255ea0ebdcbd9.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-520e79432e611323.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
52212026-09-15T03:49:52.691Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_cockroach_metrics --edition=2024 cockroach-metrics/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ffe3f555bfd88bb5 -C extra-filename=-b30fbf521736fafe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-bbf2979e7369be72.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-77736f3c35d4a4b8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-06f54a0c0ab204df.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
52222026-09-15T03:49:52.728Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_service_client --edition=2024 clients/dns-service-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a8c35fdbf2e5c202 -C extra-filename=-2d01ccdd5e61f8ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-b826120dac283883.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
52232026-09-15T03:49:52.765Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_server_api --edition=2024 dns-server-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bb246f49005e041c -C extra-filename=-bbe0fda6262361d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-34e761c9cdad863d.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-b826120dac283883.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
52242026-09-15T03:49:52.945Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_types --edition=2024 cockroach-admin/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=eb343019f1230232 -C extra-filename=-90d4db7c1c8dab8b --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-0888a51597437a49.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
52252026-09-15T03:49:52.979Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
52262026-09-15T03:49:52.982Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types_versions --edition=2024 oximeter/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=884acca4f1cf845a -C extra-filename=-c7609d86fffc1753 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-c1ab1668e3c766a4.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-b3150182fe3bc4ee.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-a9c06a1360ee00bd.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c9efdcc507723cfe.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
52272026-09-15T03:49:53.053Z Running `/work/oxidecomputer/omicron/target/debug/build/ch-dev-3f0b37dd331466b5/build-script-build`
52282026-09-15T03:49:53.057Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_api --edition=2024 cockroach-admin/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=df16bc2b82b7268d -C extra-filename=-35211c25e385b3da --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-0888a51597437a49.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-34e761c9cdad863d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
52292026-09-15T03:49:53.129Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
52302026-09-15T03:49:53.165Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_types_versions --edition=2024 sled-agent/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=5ab2d13b3b45b453 -C extra-filename=-69b7b5ef8aa13716 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c9d5b4c6c8a4a186.rmeta --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-3a87de3ab3eac852.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-a8f9954c45614da6.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-384b5883c9cfe350.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-40be45cc1061c5ce.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-308f0204c87e6f29.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rmeta --extern propolis_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types_versions-c85745a29d1a7cd6.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-66a99f903956db63.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-520e79432e611323.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-91044710874df499.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
52312026-09-15T03:49:53.230Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
52322026-09-15T03:49:53.234Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types_versions --edition=2024 oximeter/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2e33f52afcd77692 -C extra-filename=-2e4fa4ce9c3d6466 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-c1ab1668e3c766a4.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-b3150182fe3bc4ee.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c9efdcc507723cfe.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
52332026-09-15T03:49:53.261Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_types_versions --edition=2024 clickhouse-admin/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8c6a449e480523d6 -C extra-filename=-14915cb9f720547f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-30d6cf26f3e64a88.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
52342026-09-15T03:49:53.265Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
52352026-09-15T03:49:53.333Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_types --edition=2024 internal-dns/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e444a97c607276f6 -C extra-filename=-26f5d6f3f78e38fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-b826120dac283883.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
52362026-09-15T03:49:53.403Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
52372026-09-15T03:49:53.441Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_certificates --edition=2024 certificates/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=62ef9c34150a42e6 -C extra-filename=-276500baa0bff1a7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-5ec1cd83469ea280.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-1f1661ffe702406c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-6cce0bc98f3e1f35.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-8989cd298eafc0c4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
52382026-09-15T03:49:53.445Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
52392026-09-15T03:49:53.446Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_defaults --edition=2024 nexus/defaults/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f0ebfbb9e284387b -C extra-filename=-0c3679e3b54107c0 --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-384b5883c9cfe350.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
52402026-09-15T03:49:53.542Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
52412026-09-15T03:49:53.546Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ddm_admin_client --edition=2024 clients/ddm-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7a2e9ac1bff9fe0a -C extra-filename=-0198ea1645c31763 --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-d29db20ca5b408a5.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-2f892cc0986a716b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-f33b5e798654e53b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
52422026-09-15T03:49:53.745Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
52432026-09-15T03:49:53.749Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_client --edition=2024 clients/oximeter-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dfd54b946b8c978c -C extra-filename=-8deb29f318ec0137 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
52442026-09-15T03:49:53.982Z Running `/work/oxidecomputer/omicron/target/debug/build/schema-7c2369aae3ce36a7/build-script-build`
52452026-09-15T03:49:54.018Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ntp_admin --edition=2024 ntp-admin/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1fd40378056b0115 -C extra-filename=-0db3889ef3d5140e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rmeta --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-11e72818ab888189.rmeta --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-4a96eede9ac8d76c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8abc38b4608f96b7.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/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`
52462026-09-15T03:49:54.054Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
52472026-09-15T03:49:54.057Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_releng --edition=2024 dev-tools/releng/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c9fb1d16377a5e62 -C extra-filename=-fd2b4a2282006a7b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern blake3=/work/oxidecomputer/omicron/target/debug/deps/libblake3-8b9ea06fdb9fe7db.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-5155e9a22ee90aa4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-ae6ec4353b440d0b.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-33cf399a252efde4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern omicron_pins=/work/oxidecomputer/omicron/target/debug/deps/libomicron_pins-2bd68dede20b10bf.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-9ac9a28f78b327de.rlib --extern rats_corim=/work/oxidecomputer/omicron/target/debug/deps/librats_corim-167c1e974015d22e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-41deb9e6efae2e1b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-bb0402933484d4f9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-6ab79d5f5b3744f5.rlib --extern tufaceous_artifact_v1=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-66667db8e5a21f05.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern tufaceous_lib_v1=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c84605154096923b.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
52482026-09-15T03:49:54.090Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name range_requests --edition=2024 range-requests/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d788fff9683c3888 -C extra-filename=-110603348ae3e1d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-b9d4b49ec22055e5.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b21f4539bd46e3.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-54ea2634f4c28de7.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-11326159470257f9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4e06b03adca01890.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
52492026-09-15T03:49:54.135Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
52502026-09-15T03:49:54.173Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_resolver --edition=2024 internal-dns/resolver/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=50a349afe6b0c696 -C extra-filename=-0d0ec2c34039d2f5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-2d97cea01ac59601.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-e435e3425619f276.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-e08130b483600558.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
52512026-09-15T03:49:54.177Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2024 dns-server/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c6369509e5b9ccfa -C extra-filename=-d89d3e39900a35ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rmeta --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-a219aaceba12a206.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-2d97cea01ac59601.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-e435e3425619f276.rmeta --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-e33e4b6bdcfe4e2c.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-b2f36f2f8b96cae8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a6be62d9bf577b0a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
52522026-09-15T03:49:54.243Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ereport_types --edition=2024 ereport/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a385a21827612056 -C extra-filename=-832173ce65fe9997 --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-b17bf89810c1c282.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
52532026-09-15T03:49:54.329Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_api --edition=2024 installinator-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=91a213bc04340023 -C extra-filename=-161414f64a607f67 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-34e761c9cdad863d.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-11326159470257f9.rlib --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-53b778a716c90e2b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-dc0a97fda5ff008b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
52542026-09-15T03:49:54.356Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ledger --edition=2024 ledger/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1f98a83a650dc7cb -C extra-filename=-13613014bbfb7f8b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-30d6cf26f3e64a88.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
52552026-09-15T03:49:54.450Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_types_versions --edition=2024 gateway-types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=c4d6da8749d2f625 -C extra-filename=-2de3bb4a2815d51f --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-79051aebdca0fa6c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ee2e4ac302948d5f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
52562026-09-15T03:49:54.509Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name repo_depot_api --edition=2024 sled-agent/repo-depot-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bcfc9d6b3c5df908 -C extra-filename=-0fb7814b95aaf2aa --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-b17bf89810c1c282.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-34e761c9cdad863d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
52572026-09-15T03:49:54.689Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name authz_macros --edition=2024 nexus/authz-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5f10c8855e9ec215 -C extra-filename=-2051bd2fd8e076fb --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-740acee8f401a47e.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-b4d67f07919ede1e.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-12af7b15bdc0758c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-c7896ef16e4748f0.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-67c7166b182ad1aa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
52582026-09-15T03:49:54.715Z Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
52592026-09-15T03:49:54.718Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_cli --edition=2024 gateway-cli/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a3559a790a1413a7 -C extra-filename=-7e8ca0389d573c34 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a6c3252379a66c5.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ee2e4ac302948d5f.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern termios=/work/oxidecomputer/omicron/target/debug/deps/libtermios-6dcf76f1cfb3077c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-d7104470457fdb4a.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
52602026-09-15T03:49:54.753Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name db_macros --edition=2024 nexus/db-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=85734e1e424255cb -C extra-filename=-0b108c33dc0d1a27 --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-740acee8f401a47e.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-b4d67f07919ede1e.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-12af7b15bdc0758c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-c7896ef16e4748f0.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-67c7166b182ad1aa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
52612026-09-15T03:49:54.964Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
52622026-09-15T03:49:54.968Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name lldpd_common --edition=2021 /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/54b2661/lldpd-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b304a831be9ee774 -C extra-filename=-96bf9abc6aaf6f64 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-2cede7e05ec1b418.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-b669c6075079eafe.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-df2e14f6fdb1e2e8.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out`
52632026-09-15T03:49:55.116Z Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
52642026-09-15T03:49:55.122Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name repo_depot_standalone --edition=2024 dev-tools/repo-depot-standalone/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e8922bb1beb9da70 -C extra-filename=-a932e743136fe739 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-c7927cdb9847c108.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-5ec1cd83469ea280.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-fcfed21e523e97a9.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-b508a3ff452e0310.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4e06b03adca01890.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-6ab79d5f5b3744f5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
52652026-09-15T03:49:55.230Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name xtask_downloader --edition=2024 dev-tools/downloader/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=72a25a7103b14c39 -C extra-filename=-da4089e9757411a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4eb8e677ff21afe8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-bb0402933484d4f9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-f2fc6767a3c0748f.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
52662026-09-15T03:49:55.858Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
52672026-09-15T03:49:55.861Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2024 oximeter/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7498a01f45425ce8 -C extra-filename=-f9e0c08ad6cf3608 --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-1ee8fc9c7a7171a4.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-2e4fa4ce9c3d6466.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
52682026-09-15T03:49:55.967Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
52692026-09-15T03:49:55.973Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_types --edition=2024 clickhouse-admin/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6f6bb0123cc89687 -C extra-filename=-30b3c1f4285918db --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-14915cb9f720547f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
52702026-09-15T03:49:56.071Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2024 oximeter/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=851d056f7c6782c5 -C extra-filename=-d7b38731bd2ebc3b --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-1ee8fc9c7a7171a4.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-c7609d86fffc1753.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
52712026-09-15T03:49:56.074Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
52722026-09-15T03:49:56.109Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer_api --edition=2024 oximeter/producer-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c16ba82faf16f1a8 -C extra-filename=-43b8a3dcf5a20239 --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-b17bf89810c1c282.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-2e4fa4ce9c3d6466.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
52732026-09-15T03:49:56.301Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
52742026-09-15T03:49:56.304Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name transient_dns_server --edition=2024 dns-server/transient/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bf3089cc0c5818c3 -C extra-filename=-67b1a21c2d505d83 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d89d3e39900a35ba.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-3258c8f25334bd1d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-2d97cea01ac59601.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-e435e3425619f276.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
52752026-09-15T03:49:56.475Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
52762026-09-15T03:49:56.484Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2024 oximeter/schema/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b2d43cac95522f1b -C extra-filename=-510ba27db5f25ad0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-b4d67f07919ede1e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f9e0c08ad6cf3608.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-c7896ef16e4748f0.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
52772026-09-15T03:49:56.518Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
52782026-09-15T03:49:56.518Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2024 oximeter/schema/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bd063443c69475b3 -C extra-filename=-67f88be1b975b90d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-b4d67f07919ede1e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-d7b38731bd2ebc3b.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-c7896ef16e4748f0.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
52792026-09-15T03:49:56.527Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name oxql_types --edition=2024 oximeter/oxql-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5018d3bda89214b3 -C extra-filename=-bfbe0f064f22962b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-658572f76e1ddc59.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-b3150182fe3bc4ee.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f9e0c08ad6cf3608.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
52802026-09-15T03:49:56.596Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
52812026-09-15T03:49:56.632Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_server_client --edition=2024 clients/clickhouse-admin-server-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5dacae5897c2d9b2 -C extra-filename=-49012faef9cfca90 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-30b3c1f4285918db.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
52822026-09-15T03:49:56.637Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
52832026-09-15T03:49:56.641Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
52842026-09-15T03:49:56.676Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
52852026-09-15T03:49:56.708Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_keeper_client --edition=2024 clients/clickhouse-admin-keeper-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ea536f9bc539a24f -C extra-filename=-6ec0adb6282304ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-30b3c1f4285918db.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
52862026-09-15T03:49:56.712Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_api --edition=2024 oximeter/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=252d27bd31240a56 -C extra-filename=-0b8d89d016cf2652 --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-b17bf89810c1c282.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-34e761c9cdad863d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-2e4fa4ce9c3d6466.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
52872026-09-15T03:49:56.746Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
52882026-09-15T03:49:56.751Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_single_client --edition=2024 clients/clickhouse-admin-single-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=264462e6a3aa25fd -C extra-filename=-4080cdc10a421036 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-30b3c1f4285918db.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
52892026-09-15T03:49:56.751Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name lldpd_client --edition=2021 /home/build/.cargo/git/checkouts/lldp-d47de417041f191b/54b2661/lldpd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e3b08b7e4a8b2c95 -C extra-filename=-a1f7a4772891feab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern lldpd_common=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_common-96bf9abc6aaf6f64.rmeta --extern lldpd_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_types_versions-101fe6e7c8f01ea1.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-679d31aae5228db0.rmeta --extern protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-1fa4c9c542188ad8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cap-lints allow --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out`
52902026-09-15T03:49:56.793Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
52912026-09-15T03:49:56.797Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_api --edition=2024 clickhouse-admin/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1d8f3564997868f3 -C extra-filename=-a43aa449d59a6cd2 --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-14915cb9f720547f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-34e761c9cdad863d.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
52922026-09-15T03:49:56.831Z Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
52932026-09-15T03:49:56.835Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_test_utils --edition=2024 clickhouse-admin/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=38fd3228d3ee2ddd -C extra-filename=-2b2ce2d04192b55a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-30b3c1f4285918db.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-db5342acb6fe432a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
52942026-09-15T03:49:56.889Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name test_compilation --edition=2024 oximeter/types/tests/test_compilation.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=96090db2d1e65dc6 -C extra-filename=-1a49df0c916af675 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern approx=/work/oxidecomputer/omicron/target/debug/deps/libapprox-3691007ff0584b58.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-7c377b1087dd1298.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-44c0fadb440b6ad0.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f9e0c08ad6cf3608.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-2e4fa4ce9c3d6466.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-f80380f9fdb11466.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-280fa11ba239171a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
52952026-09-15T03:49:56.889Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer_api --edition=2024 oximeter/producer-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3f58e6f8211c64b9 -C extra-filename=-328fae08e18bb0a1 --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-b17bf89810c1c282.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-2e4fa4ce9c3d6466.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
52962026-09-15T03:49:57.002Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2024 oximeter/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d4446135935a895b -C extra-filename=-00e1c7614c38db8f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern approx=/work/oxidecomputer/omicron/target/debug/deps/libapprox-3691007ff0584b58.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-7c377b1087dd1298.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-44c0fadb440b6ad0.so --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-2e4fa4ce9c3d6466.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-f80380f9fdb11466.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-280fa11ba239171a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
52972026-09-15T03:49:57.119Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name oxql_types --edition=2024 oximeter/oxql-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=50f57cc9736aed96 -C extra-filename=-ddf19d66933526f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-658572f76e1ddc59.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-b3150182fe3bc4ee.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f9e0c08ad6cf3608.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
52982026-09-15T03:49:57.166Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2024 oximeter/schema/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e9cbac75aa613ed8 -C extra-filename=-b29f8b9681c28115 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-b4d67f07919ede1e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f9e0c08ad6cf3608.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-c7896ef16e4748f0.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
52992026-09-15T03:49:57.253Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_api --edition=2024 oximeter/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=02ece8622f33a97a -C extra-filename=-5336682022f6af9e --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-b17bf89810c1c282.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-34e761c9cdad863d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-2e4fa4ce9c3d6466.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53002026-09-15T03:49:57.352Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_keeper_client --edition=2024 clients/clickhouse-admin-keeper-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ef7d15ea193bfe49 -C extra-filename=-2cc36c3123dd2644 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-30b3c1f4285918db.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53012026-09-15T03:49:57.444Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_api --edition=2024 clickhouse-admin/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=47cf97597d305eae -C extra-filename=-ac40fe902bffea57 --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-14915cb9f720547f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-34e761c9cdad863d.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53022026-09-15T03:49:57.483Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_single_client --edition=2024 clients/clickhouse-admin-single-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c657ed2741b424b7 -C extra-filename=-f9ec23440d8ae2f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-30b3c1f4285918db.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53032026-09-15T03:49:57.645Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_server_client --edition=2024 clients/clickhouse-admin-server-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2ef887e3911a65f8 -C extra-filename=-95ba253b88449787 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-30b3c1f4285918db.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53042026-09-15T03:49:57.704Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_types --edition=2024 clickhouse-admin/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=eba580ce745572f3 -C extra-filename=-61d698b4c1ac6efa --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-14915cb9f720547f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53052026-09-15T03:49:57.763Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_test_utils --edition=2024 clickhouse-admin/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=eff917bcf2905cea -C extra-filename=-43447df8f95131ff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-30b3c1f4285918db.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-db5342acb6fe432a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53062026-09-15T03:49:58.062Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
53072026-09-15T03:49:58.069Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name clickana --edition=2024 dev-tools/clickana/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8fea4d81bf413452 -C extra-filename=-439dad35fa9e63e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-49012faef9cfca90.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-30b3c1f4285918db.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-a1bb2c688165151e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8abc38b4608f96b7.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53082026-09-15T03:49:58.268Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2024 oximeter/schema/src/bin/oximeter-schema.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2d9e39642c736621 -C extra-filename=-7923ed9a0bfedb2d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-b4d67f07919ede1e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-510ba27db5f25ad0.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f9e0c08ad6cf3608.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-c7896ef16e4748f0.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53092026-09-15T03:49:58.296Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ls_apis --edition=2024 dev-tools/ls-apis/src/bin/ls-apis.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=050ece974ee7adc4 -C extra-filename=-21d1622324892d8b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-5155e9a22ee90aa4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-a8f9954c45614da6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-8a4ad75520c58904.rlib --extern omicron_deployment_graph=/work/oxidecomputer/omicron/target/debug/deps/libomicron_deployment_graph-f7a894c60b8e934a.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-ed61c5df94faa430.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-9ac9a28f78b327de.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c9efdcc507723cfe.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0de20df312798682.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2c98d7798085936d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/usr/lib/amd64`
53102026-09-15T03:49:58.376Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
53112026-09-15T03:49:58.491Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_timeseries_macro --edition=2024 oximeter/timeseries-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b62fc3bddf93d249 -C extra-filename=-7a67a5ffed450b82 --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-1ee8fc9c7a7171a4.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-67f88be1b975b90d.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-d7b38731bd2ebc3b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53122026-09-15T03:49:58.491Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_timeseries_macro --edition=2024 oximeter/timeseries-macro/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7413392d08ed86cf -C extra-filename=-cedfdd3b22d00dee --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-1ee8fc9c7a7171a4.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-67f88be1b975b90d.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-d7b38731bd2ebc3b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53132026-09-15T03:49:58.524Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name clickana --edition=2024 dev-tools/clickana/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=25b1dede7a7b0a25 -C extra-filename=-cd047aefce5054df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-49012faef9cfca90.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-30b3c1f4285918db.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-a1bb2c688165151e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8abc38b4608f96b7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53142026-09-15T03:49:58.531Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
53152026-09-15T03:49:58.531Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name dnswait --edition=2024 internal-dns/cli/src/bin/dnswait.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bd5a935547ecb757 -C extra-filename=-5341a7e2ef3538ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-e435e3425619f276.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53162026-09-15T03:49:58.588Z Compiling corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
53172026-09-15T03:49:58.592Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name corpus_adjust --edition=2024 dev-tools/corpus-adjust/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7233a812cf997b23 -C extra-filename=-f0ef3075d0098f18 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53182026-09-15T03:49:58.789Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types_versions --edition=2024 oximeter/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b9d57dcd5278504c -C extra-filename=-8323d7dc33bb3f97 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern approx=/work/oxidecomputer/omicron/target/debug/deps/libapprox-3691007ff0584b58.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-c1ab1668e3c766a4.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-b3150182fe3bc4ee.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c9efdcc507723cfe.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-3b24bf69782c43bd.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53192026-09-15T03:49:58.863Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_types_versions --edition=2024 clickhouse-admin/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3df658aae512bf8f -C extra-filename=-bafc82b44ead4ed7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-30d6cf26f3e64a88.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53202026-09-15T03:49:58.869Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_types --edition=2024 internal-dns/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0ce59f85699c6a31 -C extra-filename=-c19baab2956a83d4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-b826120dac283883.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53212026-09-15T03:49:58.899Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
53222026-09-15T03:49:58.903Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name dnsadm --edition=2024 dns-server/dnsadm/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a091b54e479fea39 -C extra-filename=-c28cf52c7808258e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-3258c8f25334bd1d.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-67863f9306e58aa0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53232026-09-15T03:49:58.974Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_defaults --edition=2024 nexus/defaults/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ddd1e8b9f690d103 -C extra-filename=-0a959ae8e247bb01 --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-384b5883c9cfe350.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53242026-09-15T03:49:58.985Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_db_dump --edition=2024 dns-server/src/bin/dns-db-dump.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a3f51f04fed57470 -C extra-filename=-d0b434fbabcc133f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d89d3e39900a35ba.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-a219aaceba12a206.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-2d97cea01ac59601.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-e435e3425619f276.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-e33e4b6bdcfe4e2c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-b2f36f2f8b96cae8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a6be62d9bf577b0a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53252026-09-15T03:49:59.171Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name transient_dns_server --edition=2024 dns-server/transient/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=34082ba19cce364c -C extra-filename=-732548c3b742123a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d89d3e39900a35ba.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-3258c8f25334bd1d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-2d97cea01ac59601.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-e435e3425619f276.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53262026-09-15T03:49:59.213Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name clickana --edition=2024 dev-tools/clickana/src/bin/clickana.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d6f17daa735d0cac -C extra-filename=-7e8ad34ce33dd0f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern clickana=/work/oxidecomputer/omicron/target/debug/deps/libclickana-439dad35fa9e63e8.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-49012faef9cfca90.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-30b3c1f4285918db.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-a1bb2c688165151e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8abc38b4608f96b7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53272026-09-15T03:49:59.326Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2024 dns-server/src/bin/dns-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4b294a21f5b044d3 -C extra-filename=-7fb6f0f20efa6e59 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d89d3e39900a35ba.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-a219aaceba12a206.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-2d97cea01ac59601.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-e435e3425619f276.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-e33e4b6bdcfe4e2c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-b2f36f2f8b96cae8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a6be62d9bf577b0a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53282026-09-15T03:49:59.364Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_client --edition=2024 clients/oximeter-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=88eea8300abcdc36 -C extra-filename=-c45abfeffb960497 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53292026-09-15T03:49:59.417Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ddm_admin_client --edition=2024 clients/ddm-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=45ae315c91fa6449 -C extra-filename=-77cb25e08ce28b31 --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-d29db20ca5b408a5.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-2f892cc0986a716b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-f33b5e798654e53b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53302026-09-15T03:49:59.603Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name oxlog --edition=2024 dev-tools/oxlog/src/bin/oxlog.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8161854353c347a6 -C extra-filename=-1cad5be14457cdca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-32e11cbbb0cbd818.rlib --extern illumos_nvpair=/work/oxidecomputer/omicron/target/debug/deps/libillumos_nvpair-6f2eafd4503b8ddc.rlib --extern illumos_nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libillumos_nvpair_sys-a2e293dc48886e7e.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6f3ab8716908876b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-672d7e8e575f5769.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-263f7112b196b016.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-3e756e2dae68da92.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53312026-09-15T03:49:59.830Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstore --edition=2024 bootstore/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b2a6aa9d96ffbe5c -C extra-filename=-4097a22d66843406 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-272df1a36bbcb959.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ddef13110ccf1ec1.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-95edfa4d5112085a.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-40be45cc1061c5ce.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-e08634a0971964ae.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-605610ac2edb8b90.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-520e79432e611323.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-5fed6632ad9b44c0.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53322026-09-15T03:49:59.946Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_macros_common --edition=2024 nexus/macros-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4a1525d7cd6ff854 -C extra-filename=-e748d697028e7be9 --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-1ee8fc9c7a7171a4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53332026-09-15T03:50:00.008Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin_types_versions --edition=2024 ntp-admin/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=142d3ef8939a848c -C extra-filename=-1a245ea7648aaa49 --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-1ee8fc9c7a7171a4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53342026-09-15T03:50:00.113Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_deployment_graph --edition=2024 dev-tools/omicron-deployment-graph/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6a8aceeaffee990a -C extra-filename=-8b727ceb9ea21339 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-8a4ad75520c58904.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53352026-09-15T03:50:00.175Z Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
53362026-09-15T03:50:00.183Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name cert_dev --edition=2024 dev-tools/cert-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=86bd545df4bdb69c -C extra-filename=-f545bda4efbe1077 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-2a5a4d2fbeb7e66b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53372026-09-15T03:50:00.204Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_types_versions --edition=2024 internal-dns/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=134b626f3b25095a -C extra-filename=-6cf9af78f950a38d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53382026-09-15T03:50:00.289Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin_client --edition=2024 clients/ntp-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3717d661ca78e1bd -C extra-filename=-8d75af15a567260f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53392026-09-15T03:50:00.363Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_types_versions --edition=2024 cockroach-admin/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a72358b28754ea9d -C extra-filename=-86b5760518c6461e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-9f2ff1acfcfd0869.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53402026-09-15T03:50:00.472Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware_types --edition=2024 sled-hardware/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=6af731718b1d78c1 -C extra-filename=-27030f193ec8d29b --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-79051aebdca0fa6c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53412026-09-15T03:50:00.647Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name repo_depot_client --edition=2024 clients/repo-depot-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0d82133334c56c5b -C extra-filename=-f827d35f2bd3cbd2 --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-1ee8fc9c7a7171a4.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53422026-09-15T03:50:00.766Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name gfss --edition=2024 trust-quorum/gfss/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --test --cfg 'feature="danger_partial_eq_ct_wrapper"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("danger_partial_eq_ct_wrapper"))' -C metadata=7563cdd3c4769680 -C extra-filename=-def6e52e39aab4d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-bb74a95d46416a86.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-605610ac2edb8b90.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2d4823f85931691.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53432026-09-15T03:50:00.807Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_client --edition=2024 clients/installinator-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=afed6217065af340 -C extra-filename=-d928980977d5cf9c --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-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-dc0a97fda5ff008b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53442026-09-15T03:50:00.873Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_macro_impl --edition=2024 oximeter/oximeter-macro-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=206ec35db911a6c6 -C extra-filename=-463e19325d3fa3ac --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-1ee8fc9c7a7171a4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53452026-09-15T03:50:01.413Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_repl_utils --edition=2024 dev-tools/repl-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bccbb61eced099bd -C extra-filename=-6d9d2527dbd1ab42 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-4b2d53e65fcfcc61.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53462026-09-15T03:50:01.609Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_background_task_interface --edition=2024 nexus/background-task-interface/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=4c15a6bf58d7cfc8 -C extra-filename=-cde6ce99b4d38124 --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-1ee8fc9c7a7171a4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_test=/work/oxidecomputer/omicron/target/debug/deps/libtokio_test-ebcd68a53c09770e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53472026-09-15T03:50:01.726Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name api_identity --edition=2024 api_identity/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9f70430f81770329 -C extra-filename=-3f855b4da26c2641 --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-1ee8fc9c7a7171a4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53482026-09-15T03:50:01.771Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name key_manager_types --edition=2024 key-manager/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c6a2284cef26bfd1 -C extra-filename=-f454b4f69838c414 --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-1ee8fc9c7a7171a4.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-605610ac2edb8b90.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53492026-09-15T03:50:01.810Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name live_tests_macros --edition=2024 live-tests/macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=356631694e506546 -C extra-filename=-3c36b7b5b5ead367 --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-1ee8fc9c7a7171a4.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53502026-09-15T03:50:01.870Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_rpaths --edition=2024 rpaths/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c72c3b7b32ffcbbd -C extra-filename=-ebe960c059bdb1b4 --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-1ee8fc9c7a7171a4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53512026-09-15T03:50:01.962Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_git_version --edition=2024 git-version/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3193305032c0a7a2 -C extra-filename=-d7bb8439c1a5719f --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-1ee8fc9c7a7171a4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-520e79432e611323.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53522026-09-15T03:50:01.999Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_pins --edition=2024 dev-tools/pins/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=be342b1b500553dd -C extra-filename=-8415be55e86600fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-5155e9a22ee90aa4.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-33cf399a252efde4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-f21c1d627623f3ff.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53532026-09-15T03:50:02.040Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ipcc --edition=2024 ipcc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8025f02623c9180a -C extra-filename=-9fede6d984f09481 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ddef13110ccf1ec1.rlib --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-17af6e71604b9409.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
53542026-09-15T03:50:02.084Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name typed_rng --edition=2024 typed-rng/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d405992e6495f5c7 -C extra-filename=-f13d705783e7caf5 --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-0971dfdbc3426724.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-b1a582d5d32c7dad.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-a4fdcfcf69207d50.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53552026-09-15T03:50:02.156Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_client --edition=2024 clients/cockroach-admin-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0c4ce7ba0d026bc8 -C extra-filename=-52f5d3c27f5c432a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53562026-09-15T03:50:02.195Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name oxide_client --edition=2024 clients/oxide-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fe6ae38f68215822 -C extra-filename=-934c44c60f2d03c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-e435e3425619f276.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-11326159470257f9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-f33b5e798654e53b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53572026-09-15T03:50:02.333Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils_macros --edition=2024 nexus/test-utils-macros/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=498d871dca40f91d -C extra-filename=-f1c142d590bed0d4 --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-1ee8fc9c7a7171a4.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53582026-09-15T03:50:02.486Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name parallel_task_set --edition=2024 parallel-task-set/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=836e1b439f471e19 -C extra-filename=-ed59c25931b3a201 --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-1ee8fc9c7a7171a4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53592026-09-15T03:50:02.599Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_passwords --edition=2024 passwords/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b16627ee9b3a7142 -C extra-filename=-9364cfdae676439b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-f6bb609b3f550cef.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-7c377b1087dd1298.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-41ac2d17202de6c2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-605610ac2edb8b90.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-520e79432e611323.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53602026-09-15T03:50:02.654Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name oxlog --edition=2024 dev-tools/oxlog/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fb1d1f76579bb547 -C extra-filename=-6da6e9e9202731f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-32e11cbbb0cbd818.rlib --extern illumos_nvpair=/work/oxidecomputer/omicron/target/debug/deps/libillumos_nvpair-6f2eafd4503b8ddc.rlib --extern illumos_nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libillumos_nvpair_sys-a2e293dc48886e7e.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6f3ab8716908876b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-263f7112b196b016.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-3e756e2dae68da92.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53612026-09-15T03:50:02.804Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name xtask_downloader --edition=2024 dev-tools/downloader/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=da1329d7e949ecf2 -C extra-filename=-b979966c752a97b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4eb8e677ff21afe8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-bb0402933484d4f9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53622026-09-15T03:50:02.940Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_common_versions --edition=2024 installinator-common/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=90b2adda402f40b9 -C extra-filename=-b2bbda727e80987a --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-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53632026-09-15T03:50:03.022Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name v0_fsm_proptest_learner --edition=2024 bootstore/tests/v0-fsm-proptest-learner.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=63fba7a94a366fc8 -C extra-filename=-6afe60254990a31a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c9d5b4c6c8a4a186.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-272df1a36bbcb959.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ddef13110ccf1ec1.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-95edfa4d5112085a.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-40be45cc1061c5ce.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-e08634a0971964ae.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-605610ac2edb8b90.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-520e79432e611323.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-5fed6632ad9b44c0.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53642026-09-15T03:50:03.059Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name v0_fsm_proptest_rack_coordinator --edition=2024 bootstore/tests/v0-fsm-proptest-rack-coordinator.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=839f11a96958d6ba -C extra-filename=-c0f4b96595d66fdb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c9d5b4c6c8a4a186.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-272df1a36bbcb959.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ddef13110ccf1ec1.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-95edfa4d5112085a.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-40be45cc1061c5ce.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-e08634a0971964ae.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-605610ac2edb8b90.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-520e79432e611323.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-5fed6632ad9b44c0.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53652026-09-15T03:50:05.934Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
53662026-09-15T03:50:05.985Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2024 oximeter/oximeter/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e8767bf7aef92349 -C extra-filename=-da9b92cb69636995 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-44c0fadb440b6ad0.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-510ba27db5f25ad0.rmeta --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-7a67a5ffed450b82.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f9e0c08ad6cf3608.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-c7896ef16e4748f0.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53672026-09-15T03:50:06.159Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2024 oximeter/oximeter/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0211911cec7ad0bf -C extra-filename=-0e990e59beec4b75 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-44c0fadb440b6ad0.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-510ba27db5f25ad0.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-7a67a5ffed450b82.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f9e0c08ad6cf3608.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-c7896ef16e4748f0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53682026-09-15T03:50:06.463Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_db --edition=2024 oximeter/db/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=d51e669b55fd4734 -C extra-filename=-33d3def4429cf461 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-75cb42a0302df866.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-d556d7463a7a2410.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-707cf7ae1ceaebe2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-30b3c1f4285918db.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-db5342acb6fe432a.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-5d1b38cab6734332.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-61e47cdc915178e8.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-071196465dd7522c.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-5ec1cd83469ea280.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-4d70db72340caa1d.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-658572f76e1ddc59.rmeta --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-5c37a5d9e78cfea7.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-df56548816dd36a4.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-31ca6af593560390.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-b3150182fe3bc4ee.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da9b92cb69636995.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-bfbe0f064f22962b.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c9efdcc507723cfe.rmeta --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-4bb85d1c428edf33.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-e08130b483600558.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-4b2d53e65fcfcc61.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rmeta --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-1ea6cc65d5ea8f9f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rmeta --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-dc21c1405a9aeacb.rmeta --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-3e02eeda53569a7d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-ffb315459a2ad208.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-1b7c5f56218e24e6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4e06b03adca01890.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
53692026-09-15T03:50:06.502Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
53702026-09-15T03:50:06.502Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_types --edition=2024 sled-agent/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=133afe57f360209b -C extra-filename=-526c159113f2082c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c9d5b4c6c8a4a186.rmeta --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-3a87de3ab3eac852.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-69b7b5ef8aa13716.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2c98d7798085936d.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53712026-09-15T03:50:06.547Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
53722026-09-15T03:50:06.551Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_commission_types_versions --edition=2024 wicketd-commission-types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7207a7d4d9045eff -C extra-filename=-e955a7c59701a788 --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-a8dc07033505663f.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-69b7b5ef8aa13716.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53732026-09-15T03:50:06.702Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
53742026-09-15T03:50:06.710Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_types_versions --edition=2024 nexus/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=25d3c14bd3fb6526 -C extra-filename=-e2a7c84c02d554af --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-18828d6033a378fd.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-e3a326d06017962d.rmeta --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-89741af91b86b4b3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-308f0204c87e6f29.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-6cce0bc98f3e1f35.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-bfbe0f064f22962b.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c9efdcc507723cfe.rmeta --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-1fa4c9c542188ad8.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-69b7b5ef8aa13716.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-213efebf5ce581a0.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-72f8271b6a33c915.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53752026-09-15T03:50:07.749Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name illumos_utils --edition=2024 illumos-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=d4cf1997368bb048 -C extra-filename=-e355eda5add176f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-a1106d2116afdb76.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-a85bc2f7a054eda7.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-359b22f7a1198f24.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-071196465dd7522c.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-384b5883c9cfe350.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rmeta --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-1d01c9bc16f9b741.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-70d26705e78829f0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-f7bbc109a87a1012.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-fd395ee56dd2bb3a.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-672d7e8e575f5769.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-71bae07553df3d6d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c95b470fa7fe6268.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-b800997bcfce769b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-a3b889cd96e179f4.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-8eae445cf48844a4.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/usr/lib/amd64 --check-cfg 'cfg(svcadm_autoclear)'`
53762026-09-15T03:50:08.121Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
53772026-09-15T03:50:08.124Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
53782026-09-15T03:50:08.124Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
53792026-09-15T03:50:08.124Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name trust_quorum_protocol --edition=2024 trust-quorum/protocol/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="danger_partial_eq_ct_wrapper"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("danger_partial_eq_ct_wrapper", "testing"))' -C metadata=20c0426c20e22a6b -C extra-filename=-c1e17c7b534315f1 --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-c9d5b4c6c8a4a186.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-272df1a36bbcb959.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ddef13110ccf1ec1.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-093510bda85b835d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-95edfa4d5112085a.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-605610ac2edb8b90.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-520e79432e611323.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-bfc5ccdff2db0195.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2d4823f85931691.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53802026-09-15T03:50:08.124Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name key_manager --edition=2024 key-manager/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=967db68991181185 -C extra-filename=-0dffbe3aa872bc8e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-95edfa4d5112085a.rmeta --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-1d01c9bc16f9b741.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-605610ac2edb8b90.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53812026-09-15T03:50:08.154Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_client --edition=2024 clients/sled-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=51eb5de79325b6c1 -C extra-filename=-2d667dc97a18a72b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-3a87de3ab3eac852.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-bb89a29abdaf9acb.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-69b7b5ef8aa13716.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53822026-09-15T03:50:09.514Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
53832026-09-15T03:50:09.519Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_commission_types --edition=2024 wicketd-commission-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=912cd1e1f9e46021 -C extra-filename=-799da414e29dd935 --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-1ee8fc9c7a7171a4.rmeta --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-e955a7c59701a788.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53842026-09-15T03:50:09.669Z Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
53852026-09-15T03:50:09.675Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_commission_client --edition=2024 clients/wicketd-commission-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=33d401437f3ab22e -C extra-filename=-de61c95e0e74c00c --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-b675906a731ff7f3.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-e955a7c59701a788.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53862026-09-15T03:50:09.730Z Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
53872026-09-15T03:50:09.733Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_commission_api --edition=2024 wicketd-commission-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b5b74f745f953ca3 -C extra-filename=-c3a509c6e1f0226d --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-b17bf89810c1c282.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-34e761c9cdad863d.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-e955a7c59701a788.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53882026-09-15T03:50:09.835Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
53892026-09-15T03:50:09.839Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_lockstep_types --edition=2024 sled-agent/bootstrap-agent-lockstep-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d497d963f691112b -C extra-filename=-8b7b2e9ebde7c257 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-308f0204c87e6f29.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rmeta --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-799da414e29dd935.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53902026-09-15T03:50:09.895Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
53912026-09-15T03:50:09.900Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket_common --edition=2024 wicket-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7f65fafda60c5cd7 -C extra-filename=-69b02c54136b24db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-95ea99b300116b1f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a6c3252379a66c5.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-a07bfbf502fff96e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d04f08a445a4a0f4.rmeta --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-2e33ca5688288ea7.rmeta --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-dc0a97fda5ff008b.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-4381840504f9de7e.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rmeta --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-799da414e29dd935.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53922026-09-15T03:50:09.926Z Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
53932026-09-15T03:50:09.932Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name trust_quorum_test_utils --edition=2024 trust-quorum/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1974d153bee0dbd0 -C extra-filename=-e7bc8e0a36422782 --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-c9d5b4c6c8a4a186.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rmeta --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-093510bda85b835d.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-605610ac2edb8b90.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-c1e17c7b534315f1.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
53942026-09-15T03:50:10.455Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
53952026-09-15T03:50:10.455Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
53962026-09-15T03:50:10.460Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
53972026-09-15T03:50:10.460Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
53982026-09-15T03:50:10.460Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware --edition=2024 sled-hardware/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=81b8c4b040e17afa -C extra-filename=-918e3c4e893e5650 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-4d70db72340caa1d.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-800dbaf245339529.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-a15732fa89f05de0.rmeta --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-8f87a7eb0c105161.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-b800997bcfce769b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-8eae445cf48844a4.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/usr/lib/amd64`
53992026-09-15T03:50:10.460Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_common --edition=2024 installinator-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d57080d188c2996b -C extra-filename=-78480e2ceb8e8e17 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rmeta --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-53b778a716c90e2b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-2e33ca5688288ea7.rmeta --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-dc0a97fda5ff008b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-520e79432e611323.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/usr/lib/amd64`
54002026-09-15T03:50:10.460Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name zone_setup --edition=2024 zone-setup/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dcf5a69c77a06f19 -C extra-filename=-c3b124c6ac044b25 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-47665ca5bde56653.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-8eae445cf48844a4.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/usr/lib/amd64`
54012026-09-15T03:50:10.460Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_instruments --edition=2024 oximeter/instruments/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="cpu"' --cfg 'feature="datalink"' --cfg 'feature="default"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --cfg 'feature="opte_port"' --cfg 'feature="zfs"' --cfg 'feature="zone"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cpu", "datalink", "default", "http-instruments", "kstat", "opte_port", "zfs", "zone"))' -C metadata=e977ac64cc59a0ce -C extra-filename=-d2af3962a96e0632 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-11326159470257f9.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rmeta --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-02a128e804310cf7.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da9b92cb69636995.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/usr/lib/amd64`
54022026-09-15T03:50:10.486Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_cockroach_admin --edition=2024 cockroach-admin/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bfaf1d7404bc6e63 -C extra-filename=-64564d620766fb62 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rmeta --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-94318733bb2785ff.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-77736f3c35d4a4b8.rmeta --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-0888a51597437a49.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-9f2ff1acfcfd0869.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rmeta --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8abc38b4608f96b7.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/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`
54032026-09-15T03:50:10.865Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_types --edition=2024 sled-agent/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=405d017ab9ed2940 -C extra-filename=-e94ce262536f3326 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c9d5b4c6c8a4a186.rlib --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-3a87de3ab3eac852.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-69b7b5ef8aa13716.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2c98d7798085936d.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
54042026-09-15T03:50:10.874Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_commission_types_versions --edition=2024 wicketd-commission-types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a8d9db95bd997589 -C extra-filename=-cb2271c45cdafdd9 --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-a8dc07033505663f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-69b7b5ef8aa13716.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
54052026-09-15T03:50:10.875Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_client --edition=2024 clients/sled-agent-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=05f275c5c207a1fe -C extra-filename=-69b7f4c9462b6537 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-3a87de3ab3eac852.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-bb89a29abdaf9acb.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-69b7b5ef8aa13716.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
54062026-09-15T03:50:10.875Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name trust_quorum_test_utils --edition=2024 trust-quorum/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e835916dd3e165d2 -C extra-filename=-37e4c6b3df09b056 --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-c9d5b4c6c8a4a186.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-093510bda85b835d.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-605610ac2edb8b90.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-c1e17c7b534315f1.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
54072026-09-15T03:50:10.875Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_commission_client --edition=2024 clients/wicketd-commission-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e3f16e2c7514bf56 -C extra-filename=-87167bc1922c1da4 --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-b675906a731ff7f3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-e955a7c59701a788.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
54082026-09-15T03:50:10.875Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket_common --edition=2024 wicket-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b4d868ef23b31f62 -C extra-filename=-b2b043e2579d80e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-95ea99b300116b1f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a6c3252379a66c5.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-a07bfbf502fff96e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d04f08a445a4a0f4.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-2e33ca5688288ea7.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-dc0a97fda5ff008b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-4381840504f9de7e.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-799da414e29dd935.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
54092026-09-15T03:50:10.875Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_types_versions --edition=2024 nexus/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c287e1e732f2320c -C extra-filename=-7148b2c56b6f8a2b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-18828d6033a378fd.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-e3a326d06017962d.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-89741af91b86b4b3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-308f0204c87e6f29.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-6cce0bc98f3e1f35.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-bfbe0f064f22962b.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c9efdcc507723cfe.rlib --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-1fa4c9c542188ad8.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-69b7b5ef8aa13716.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-213efebf5ce581a0.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-72f8271b6a33c915.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
54102026-09-15T03:50:10.891Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_commission_types --edition=2024 wicketd-commission-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1bc71b1260a9ce92 -C extra-filename=-6145290569d952e2 --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-1ee8fc9c7a7171a4.rlib --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-e955a7c59701a788.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
54112026-09-15T03:50:10.899Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_commission_api --edition=2024 wicketd-commission-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=19d7b586d7cc9b9b -C extra-filename=-abc8139f6685d2d0 --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-b17bf89810c1c282.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-34e761c9cdad863d.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-e955a7c59701a788.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
54122026-09-15T03:50:10.899Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name key_manager --edition=2024 key-manager/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0e7998eb317180ed -C extra-filename=-e37bf53df21114d4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-95edfa4d5112085a.rlib --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-1d01c9bc16f9b741.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-605610ac2edb8b90.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
54132026-09-15T03:50:10.900Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_lockstep_types --edition=2024 sled-agent/bootstrap-agent-lockstep-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=27b20773351fa7ba -C extra-filename=-2b23d475dcb6f45c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-308f0204c87e6f29.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-799da414e29dd935.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
54142026-09-15T03:50:11.291Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name zone_setup --edition=2024 zone-setup/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=defd1fe63cf611a6 -C extra-filename=-de3e841e2c55511e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-47665ca5bde56653.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-8eae445cf48844a4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/usr/lib/amd64`
54152026-09-15T03:50:11.291Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_instruments --edition=2024 oximeter/instruments/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="cpu"' --cfg 'feature="datalink"' --cfg 'feature="default"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --cfg 'feature="opte_port"' --cfg 'feature="zfs"' --cfg 'feature="zone"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cpu", "datalink", "default", "http-instruments", "kstat", "opte_port", "zfs", "zone"))' -C metadata=d75abbf492025ec2 -C extra-filename=-64ca379d24a9964e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-11326159470257f9.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-02a128e804310cf7.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da9b92cb69636995.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/usr/lib/amd64`
54162026-09-15T03:50:11.291Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_common --edition=2024 installinator-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6d5dfa854dc92184 -C extra-filename=-e6879b202104504a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-53b778a716c90e2b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-2e33ca5688288ea7.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-dc0a97fda5ff008b.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-520e79432e611323.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/usr/lib/amd64`
54172026-09-15T03:50:11.394Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name zone_setup --edition=2024 zone-setup/src/bin/zone-setup.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=15d359a44b1df8f0 -C extra-filename=-8fe6158de34f5ace --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-47665ca5bde56653.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-8eae445cf48844a4.rlib --extern zone_setup=/work/oxidecomputer/omicron/target/debug/deps/libzone_setup-c3b124c6ac044b25.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/usr/lib/amd64`
54182026-09-15T03:50:11.741Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
54192026-09-15T03:50:11.745Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_storage --edition=2024 sled-storage/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=0ec4cb259e1320be -C extra-filename=-48e2f271cd55ed96 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-071196465dd7522c.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-32e11cbbb0cbd818.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-0dffbe3aa872bc8e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-918e3c4e893e5650.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-295dbb2fcc65f679.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-4258e337c74cb5ef.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/usr/lib/amd64`
54202026-09-15T03:50:12.305Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
54212026-09-15T03:50:12.309Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_lockstep_api --edition=2024 sled-agent/bootstrap-agent-lockstep-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4e3b1d4496765d24 -C extra-filename=-f5d7f573e387067a --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-8b7b2e9ebde7c257.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
54222026-09-15T03:50:12.487Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
54232026-09-15T03:50:12.502Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_scrimlet_reconcilers --edition=2024 sled-agent/scrimlet-reconcilers/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=6540b6fcec583435 -C extra-filename=-5e2f7350981dc205 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8b7b2e9ebde7c257.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-95ea99b300116b1f.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-2f892cc0986a716b.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a6c3252379a66c5.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-e3a326d06017962d.rmeta --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-89741af91b86b4b3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rmeta --extern scuffle=/work/oxidecomputer/omicron/target/debug/deps/libscuffle-0632c0403103b89c.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
54242026-09-15T03:50:12.528Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
54252026-09-15T03:50:12.539Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
54262026-09-15T03:50:12.539Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_client --edition=2024 clients/wicketd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1d3a957028a96c1d -C extra-filename=-65fe4ddb7efb00da --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-8b7b2e9ebde7c257.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-78480e2ceb8e8e17.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-dc0a97fda5ff008b.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-69b02c54136b24db.rmeta --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-e955a7c59701a788.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/usr/lib/amd64`
54272026-09-15T03:50:12.539Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_lockstep_client --edition=2024 clients/bootstrap-agent-lockstep-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ab9f9607b09457f7 -C extra-filename=-58127f285db477d8 --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-8b7b2e9ebde7c257.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
54282026-09-15T03:50:12.657Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
54292026-09-15T03:50:12.678Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_clickhouse_admin --edition=2024 clickhouse-admin/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=00a3299efed818d9 -C extra-filename=-9dc4a2e221815707 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rmeta --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-a43aa449d59a6cd2.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-30b3c1f4285918db.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-039c0a5661b362fd.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-33d3def4429cf461.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8abc38b4608f96b7.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
54302026-09-15T03:50:12.678Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
54312026-09-15T03:50:12.694Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_api --edition=2024 wicketd-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d17add3577200a61 -C extra-filename=-8fe89915b0d6bb77 --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-8b7b2e9ebde7c257.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a6c3252379a66c5.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-69b02c54136b24db.rmeta --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-799da414e29dd935.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
54322026-09-15T03:50:12.751Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
54332026-09-15T03:50:12.762Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_resolvable_files_examples --edition=2024 sled-agent/resolvable-files-examples/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2b3e50d9c7555acf -C extra-filename=-ef99430041e0a6e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-67a3b3045f1afe78.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-48e2f271cd55ed96.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/usr/lib/amd64`
54342026-09-15T03:50:12.938Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
54352026-09-15T03:50:12.950Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name zfs_test_harness --edition=2024 sled-storage/zfs-test-harness/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e8ea40f0df549576 -C extra-filename=-feaa5555453c375a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-0dffbe3aa872bc8e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-48e2f271cd55ed96.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/usr/lib/amd64`
54362026-09-15T03:50:13.025Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
54372026-09-15T03:50:13.033Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2024 installinator/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-standard"))' -C metadata=409bd92746781367 -C extra-filename=-370f36ab7d93d20f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-c7927cdb9847c108.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-5b93e87315b42afc.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-5ec1cd83469ea280.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4eb8e677ff21afe8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rmeta --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-387a22574bb3e814.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-78480e2ceb8e8e17.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-4212176f06f6884a.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0198ea1645c31763.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rmeta --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-2e33ca5688288ea7.rmeta --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-dc0a97fda5ff008b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-918e3c4e893e5650.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-48e2f271cd55ed96.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-67863f9306e58aa0.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c95b470fa7fe6268.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-bb0402933484d4f9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
54382026-09-15T03:50:13.060Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
54392026-09-15T03:50:13.074Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2024 package/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=68e3cf3da79bd3dc -C extra-filename=-4dfcdb8c66176037 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-5155e9a22ee90aa4.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rmeta --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-ae6ec4353b440d0b.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-a8f9954c45614da6.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-2103a7c365bf290e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-9ac9a28f78b327de.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0de20df312798682.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-263f7112b196b016.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-41deb9e6efae2e1b.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-918e3c4e893e5650.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-b669c6075079eafe.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c95b470fa7fe6268.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-bb0402933484d4f9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-32d617f53e2154a1.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/usr/lib/amd64`
54402026-09-15T03:50:13.222Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name zfs_test_harness --edition=2024 sled-storage/zfs-test-harness/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5382a03a8caf9ac5 -C extra-filename=-9c143206b5714833 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-0dffbe3aa872bc8e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-48e2f271cd55ed96.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/usr/lib/amd64`
54412026-09-15T03:50:13.314Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_resolvable_files_examples --edition=2024 sled-agent/resolvable-files-examples/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4d7954aec0f4f588 -C extra-filename=-51260b49f5eef0ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-67a3b3045f1afe78.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-48e2f271cd55ed96.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/usr/lib/amd64`
54422026-09-15T03:50:13.357Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_client --edition=2024 clients/wicketd-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=16288af3d4b04c08 -C extra-filename=-059154b578b3ab1d --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-8b7b2e9ebde7c257.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-78480e2ceb8e8e17.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-dc0a97fda5ff008b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-69b02c54136b24db.rlib --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-e955a7c59701a788.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/usr/lib/amd64`
54432026-09-15T03:50:13.573Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_api --edition=2024 wicketd-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=599721fffc46e24b -C extra-filename=-a1344abfe733a7c4 --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-8b7b2e9ebde7c257.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a6c3252379a66c5.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-69b02c54136b24db.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-799da414e29dd935.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
54442026-09-15T03:50:13.766Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
54452026-09-15T03:50:13.780Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_diagnostics --edition=2024 sled-diagnostics/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d947c0eff3f9d8db -C extra-filename=-5add9b2c6d4edad1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-33cf399a252efde4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6f3ab8716908876b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0875c71ea664a892.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-672d7e8e575f5769.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-06f54a0c0ab204df.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-feaa5555453c375a.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-904d443341801caf.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/usr/lib/amd64`
54462026-09-15T03:50:13.926Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_lockstep_client --edition=2024 clients/bootstrap-agent-lockstep-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c1e0a94bfeba6052 -C extra-filename=-5e75b345a9f1162d --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-8b7b2e9ebde7c257.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
54472026-09-15T03:50:13.969Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_lockstep_api --edition=2024 sled-agent/bootstrap-agent-lockstep-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e0d3a5ca68bd4f05 -C extra-filename=-8c0995481e6bb4b5 --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-8b7b2e9ebde7c257.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/usr/lib/amd64`
54482026-09-15T03:50:14.213Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2024 package/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c3fedbb880f5fc15 -C extra-filename=-916f9babf375a362 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-5155e9a22ee90aa4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-ae6ec4353b440d0b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-a8f9954c45614da6.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-2103a7c365bf290e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-9ac9a28f78b327de.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0de20df312798682.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-263f7112b196b016.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-41deb9e6efae2e1b.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-918e3c4e893e5650.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-b669c6075079eafe.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c95b470fa7fe6268.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-bb0402933484d4f9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-32d617f53e2154a1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/usr/lib/amd64`
54492026-09-15T03:50:15.059Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
54502026-09-15T03:50:15.067Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_api --edition=2024 sled-agent/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6767e9feda7faadb -C extra-filename=-088aca85d188eb59 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-34e761c9cdad863d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-69b7b5ef8aa13716.rmeta --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-5add9b2c6d4edad1.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-bfc5ccdff2db0195.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-e02a3c7c21da7b34.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/usr/lib/amd64`
54512026-09-15T03:50:15.168Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2024 package/src/bin/omicron-package.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=80e87ae950f696ce -C extra-filename=-4c0f14b23c277552 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-5155e9a22ee90aa4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-ae6ec4353b440d0b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-a8f9954c45614da6.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-2103a7c365bf290e.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-4dfcdb8c66176037.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-9ac9a28f78b327de.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0de20df312798682.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-263f7112b196b016.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-41deb9e6efae2e1b.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-918e3c4e893e5650.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-b669c6075079eafe.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c95b470fa7fe6268.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-bb0402933484d4f9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-32d617f53e2154a1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/usr/lib/amd64`
54522026-09-15T03:50:15.496Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_api --edition=2024 sled-agent/api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=00227ac7a31bb9fb -C extra-filename=-0d696a0357fec344 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-34e761c9cdad863d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-69b7b5ef8aa13716.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-5add9b2c6d4edad1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-bfc5ccdff2db0195.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-e02a3c7c21da7b34.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/usr/lib/amd64`
54532026-09-15T03:50:16.699Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
54542026-09-15T03:50:16.707Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_config_reconciler --edition=2024 sled-agent/config-reconciler/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=e44d29b52b994496 -C extra-filename=-f39b3768afebd3c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-75cb42a0302df866.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-071196465dd7522c.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-2f892cc0986a716b.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-32e11cbbb0cbd818.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-78480e2ceb8e8e17.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-0dffbe3aa872bc8e.rmeta --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-1d01c9bc16f9b741.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-e00ed5c798a2111b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_debug_dropbox=/work/oxidecomputer/omicron/target/debug/deps/libomicron_debug_dropbox-decbc3119b08a51b.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-40be45cc1061c5ce.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-605610ac2edb8b90.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-088aca85d188eb59.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-69b7b5ef8aa13716.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-918e3c4e893e5650.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-48e2f271cd55ed96.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-8eae445cf48844a4.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/usr/lib/amd64`
54552026-09-15T03:50:16.742Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
54562026-09-15T03:50:16.755Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_health_monitor --edition=2024 sled-agent/health-monitor/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ae8d4fca370fd1e8 -C extra-filename=-e96eee16479a1622 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-088aca85d188eb59.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/usr/lib/amd64`
54572026-09-15T03:50:16.895Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
54582026-09-15T03:50:16.903Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2024 wicket/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3389d7df8d3e8c44 -C extra-filename=-871ca52727e048ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-c7927cdb9847c108.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ddef13110ccf1ec1.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-61e47cdc915178e8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-fd773f1aaff6b9ea.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-df56548816dd36a4.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-2103a7c365bf290e.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-308f0204c87e6f29.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d04f08a445a4a0f4.rmeta --extern oxide_update_engine_display=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_display-e01802dea79c318f.rmeta --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-dc0a97fda5ff008b.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-a1bb2c688165151e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rmeta --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-861635f841a91ff3.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-41deb9e6efae2e1b.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-67863f9306e58aa0.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-97cd1b190f753ebd.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-ffb315459a2ad208.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-00ef578645e692ad.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4e06b03adca01890.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-f21c1d627623f3ff.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-4381840504f9de7e.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rmeta --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-674b2067a95aac83.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-ac02d16f97a48ace.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-69b02c54136b24db.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-65fe4ddb7efb00da.rmeta --extern wicketd_commission_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_client-de61c95e0e74c00c.rmeta --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-799da414e29dd935.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/usr/lib/amd64`
54592026-09-15T03:50:16.929Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
54602026-09-15T03:50:16.940Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2024 wicketd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=834f5fea1ce91fa3 -C extra-filename=-f188dbc4c516caae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rmeta --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-58127f285db477d8.rmeta --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8b7b2e9ebde7c257.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-c7927cdb9847c108.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-071196465dd7522c.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-5ec1cd83469ea280.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-95ea99b300116b1f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-2f892cc0986a716b.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-039c0a5661b362fd.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a6c3252379a66c5.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ee2e4ac302948d5f.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-e435e3425619f276.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b21f4539bd46e3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-11326159470257f9.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rmeta --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-5593d1ace53ba040.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-78480e2ceb8e8e17.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-f39885e8bddc449b.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-276500baa0bff1a7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0198ea1645c31763.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-308f0204c87e6f29.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rmeta --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-2e33ca5688288ea7.rmeta --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-dc0a97fda5ff008b.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-295dbb2fcc65f679.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4e06b03adca01890.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-213efebf5ce581a0.rmeta --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-4381840504f9de7e.rmeta --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-6ab79d5f5b3744f5.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-69b02c54136b24db.rmeta --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-8fe89915b0d6bb77.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-65fe4ddb7efb00da.rmeta --extern wicketd_commission_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_api-c3a509c6e1f0226d.rmeta --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-799da414e29dd935.rmeta --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-e955a7c59701a788.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/usr/lib/amd64`
54612026-09-15T03:50:17.456Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name oxdb --edition=2024 oximeter/db/src/bin/oxdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=5a2dbc0ad50365aa -C extra-filename=-f4674d41b0f5a48a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-75cb42a0302df866.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-d556d7463a7a2410.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-707cf7ae1ceaebe2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-30b3c1f4285918db.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-db5342acb6fe432a.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-5d1b38cab6734332.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-61e47cdc915178e8.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-071196465dd7522c.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-5ec1cd83469ea280.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-4d70db72340caa1d.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-658572f76e1ddc59.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-5c37a5d9e78cfea7.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-df56548816dd36a4.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-31ca6af593560390.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-b3150182fe3bc4ee.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da9b92cb69636995.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-33d3def4429cf461.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-bfbe0f064f22962b.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c9efdcc507723cfe.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-4bb85d1c428edf33.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-e08130b483600558.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-4b2d53e65fcfcc61.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-1ea6cc65d5ea8f9f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-dc21c1405a9aeacb.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-3e02eeda53569a7d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-ffb315459a2ad208.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-1b7c5f56218e24e6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4e06b03adca01890.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
54622026-09-15T03:50:20.918Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_health_monitor --edition=2024 sled-agent/health-monitor/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=666d114a5f4ddaa7 -C extra-filename=-f52e10813471215e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-088aca85d188eb59.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/usr/lib/amd64`
54632026-09-15T03:50:20.953Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2024 wicket/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=62f735f710ffd681 -C extra-filename=-96af9d7278861260 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-5fed5a6df06ab157.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-c7927cdb9847c108.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ddef13110ccf1ec1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-61e47cdc915178e8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-fd773f1aaff6b9ea.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-df56548816dd36a4.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-2103a7c365bf290e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-a07bfbf502fff96e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-308f0204c87e6f29.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d04f08a445a4a0f4.rlib --extern oxide_update_engine_display=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_display-e01802dea79c318f.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-dc0a97fda5ff008b.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-a1bb2c688165151e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-861635f841a91ff3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-41deb9e6efae2e1b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-67863f9306e58aa0.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-97cd1b190f753ebd.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-ffb315459a2ad208.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-00ef578645e692ad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4e06b03adca01890.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-f21c1d627623f3ff.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-4381840504f9de7e.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-674b2067a95aac83.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-ac02d16f97a48ace.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-69b02c54136b24db.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-65fe4ddb7efb00da.rlib --extern wicketd_commission_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_client-de61c95e0e74c00c.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-799da414e29dd935.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/usr/lib/amd64`
54642026-09-15T03:50:20.953Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_keeper --edition=2024 clickhouse-admin/src/bin/clickhouse-admin-keeper.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=94f2522014ca2f4f -C extra-filename=-03410fb5a0286990 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-a43aa449d59a6cd2.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-30b3c1f4285918db.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-039c0a5661b362fd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-9dc4a2e221815707.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-33d3def4429cf461.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8abc38b4608f96b7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
54652026-09-15T03:50:20.953Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_server --edition=2024 clickhouse-admin/src/bin/clickhouse-admin-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2d2db44b67380189 -C extra-filename=-04af49f99719696e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-a43aa449d59a6cd2.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-30b3c1f4285918db.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-039c0a5661b362fd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-9dc4a2e221815707.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-33d3def4429cf461.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8abc38b4608f96b7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
54662026-09-15T03:50:20.953Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_single --edition=2024 clickhouse-admin/src/bin/clickhouse-admin-single.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=13be1426449649a2 -C extra-filename=-f2c162f7a2186426 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-a43aa449d59a6cd2.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-30b3c1f4285918db.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-039c0a5661b362fd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-9dc4a2e221815707.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-33d3def4429cf461.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8abc38b4608f96b7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
54672026-09-15T03:50:20.953Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
54682026-09-15T03:50:20.953Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_types --edition=2024 nexus/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f7c6b72b02470e4b -C extra-filename=-24d120d0be1e546f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-18828d6033a378fd.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rmeta --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8b7b2e9ebde7c257.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-30b3c1f4285918db.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-77736f3c35d4a4b8.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-6ae3743cbf3b1fa1.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-b204df21dbd8d7dd.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-2f892cc0986a716b.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8a3ae8e67452c024.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a6c3252379a66c5.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-fd773f1aaff6b9ea.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-a8f9954c45614da6.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-b38ea0edf80b482b.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-384b5883c9cfe350.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-0971dfdbc3426724.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-8a4ad75520c58904.rmeta --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-e2a7c84c02d554af.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-308f0204c87e6f29.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-6cce0bc98f3e1f35.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d04f08a445a4a0f4.rmeta --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-2e33ca5688288ea7.rmeta --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-dc0a97fda5ff008b.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-33d3def4429cf461.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-bfbe0f064f22962b.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c9efdcc507723cfe.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-520e79432e611323.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-69b7b5ef8aa13716.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-157f651173c250bf.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2c98d7798085936d.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-ffb315459a2ad208.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-00ef578645e692ad.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-213efebf5ce581a0.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-c1e17c7b534315f1.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-ac02d16f97a48ace.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-72f8271b6a33c915.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
54692026-09-15T03:50:20.964Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
54702026-09-15T03:50:20.964Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_resolvable_files --edition=2024 sled-agent/resolvable-files/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9b80347daec051aa -C extra-filename=-a5f94283efc0e518 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-263f7112b196b016.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rmeta --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-f39b3768afebd3c9.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-48e2f271cd55ed96.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/usr/lib/amd64`
54712026-09-15T03:50:21.067Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
54722026-09-15T03:50:21.070Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_measurements --edition=2024 sled-agent/measurements/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=bc2e52cd9eb2067e -C extra-filename=-aac489304b10c579 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-0dffbe3aa872bc8e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-f39b3768afebd3c9.rmeta --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-a5f94283efc0e518.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-69b7b5ef8aa13716.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/usr/lib/amd64`
54732026-09-15T03:50:21.260Z Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
54742026-09-15T03:50:21.264Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2024 wicket-dbg/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=01a9fc30463efb4c -C extra-filename=-6efcb3b1ad7bc270 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ddef13110ccf1ec1.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-61e47cdc915178e8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-4b2d53e65fcfcc61.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-67863f9306e58aa0.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-871ca52727e048ba.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/usr/lib/amd64`
54752026-09-15T03:50:21.745Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_resolvable_files --edition=2024 sled-agent/resolvable-files/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6eace95a27eaa834 -C extra-filename=-4167054cf92ffa41 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-67a3b3045f1afe78.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-b1fab63ab540fe54.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-263f7112b196b016.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-f39b3768afebd3c9.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-ef99430041e0a6e7.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-48e2f271cd55ed96.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/usr/lib/amd64`
54762026-09-15T03:50:21.745Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_measurements --edition=2024 sled-agent/measurements/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=de53336145459ecb -C extra-filename=-f269376e22c41b2d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-0dffbe3aa872bc8e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-f39b3768afebd3c9.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-a5f94283efc0e518.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-69b7b5ef8aa13716.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/usr/lib/amd64`
54772026-09-15T03:50:21.777Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
54782026-09-15T03:50:21.811Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name trust_quorum --edition=2024 trust-quorum/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=849bef73f56bd0eb -C extra-filename=-fab08f9a0ae42703 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c9d5b4c6c8a4a186.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-272df1a36bbcb959.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ddef13110ccf1ec1.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-071196465dd7522c.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-093510bda85b835d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-95edfa4d5112085a.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-40be45cc1061c5ce.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-605610ac2edb8b90.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-520e79432e611323.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rmeta --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-aac489304b10c579.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-6db62e69810c44c9.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-bfc5ccdff2db0195.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2d4823f85931691.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-c1e17c7b534315f1.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54792026-09-15T03:50:23.579Z Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
54802026-09-15T03:50:23.582Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_bootstrap_common --edition=2024 sled-agent/bootstrap-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=38292edd4ec07c92 -C extra-filename=-691cc3586695174c --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-c9d5b4c6c8a4a186.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-40be45cc1061c5ce.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-f39b3768afebd3c9.rmeta --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-aac489304b10c579.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-6db62e69810c44c9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-fab08f9a0ae42703.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54812026-09-15T03:50:24.421Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg_server --edition=2024 wicket-dbg/src/bin/wicket-dbg-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=640c239890e5fe76 -C extra-filename=-d3c518c95b6e193a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ddef13110ccf1ec1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-61e47cdc915178e8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-4b2d53e65fcfcc61.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-67863f9306e58aa0.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-871ca52727e048ba.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-6efcb3b1ad7bc270.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/usr/lib/amd64`
54822026-09-15T03:50:24.425Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2024 wicket/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c9fb1e4664d0e431 -C extra-filename=-6d2caa2f8e6330ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-5fed5a6df06ab157.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-c7927cdb9847c108.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ddef13110ccf1ec1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-61e47cdc915178e8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-fd773f1aaff6b9ea.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-df56548816dd36a4.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-2103a7c365bf290e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-a07bfbf502fff96e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-308f0204c87e6f29.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d04f08a445a4a0f4.rlib --extern oxide_update_engine_display=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_display-e01802dea79c318f.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-dc0a97fda5ff008b.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-a1bb2c688165151e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-861635f841a91ff3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-41deb9e6efae2e1b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-67863f9306e58aa0.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-97cd1b190f753ebd.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-ffb315459a2ad208.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-00ef578645e692ad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4e06b03adca01890.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-f21c1d627623f3ff.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-4381840504f9de7e.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-674b2067a95aac83.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-ac02d16f97a48ace.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-871ca52727e048ba.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-69b02c54136b24db.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-65fe4ddb7efb00da.rlib --extern wicketd_commission_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_client-de61c95e0e74c00c.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-799da414e29dd935.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/usr/lib/amd64`
54832026-09-15T03:50:24.425Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2024 wicket/src/bin/wicket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b1fef696ce19a40a -C extra-filename=-9c3875a8f7c7a0aa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-5fed5a6df06ab157.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-c7927cdb9847c108.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ddef13110ccf1ec1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-61e47cdc915178e8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-fd773f1aaff6b9ea.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-df56548816dd36a4.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-2103a7c365bf290e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-a07bfbf502fff96e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-308f0204c87e6f29.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d04f08a445a4a0f4.rlib --extern oxide_update_engine_display=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_display-e01802dea79c318f.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-dc0a97fda5ff008b.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-a1bb2c688165151e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-861635f841a91ff3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-41deb9e6efae2e1b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-67863f9306e58aa0.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-97cd1b190f753ebd.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-ffb315459a2ad208.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-00ef578645e692ad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4e06b03adca01890.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-f21c1d627623f3ff.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-4381840504f9de7e.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-674b2067a95aac83.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-ac02d16f97a48ace.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-871ca52727e048ba.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-69b02c54136b24db.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-65fe4ddb7efb00da.rlib --extern wicketd_commission_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_client-de61c95e0e74c00c.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-799da414e29dd935.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/usr/lib/amd64`
54842026-09-15T03:50:24.452Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2024 wicket/src/bin/wicket.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=66514cc3973d3431 -C extra-filename=-549180066876e834 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-c7927cdb9847c108.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ddef13110ccf1ec1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-61e47cdc915178e8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-fd773f1aaff6b9ea.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-df56548816dd36a4.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-2103a7c365bf290e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-308f0204c87e6f29.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d04f08a445a4a0f4.rlib --extern oxide_update_engine_display=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_display-e01802dea79c318f.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-dc0a97fda5ff008b.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-a1bb2c688165151e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-861635f841a91ff3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-41deb9e6efae2e1b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-67863f9306e58aa0.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-97cd1b190f753ebd.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-ffb315459a2ad208.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-00ef578645e692ad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4e06b03adca01890.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-f21c1d627623f3ff.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-4381840504f9de7e.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-674b2067a95aac83.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-ac02d16f97a48ace.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-871ca52727e048ba.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-69b02c54136b24db.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-65fe4ddb7efb00da.rlib --extern wicketd_commission_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_client-de61c95e0e74c00c.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-799da414e29dd935.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/usr/lib/amd64`
54852026-09-15T03:50:24.456Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2024 wicket-dbg/src/bin/wicket-dbg.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=371c50b1dacaa152 -C extra-filename=-e7f13cb332c90f94 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ddef13110ccf1ec1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-61e47cdc915178e8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-4b2d53e65fcfcc61.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-67863f9306e58aa0.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-871ca52727e048ba.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-6efcb3b1ad7bc270.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/usr/lib/amd64`
54862026-09-15T03:50:24.456Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2024 wicket-dbg/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a0fd2561b417ee5e -C extra-filename=-e3fcf6cfdb1efcb7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ddef13110ccf1ec1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-61e47cdc915178e8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-4b2d53e65fcfcc61.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-67863f9306e58aa0.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-871ca52727e048ba.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/usr/lib/amd64`
54872026-09-15T03:50:27.996Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2024 wicketd/src/bin/wicketd.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=01c0230c545c3b6d -C extra-filename=-1bf013dac26ac755 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-58127f285db477d8.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8b7b2e9ebde7c257.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-c7927cdb9847c108.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-071196465dd7522c.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-5ec1cd83469ea280.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-95ea99b300116b1f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-2f892cc0986a716b.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-039c0a5661b362fd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a6c3252379a66c5.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ee2e4ac302948d5f.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-e435e3425619f276.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b21f4539bd46e3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-11326159470257f9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-5593d1ace53ba040.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-78480e2ceb8e8e17.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-f39885e8bddc449b.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-276500baa0bff1a7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0198ea1645c31763.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-308f0204c87e6f29.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-2e33ca5688288ea7.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-dc0a97fda5ff008b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-295dbb2fcc65f679.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4e06b03adca01890.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-213efebf5ce581a0.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-4381840504f9de7e.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-6ab79d5f5b3744f5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-69b02c54136b24db.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-f188dbc4c516caae.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-8fe89915b0d6bb77.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-65fe4ddb7efb00da.rlib --extern wicketd_commission_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_api-c3a509c6e1f0226d.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-799da414e29dd935.rlib --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-e955a7c59701a788.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/usr/lib/amd64`
54882026-09-15T03:50:29.227Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_bootstrap_common --edition=2024 sled-agent/bootstrap-common/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=12bc330b7fb605d3 -C extra-filename=-2f3aa7a488e4023f --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-c9d5b4c6c8a4a186.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-40be45cc1061c5ce.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-f39b3768afebd3c9.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-aac489304b10c579.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-6db62e69810c44c9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-fab08f9a0ae42703.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
54892026-09-15T03:50:30.451Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
54902026-09-15T03:50:30.451Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
54912026-09-15T03:50:30.455Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
54922026-09-15T03:50:30.455Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
54932026-09-15T03:50:30.455Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
54942026-09-15T03:50:30.455Z Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
54952026-09-15T03:50:30.455Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
54962026-09-15T03:50:30.455Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
54972026-09-15T03:50:30.455Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
54982026-09-15T03:50:30.455Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
54992026-09-15T03:50:30.455Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
55002026-09-15T03:50:30.455Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_config --edition=2024 nexus-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8dbb4b742035c819 -C extra-filename=-8b3f418faa0fe246 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-b38ea0edf80b482b.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-520e79432e611323.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8abc38b4608f96b7.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
55012026-09-15T03:50:30.455Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_blippy --edition=2024 nexus/reconfigurator/blippy/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=91306f19d41ab04b -C extra-filename=-864416d6dc8c2378 --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-24d120d0be1e546f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
55022026-09-15T03:50:30.455Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_multirack_join --edition=2024 sled-agent/multirack-join/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b2bcff3d6cb36c4f -C extra-filename=-a84b369527e17f31 --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-c9d5b4c6c8a4a186.rmeta --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8b7b2e9ebde7c257.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0198ea1645c31763.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-40be45cc1061c5ce.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern sled_agent_bootstrap_common=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_bootstrap_common-691cc3586695174c.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-48e2f271cd55ed96.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-bfc5ccdff2db0195.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rmeta --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-fab08f9a0ae42703.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-c1e17c7b534315f1.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55032026-09-15T03:50:30.484Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_switch_config --edition=2024 nexus/switch-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e1baff7666ecb4f8 -C extra-filename=-acdd857e4a411278 --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-b675906a731ff7f3.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-384b5883c9cfe350.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
55042026-09-15T03:50:30.489Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_lockstep_api --edition=2024 nexus/lockstep-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=32b7708cc776e726 -C extra-filename=-9b720a3debdec737 --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-b17bf89810c1c282.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rmeta --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-e2a7c84c02d554af.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
55052026-09-15T03:50:30.489Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_external_api --edition=2024 nexus/external-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4fe6c30866be2a77 -C extra-filename=-33c09537eb2e1a2d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-18828d6033a378fd.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-34e761c9cdad863d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-11326159470257f9.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-384b5883c9cfe350.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rmeta --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-e2a7c84c02d554af.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-43c55b0f49f9feb6.rmeta --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-2e4fa4ce9c3d6466.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-bfbe0f064f22962b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-bac9ed1fab7e3a17.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
55062026-09-15T03:50:30.489Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_internal_api --edition=2024 nexus/internal-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0806d0f64de3e199 -C extra-filename=-6c4c44956cf2af5d --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-b17bf89810c1c282.rmeta --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-34e761c9cdad863d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-69b7b5ef8aa13716.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
55072026-09-15T03:50:30.489Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_mgs_updates --edition=2024 nexus/mgs-updates/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5815c4b9b055da35 -C extra-filename=-080045aec0041107 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a6c3252379a66c5.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ee2e4ac302948d5f.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-e08130b483600558.rmeta --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-9bde9270cd06758b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2d667dc97a18a72b.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-295dbb2fcc65f679.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4e06b03adca01890.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
55082026-09-15T03:50:30.489Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_lockstep_client --edition=2024 clients/nexus-lockstep-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f60bd752b09c396b -C extra-filename=-db1710f1650e299a --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-8b7b2e9ebde7c257.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-308f0204c87e6f29.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-69b7b5ef8aa13716.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
55092026-09-15T03:50:30.491Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_inventory --edition=2024 nexus/inventory/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2c402aa173759593 -C extra-filename=-e1ed9732e870e072 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-6ec0adb6282304ce.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-49012faef9cfca90.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-30b3c1f4285918db.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-77736f3c35d4a4b8.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-3258c8f25334bd1d.rmeta --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a6c3252379a66c5.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ee2e4ac302948d5f.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-e00ed5c798a2111b.rmeta --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-473a2e16de50744b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2d667dc97a18a72b.rmeta --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-ef99430041e0a6e7.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-69b7b5ef8aa13716.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2c98d7798085936d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-ca4fd7d34de77f0d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64`
55102026-09-15T03:50:30.522Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2024 sp-sim/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8ebcacd4b72d52a0 -C extra-filename=-fb99f6102bff0d81 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-1643cac886a4cb17.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ee2e4ac302948d5f.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-bea3e5c996983297.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-70d26705e78829f0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-48770e0d4bd83061.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-a2fb83154a192d98.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
55112026-09-15T03:50:30.525Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_client --edition=2024 clients/nexus-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=de48a148c889e406 -C extra-filename=-43c2876563805539 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-69b7b5ef8aa13716.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
55122026-09-15T03:50:30.525Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_fm_slippy --edition=2024 nexus/fm/slippy/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7f0fa398feaf0ad0 -C extra-filename=-8d5b6396c8d07aad --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-24d120d0be1e546f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
55132026-09-15T03:50:32.474Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
55142026-09-15T03:50:32.479Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_test_utils --edition=2024 test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="seed-gen"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("seed-gen"))' -C metadata=ee1dfd3a4b37ee5e -C extra-filename=-cd95c326d4cfd49e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-30d6cf26f3e64a88.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-642f432538a6b2f9.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f7a1adc56f8899f4.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-8b3f418faa0fe246.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_debug_dropbox=/work/oxidecomputer/omicron/target/debug/deps/libomicron_debug_dropbox-decbc3119b08a51b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-bad34ca77d4ced2b.rmeta --extern port_file=/work/oxidecomputer/omicron/target/debug/deps/libport_file-ee72e95af4dd1c2b.rmeta --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-2a5a4d2fbeb7e66b.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a00b12ef41f33166.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-bb0402933484d4f9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8abc38b4608f96b7.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-32d617f53e2154a1.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
55152026-09-15T03:50:32.479Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_model --edition=2024 nexus/db-model/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=95c37a68f3c23cde -C extra-filename=-fc2050e702e33a49 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-30b3c1f4285918db.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-77736f3c35d4a4b8.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-d66d3c58f97391b4.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-b204df21dbd8d7dd.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ce52d0252545829b.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8a3ae8e67452c024.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-384b5883c9cfe350.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-8a4ad75520c58904.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-8b3f418faa0fe246.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4cf12e333f64223c.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-0c3679e3b54107c0.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-276500baa0bff1a7.rmeta --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-473a2e16de50744b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rmeta --extern omicron_git_version=/work/oxidecomputer/omicron/target/debug/deps/libomicron_git_version-5b2cf2f904c73b41.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-308f0204c87e6f29.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c9efdcc507723cfe.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5f249a94a98632d0.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2d667dc97a18a72b.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-157f651173c250bf.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-c1e17c7b534315f1.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
55162026-09-15T03:50:32.618Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
55172026-09-15T03:50:32.618Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
55182026-09-15T03:50:32.622Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer --edition=2024 oximeter/producer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=29b48b735db11ccb -C extra-filename=-a65c8c7600e26b16 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-2f892cc0986a716b.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-43c2876563805539.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da9b92cb69636995.rmeta --extern oximeter_producer_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer_api-43b8a3dcf5a20239.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
55192026-09-15T03:50:32.622Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_collector --edition=2024 oximeter/collector/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d306e9a2348b1e85 -C extra-filename=-cb4a17a81ac15ff9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-43c2876563805539.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da9b92cb69636995.rmeta --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-0b8d89d016cf2652.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8deb29f318ec0137.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-33d3def4429cf461.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f9e0c08ad6cf3608.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-e08130b483600558.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
55202026-09-15T03:50:32.682Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
55212026-09-15T03:50:32.686Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_planning --edition=2024 nexus/reconfigurator/planning/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c9720ece5b9a76c9 -C extra-filename=-9cfeeecb2fd17e1c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-30b3c1f4285918db.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-77736f3c35d4a4b8.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-071196465dd7522c.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a6c3252379a66c5.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-df56548816dd36a4.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-b38ea0edf80b482b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-8b3f418faa0fe246.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e1ed9732e870e072.rmeta --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-864416d6dc8c2378.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0875c71ea664a892.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2d667dc97a18a72b.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-fb99f6102bff0d81.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-bfc5ccdff2db0195.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2c98d7798085936d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-6ab79d5f5b3744f5.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-ca4fd7d34de77f0d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64`
55222026-09-15T03:50:33.487Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_lockstep_client --edition=2024 clients/nexus-lockstep-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=33fc8d0416b98e28 -C extra-filename=-196deab77313e58e --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-8b7b2e9ebde7c257.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-308f0204c87e6f29.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-69b7b5ef8aa13716.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
55232026-09-15T03:50:33.491Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_model --edition=2024 nexus/db-model/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d46dd1084fa6df7e -C extra-filename=-56a809dabd7223bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-30b3c1f4285918db.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-77736f3c35d4a4b8.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-d66d3c58f97391b4.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-b204df21dbd8d7dd.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ce52d0252545829b.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8a3ae8e67452c024.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-384b5883c9cfe350.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-8a4ad75520c58904.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-8b3f418faa0fe246.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4cf12e333f64223c.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-0c3679e3b54107c0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-276500baa0bff1a7.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-473a2e16de50744b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_git_version=/work/oxidecomputer/omicron/target/debug/deps/libomicron_git_version-5b2cf2f904c73b41.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-308f0204c87e6f29.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c9efdcc507723cfe.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5f249a94a98632d0.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2d667dc97a18a72b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-3e02eeda53569a7d.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-157f651173c250bf.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-c1e17c7b534315f1.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
55242026-09-15T03:50:33.491Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_external_api --edition=2024 nexus/external-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1bb9222e17cab539 -C extra-filename=-ea1a5df5973783cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-18828d6033a378fd.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-34e761c9cdad863d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-11326159470257f9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-384b5883c9cfe350.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-e2a7c84c02d554af.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-43c55b0f49f9feb6.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-2e4fa4ce9c3d6466.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-bfbe0f064f22962b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-bac9ed1fab7e3a17.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
55252026-09-15T03:50:33.521Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2024 sp-sim/src/bin/sp-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b3bf87f65417c01a -C extra-filename=-e1372dd23bd6e440 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-1643cac886a4cb17.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ee2e4ac302948d5f.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-bea3e5c996983297.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-70d26705e78829f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-48770e0d4bd83061.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-fb99f6102bff0d81.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-a2fb83154a192d98.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
55262026-09-15T03:50:33.526Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2024 sp-sim/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=99d838d692fd3034 -C extra-filename=-853c4bda93820208 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-1643cac886a4cb17.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ee2e4ac302948d5f.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-bea3e5c996983297.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-70d26705e78829f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-48770e0d4bd83061.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-a2fb83154a192d98.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
55272026-09-15T03:50:33.526Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_test_utils --edition=2024 test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="seed-gen"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("seed-gen"))' -C metadata=3e16d2affbb00258 -C extra-filename=-0c31530918ff10d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-30d6cf26f3e64a88.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-642f432538a6b2f9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-4d70db72340caa1d.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f7a1adc56f8899f4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-8b3f418faa0fe246.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_debug_dropbox=/work/oxidecomputer/omicron/target/debug/deps/libomicron_debug_dropbox-decbc3119b08a51b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-bad34ca77d4ced2b.rlib --extern port_file=/work/oxidecomputer/omicron/target/debug/deps/libport_file-ee72e95af4dd1c2b.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-2a5a4d2fbeb7e66b.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a00b12ef41f33166.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-bb0402933484d4f9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8abc38b4608f96b7.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-32d617f53e2154a1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
55282026-09-15T03:50:33.526Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_switch_config --edition=2024 nexus/switch-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f0726aa848ab7231 -C extra-filename=-5260c94e9e6c467a --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-b675906a731ff7f3.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-384b5883c9cfe350.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
55292026-09-15T03:50:33.526Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_internal_api --edition=2024 nexus/internal-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=17c0d7f1e4095d8d -C extra-filename=-60a63baa5906bdea --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-b17bf89810c1c282.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-34e761c9cdad863d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-69b7b5ef8aa13716.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
55302026-09-15T03:50:33.558Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_config --edition=2024 nexus-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ebd9282b71e21ad6 -C extra-filename=-982e14232c8e73c6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-b38ea0edf80b482b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-b1fab63ab540fe54.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-520e79432e611323.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8abc38b4608f96b7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
55312026-09-15T03:50:33.563Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_lockstep_api --edition=2024 nexus/lockstep-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=63ad137a84ab33ef -C extra-filename=-812b10008b76e263 --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-b17bf89810c1c282.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-e2a7c84c02d554af.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
55322026-09-15T03:50:33.563Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_client --edition=2024 clients/nexus-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=800fad43b76d743f -C extra-filename=-ef1b87e3899bd3e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-69b7b5ef8aa13716.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
55332026-09-15T03:50:33.927Z Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
55342026-09-15T03:50:33.930Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_sp_updater --edition=2024 dev-tools/reconfigurator-sp-updater/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f7393527cb96678a -C extra-filename=-04e0bd9f0cfd7c91 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a6c3252379a66c5.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-fd773f1aaff6b9ea.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-080045aec0041107.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-3229c7476200d5ef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-e08130b483600558.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2c98d7798085936d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
55352026-09-15T03:50:33.963Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
55362026-09-15T03:50:33.966Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_gateway --edition=2024 gateway/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e5a6b8708f428e86 -C extra-filename=-d235ea634cb9c687 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8a3ae8e67452c024.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-51781be733b3cd37.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ee2e4ac302948d5f.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-1558fb88833fdf6b.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rmeta --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-a8dc07033505663f.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-11326159470257f9.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-4212176f06f6884a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da9b92cb69636995.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d2af3962a96e0632.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-a65c8c7600e26b16.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95c60d69048b2f72.rmeta --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-b508a3ff452e0310.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-295dbb2fcc65f679.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-d7104470457fdb4a.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-904d443341801caf.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
55372026-09-15T03:50:34.072Z Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
55382026-09-15T03:50:34.075Z Compiling omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
55392026-09-15T03:50:34.075Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_test_utils --edition=2024 oximeter/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ddcd29752537f0d6 -C extra-filename=-f7d09d4b8fdfeb45 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-db5342acb6fe432a.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-33d3def4429cf461.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-44c0fadb440b6ad0.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f9e0c08ad6cf3608.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
55402026-09-15T03:50:34.075Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev_lib --edition=2024 dev-tools/omicron-dev-lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=435538bb47c241af -C extra-filename=-f7a5357cb15e97be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
55412026-09-15T03:50:34.711Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
55422026-09-15T03:50:34.716Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_resolver --edition=2024 internal-dns/resolver/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1896b55b186f8d3a -C extra-filename=-27e0ea176f77d7e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d89d3e39900a35ba.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-a219aaceba12a206.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-3258c8f25334bd1d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-2d97cea01ac59601.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-e435e3425619f276.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-e08130b483600558.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a6be62d9bf577b0a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
55432026-09-15T03:50:34.716Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2024 installinator/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-standard"))' -C metadata=a01a37e603446ced -C extra-filename=-9e719101f95da9b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-c7927cdb9847c108.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-5b93e87315b42afc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-5ec1cd83469ea280.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4eb8e677ff21afe8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-666be0b46fcb67b0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-370f36ab7d93d20f.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-387a22574bb3e814.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-78480e2ceb8e8e17.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-4212176f06f6884a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0198ea1645c31763.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-2e33ca5688288ea7.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-dc0a97fda5ff008b.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-bfbccd347f884efa.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-918e3c4e893e5650.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-48e2f271cd55ed96.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-67863f9306e58aa0.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c95b470fa7fe6268.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-bb0402933484d4f9.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-295dbb2fcc65f679.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
55442026-09-15T03:50:34.718Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name crdb_seed --edition=2024 dev-tools/crdb-seed/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1a1cf6b519443c4e -C extra-filename=-909cce9cbd1d05af --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
55452026-09-15T03:50:34.718Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2024 dns-server/src/bin/dns-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=56330ae06c565d7b -C extra-filename=-496f6f073ca36d9a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d89d3e39900a35ba.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-a219aaceba12a206.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-3258c8f25334bd1d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-c0e46548126dbb6f.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-2d97cea01ac59601.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-e435e3425619f276.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-e33e4b6bdcfe4e2c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-b826120dac283883.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-b2f36f2f8b96cae8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a6be62d9bf577b0a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
55462026-09-15T03:50:34.747Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name basic_test --edition=2024 dns-server/tests/basic_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=68acb4984c6003bd -C extra-filename=-9a342894fb02e543 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d89d3e39900a35ba.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-a219aaceba12a206.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-3258c8f25334bd1d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-c0e46548126dbb6f.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-2d97cea01ac59601.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-e435e3425619f276.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-e33e4b6bdcfe4e2c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-b826120dac283883.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-b2f36f2f8b96cae8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a6be62d9bf577b0a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
55472026-09-15T03:50:34.755Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name cross_version_test --edition=2024 dns-server/tests/cross_version_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=50e183571536cd61 -C extra-filename=-52a730bfb18ce569 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d89d3e39900a35ba.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-a219aaceba12a206.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-3258c8f25334bd1d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-c0e46548126dbb6f.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-2d97cea01ac59601.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-e435e3425619f276.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-e33e4b6bdcfe4e2c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-b826120dac283883.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-b2f36f2f8b96cae8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a6be62d9bf577b0a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
55482026-09-15T03:50:34.926Z Compiling oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
55492026-09-15T03:50:34.929Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_load_test --edition=2024 dev-tools/oximeter-load-test/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=96e4764738cae74b -C extra-filename=-9908b6a764cf816a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da9b92cb69636995.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-a65c8c7600e26b16.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f9e0c08ad6cf3608.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
55502026-09-15T03:50:34.963Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name trust_quorum_protocol --edition=2024 trust-quorum/protocol/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="danger_partial_eq_ct_wrapper"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("danger_partial_eq_ct_wrapper", "testing"))' -C metadata=83ae9869c8de2fac -C extra-filename=-cb1f10f2a859ce44 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern attest_mock=/work/oxidecomputer/omicron/target/debug/deps/libattest_mock-1d642684dee12cfe.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c9d5b4c6c8a4a186.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-272df1a36bbcb959.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ddef13110ccf1ec1.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-093510bda85b835d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-95edfa4d5112085a.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-605610ac2edb8b90.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-520e79432e611323.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-bfc5ccdff2db0195.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2d4823f85931691.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-e7bc8e0a36422782.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
55512026-09-15T03:50:35.001Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name test_db_dev --edition=2024 dev-tools/db-dev/tests/test-db-dev.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7980cd7a4863f36b -C extra-filename=-9607ec54338140c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-f7a5357cb15e97be.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-b508a3ff452e0310.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8abc38b4608f96b7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/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`
55522026-09-15T03:50:35.668Z Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
55532026-09-15T03:50:35.687Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_simulation --edition=2024 nexus/reconfigurator/simulation/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8848993bb1a330cb -C extra-filename=-2323cb99ca17c3d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-a8f9954c45614da6.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-df56548816dd36a4.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e1ed9732e870e072.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-9cfeeecb2fd17e1c.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-8f58feeaf26c417d.rmeta --extern renderdag=/work/oxidecomputer/omicron/target/debug/deps/librenderdag-f173005ec0208e29.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2c98d7798085936d.rmeta --extern sync_ptr=/work/oxidecomputer/omicron/target/debug/deps/libsync_ptr-2e2b03c0efad02e5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-ca4fd7d34de77f0d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64`
55542026-09-15T03:50:35.800Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_collector --edition=2024 oximeter/collector/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=855fb93328b668fc -C extra-filename=-020091d19204694e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-6b965b52841a5d7f.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-43c2876563805539.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-19bb5731071ccc1e.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-43c55b0f49f9feb6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da9b92cb69636995.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-0b8d89d016cf2652.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8deb29f318ec0137.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-33d3def4429cf461.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-f7d09d4b8fdfeb45.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f9e0c08ad6cf3608.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-e08130b483600558.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
55552026-09-15T03:50:35.901Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name integration_test --edition=2024 oximeter/db/tests/integration_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=f6e94f1dbc493f0a -C extra-filename=-ede84c58d8b32359 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-75cb42a0302df866.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-d556d7463a7a2410.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-707cf7ae1ceaebe2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-30b3c1f4285918db.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-db5342acb6fe432a.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-5d1b38cab6734332.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-7c377b1087dd1298.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-61e47cdc915178e8.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-071196465dd7522c.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-5ec1cd83469ea280.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-4d70db72340caa1d.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-658572f76e1ddc59.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-5c37a5d9e78cfea7.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-df56548816dd36a4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-31ca6af593560390.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-b3150182fe3bc4ee.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da9b92cb69636995.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-33d3def4429cf461.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-f7d09d4b8fdfeb45.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-bfbe0f064f22962b.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c9efdcc507723cfe.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-4bb85d1c428edf33.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-e08130b483600558.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-4b2d53e65fcfcc61.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-1ea6cc65d5ea8f9f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-dc21c1405a9aeacb.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-3e02eeda53569a7d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-ffb315459a2ad208.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-1b7c5f56218e24e6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4e06b03adca01890.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
55562026-09-15T03:50:35.938Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_server --edition=2024 clickhouse-admin/src/bin/clickhouse-admin-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=36b12bfe1ba86a98 -C extra-filename=-fe8b01a5e4387682 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-707cf7ae1ceaebe2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-a43aa449d59a6cd2.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-2b2ce2d04192b55a.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-30b3c1f4285918db.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-db5342acb6fe432a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-039c0a5661b362fd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-9dc4a2e221815707.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-19bb5731071ccc1e.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-43c55b0f49f9feb6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da9b92cb69636995.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-33d3def4429cf461.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-f7d09d4b8fdfeb45.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8abc38b4608f96b7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-72f8271b6a33c915.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
55572026-09-15T03:50:36.004Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_single --edition=2024 clickhouse-admin/src/bin/clickhouse-admin-single.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c009a805f7e2fec7 -C extra-filename=-0412b87b6a151512 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-707cf7ae1ceaebe2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-a43aa449d59a6cd2.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-2b2ce2d04192b55a.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-30b3c1f4285918db.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-db5342acb6fe432a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-039c0a5661b362fd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-9dc4a2e221815707.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-19bb5731071ccc1e.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-43c55b0f49f9feb6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da9b92cb69636995.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-33d3def4429cf461.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-f7d09d4b8fdfeb45.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8abc38b4608f96b7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-72f8271b6a33c915.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
55582026-09-15T03:50:36.542Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name integration_test --edition=2024 clickhouse-admin/tests/integration_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a704fe41169b4160 -C extra-filename=-e107debdaf5a704b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-707cf7ae1ceaebe2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-a43aa449d59a6cd2.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-2b2ce2d04192b55a.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-30b3c1f4285918db.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-db5342acb6fe432a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-039c0a5661b362fd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-9dc4a2e221815707.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-19bb5731071ccc1e.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-43c55b0f49f9feb6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da9b92cb69636995.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-33d3def4429cf461.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-f7d09d4b8fdfeb45.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8abc38b4608f96b7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-72f8271b6a33c915.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
55592026-09-15T03:50:36.687Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_keeper --edition=2024 clickhouse-admin/src/bin/clickhouse-admin-keeper.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d22d07c219d25a71 -C extra-filename=-fb8d89a5e5ccdb50 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-707cf7ae1ceaebe2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-a43aa449d59a6cd2.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-2b2ce2d04192b55a.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-30b3c1f4285918db.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-db5342acb6fe432a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-039c0a5661b362fd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-9dc4a2e221815707.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-19bb5731071ccc1e.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-43c55b0f49f9feb6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da9b92cb69636995.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-33d3def4429cf461.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-f7d09d4b8fdfeb45.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8abc38b4608f96b7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-72f8271b6a33c915.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
55602026-09-15T03:50:36.898Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_clickhouse_admin --edition=2024 clickhouse-admin/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d9e5bc8e638fc6a1 -C extra-filename=-19f3dda611e00792 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-707cf7ae1ceaebe2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-a43aa449d59a6cd2.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-2b2ce2d04192b55a.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-30b3c1f4285918db.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-db5342acb6fe432a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-039c0a5661b362fd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-19bb5731071ccc1e.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-43c55b0f49f9feb6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da9b92cb69636995.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-33d3def4429cf461.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-f7d09d4b8fdfeb45.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8abc38b4608f96b7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-72f8271b6a33c915.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
55612026-09-15T03:50:37.206Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli --edition=2024 dev-tools/reconfigurator-cli/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=153ebcd75476a6e5 -C extra-filename=-486db2be12acbdc1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f1187bf1a109a946.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-32e11cbbb0cbd818.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-fd773f1aaff6b9ea.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-a8f9954c45614da6.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-0971dfdbc3426724.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e1ed9732e870e072.rmeta --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-864416d6dc8c2378.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-9cfeeecb2fd17e1c.rmeta --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-2323cb99ca17c3d6.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rmeta --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-3229c7476200d5ef.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2c98d7798085936d.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-ffb315459a2ad208.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rmeta --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-6ab79d5f5b3744f5.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/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`
55622026-09-15T03:50:37.278Z Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
55632026-09-15T03:50:37.281Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_cluster_dev --edition=2024 dev-tools/clickhouse-cluster-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ac9d556fe3ef3ab4 -C extra-filename=-6f0992ee810616fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-2b2ce2d04192b55a.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-db5342acb6fe432a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-33d3def4429cf461.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-f7d09d4b8fdfeb45.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-fc9e674395cc0336.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/usr/lib/amd64`
55642026-09-15T03:50:37.391Z Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
55652026-09-15T03:50:37.394Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dropshot_apis --edition=2024 dev-tools/dropshot-apis/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b0fb5f9d7eb620c3 -C extra-filename=-034878389b80bb93 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-f5d7f573e387067a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-a43aa449d59a6cd2.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-94318733bb2785ff.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-a219aaceba12a206.rlib --extern dropshot_api_manager=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager-0150e7a894b22183.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-34e761c9cdad863d.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-51781be733b3cd37.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-5593d1ace53ba040.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-33c09537eb2e1a2d.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-6c4c44956cf2af5d.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-9b720a3debdec737.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-11e72818ab888189.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-19bb5731071ccc1e.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-43c55b0f49f9feb6.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-0b8d89d016cf2652.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-fcfed21e523e97a9.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-088aca85d188eb59.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-8fe89915b0d6bb77.rlib --extern wicketd_commission_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_api-c3a509c6e1f0226d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
55662026-09-15T03:50:37.572Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name oxdb --edition=2024 oximeter/db/src/bin/oxdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=b92d985aa2f2856f -C extra-filename=-45771351531b5006 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-75cb42a0302df866.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-d556d7463a7a2410.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-707cf7ae1ceaebe2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-30b3c1f4285918db.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-db5342acb6fe432a.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-5d1b38cab6734332.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-7c377b1087dd1298.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-61e47cdc915178e8.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-071196465dd7522c.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-5ec1cd83469ea280.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-4d70db72340caa1d.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-658572f76e1ddc59.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-5c37a5d9e78cfea7.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-df56548816dd36a4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-31ca6af593560390.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-b3150182fe3bc4ee.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da9b92cb69636995.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-33d3def4429cf461.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-f7d09d4b8fdfeb45.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-bfbe0f064f22962b.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c9efdcc507723cfe.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-4bb85d1c428edf33.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-e08130b483600558.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-4b2d53e65fcfcc61.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-1ea6cc65d5ea8f9f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-dc21c1405a9aeacb.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-3e02eeda53569a7d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-ffb315459a2ad208.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-1b7c5f56218e24e6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4e06b03adca01890.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
55672026-09-15T03:50:38.615Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
55682026-09-15T03:50:38.615Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_rack_setup --edition=2024 sled-agent/rack-setup/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1a458c0e618989e9 -C extra-filename=-450f9a0e1538ed9a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c9d5b4c6c8a4a186.rmeta --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8b7b2e9ebde7c257.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-5b93e87315b42afc.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-bbf2979e7369be72.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-3258c8f25334bd1d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rmeta --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-db1710f1650e299a.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-e00ed5c798a2111b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0198ea1645c31763.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-40be45cc1061c5ce.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern sled_agent_bootstrap_common=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_bootstrap_common-691cc3586695174c.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2d667dc97a18a72b.rmeta --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-f39b3768afebd3c9.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-48e2f271cd55ed96.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-bfc5ccdff2db0195.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rmeta --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-fab08f9a0ae42703.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-c1e17c7b534315f1.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55692026-09-15T03:50:38.697Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
55702026-09-15T03:50:38.702Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_test_utils --edition=2024 gateway-test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=360856086c7d55c1 -C extra-filename=-8eeef770103af252 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a6c3252379a66c5.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ee2e4ac302948d5f.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-d235ea634cb9c687.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-e08130b483600558.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-fb99f6102bff0d81.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
55712026-09-15T03:50:38.815Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_db --edition=2024 oximeter/db/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=947440e1ee5ea916 -C extra-filename=-ea8cace96fd9f757 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-75cb42a0302df866.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-d556d7463a7a2410.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-707cf7ae1ceaebe2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-30b3c1f4285918db.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-db5342acb6fe432a.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-5d1b38cab6734332.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-7c377b1087dd1298.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-61e47cdc915178e8.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-071196465dd7522c.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-5ec1cd83469ea280.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-4d70db72340caa1d.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-658572f76e1ddc59.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-5c37a5d9e78cfea7.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-df56548816dd36a4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-31ca6af593560390.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-b3150182fe3bc4ee.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da9b92cb69636995.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-f7d09d4b8fdfeb45.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-bfbe0f064f22962b.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c9efdcc507723cfe.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-4bb85d1c428edf33.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-e08130b483600558.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-4b2d53e65fcfcc61.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-1ea6cc65d5ea8f9f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-dc21c1405a9aeacb.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-3e02eeda53569a7d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-ffb315459a2ad208.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-1b7c5f56218e24e6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4e06b03adca01890.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
55722026-09-15T03:50:38.856Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_blippy --edition=2024 nexus/reconfigurator/blippy/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ce370ad0f16c5258 -C extra-filename=-b849c56a254cc9a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-b38ea0edf80b482b.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-9cfeeecb2fd17e1c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64`
55732026-09-15T03:50:39.418Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_simulation --edition=2024 nexus/reconfigurator/simulation/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=eddd4fafb4f989a7 -C extra-filename=-393787f0cd66d50c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-a8f9954c45614da6.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-df56548816dd36a4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e1ed9732e870e072.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-9cfeeecb2fd17e1c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-8f58feeaf26c417d.rlib --extern renderdag=/work/oxidecomputer/omicron/target/debug/deps/librenderdag-f173005ec0208e29.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2c98d7798085936d.rlib --extern sync_ptr=/work/oxidecomputer/omicron/target/debug/deps/libsync_ptr-2e2b03c0efad02e5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-ca4fd7d34de77f0d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64`
55742026-09-15T03:50:39.572Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli --edition=2024 dev-tools/reconfigurator-cli/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a55f5426698570c7 -C extra-filename=-eecbdad873bcaa27 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f1187bf1a109a946.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-4abb3ca6fb30ba71.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-32e11cbbb0cbd818.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-fd773f1aaff6b9ea.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-a8f9954c45614da6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-0971dfdbc3426724.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e1ed9732e870e072.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-864416d6dc8c2378.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-9cfeeecb2fd17e1c.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-2323cb99ca17c3d6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-3229c7476200d5ef.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2c98d7798085936d.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-ffb315459a2ad208.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-6ab79d5f5b3744f5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/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`
55752026-09-15T03:50:39.726Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name db_dev --edition=2024 dev-tools/db-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a1e91e754f2ac323 -C extra-filename=-48cb8972506f70ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-f7a5357cb15e97be.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-b508a3ff452e0310.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8abc38b4608f96b7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/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`
55762026-09-15T03:50:40.315Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_db_dump --edition=2024 dns-server/src/bin/dns-db-dump.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=88dbc5cd652e1662 -C extra-filename=-e8573dc2bda82182 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d89d3e39900a35ba.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-a219aaceba12a206.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-3258c8f25334bd1d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-c0e46548126dbb6f.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-2d97cea01ac59601.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-e435e3425619f276.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-e33e4b6bdcfe4e2c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-b826120dac283883.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-b2f36f2f8b96cae8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a6be62d9bf577b0a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
55772026-09-15T03:50:40.400Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_multirack_join --edition=2024 sled-agent/multirack-join/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b771007f649fe641 -C extra-filename=-a66c9a178defe778 --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-c9d5b4c6c8a4a186.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8b7b2e9ebde7c257.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0198ea1645c31763.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-40be45cc1061c5ce.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern sled_agent_bootstrap_common=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_bootstrap_common-691cc3586695174c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-48e2f271cd55ed96.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-bfc5ccdff2db0195.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-fab08f9a0ae42703.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-c1e17c7b534315f1.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55782026-09-15T03:50:41.206Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_sled_agent --edition=2024 sled-agent/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=1603e76bf4e3f55f -C extra-filename=-94b84189ec577910 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-30d6cf26f3e64a88.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c9d5b4c6c8a4a186.rmeta --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-f5d7f573e387067a.rmeta --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8b7b2e9ebde7c257.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-5b93e87315b42afc.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-30b3c1f4285918db.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-65f701cd80f5eac1.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-a0d7bce1927ddf41.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-82589cfa58309ddd.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-5ec1cd83469ea280.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4eb8e677ff21afe8.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-039c0a5661b362fd.rmeta --extern fmd_adm=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm-d246b2e056ea92c3.rmeta --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-32e11cbbb0cbd818.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b21f4539bd46e3.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-54ea2634f4c28de7.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-11326159470257f9.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-4fa200b3d02032b8.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-78480e2ceb8e8e17.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-384b5883c9cfe350.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-0dffbe3aa872bc8e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-43c2876563805539.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-8b3f418faa0fe246.rmeta --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-db1710f1650e299a.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-70d26705e78829f0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0198ea1645c31763.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rmeta --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-40be45cc1061c5ce.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-f7bbc109a87a1012.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da9b92cb69636995.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d2af3962a96e0632.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-a65c8c7600e26b16.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-bb89a29abdaf9acb.rmeta --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-6a8c9a146d75aba6.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-66a99f903956db63.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rmeta --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-39ead8f8ee1f9a10.rmeta --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-fcfed21e523e97a9.rmeta --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-9bde9270cd06758b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-605610ac2edb8b90.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95c60d69048b2f72.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-088aca85d188eb59.rmeta --extern sled_agent_bootstrap_common=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_bootstrap_common-691cc3586695174c.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2d667dc97a18a72b.rmeta --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-f39b3768afebd3c9.rmeta --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-e96eee16479a1622.rmeta --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-aac489304b10c579.rmeta --extern sled_agent_multirack_join=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_multirack_join-a84b369527e17f31.rmeta --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-450f9a0e1538ed9a.rmeta --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-a5f94283efc0e518.rmeta --extern sled_agent_scrimlet_reconcilers=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_scrimlet_reconcilers-5e2f7350981dc205.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-69b7b5ef8aa13716.rmeta --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-5add9b2c6d4edad1.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-918e3c4e893e5650.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-48e2f271cd55ed96.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c95b470fa7fe6268.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-fb99f6102bff0d81.rmeta --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-6db62e69810c44c9.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-bb0402933484d4f9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-b800997bcfce769b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-295dbb2fcc65f679.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4e06b03adca01890.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rmeta --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-67b1a21c2d505d83.rmeta --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-fab08f9a0ae42703.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-c1e17c7b534315f1.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rmeta --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-55633ce249dc36ab.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-32d617f53e2154a1.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-e02a3c7c21da7b34.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-904d443341801caf.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-8eae445cf48844a4.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/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`
55792026-09-15T03:50:41.777Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name cert_dev --edition=2024 dev-tools/cert-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=442b1f8e0c509bbe -C extra-filename=-1b8a02f1268e073a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-6cce0bc98f3e1f35.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-2a5a4d2fbeb7e66b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
55802026-09-15T03:50:42.493Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name test_cert_dev --edition=2024 dev-tools/cert-dev/tests/test-cert-dev.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=aa82f11a71673c0e -C extra-filename=-2d9ac97ebbfa2986 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-6cce0bc98f3e1f35.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-2a5a4d2fbeb7e66b.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
55812026-09-15T03:50:42.534Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_schema_updater --edition=2024 oximeter/collector/src/bin/clickhouse-schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=81b6c643500d7106 -C extra-filename=-575fe1ee51bfc471 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-43c2876563805539.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da9b92cb69636995.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-0b8d89d016cf2652.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8deb29f318ec0137.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-cb4a17a81ac15ff9.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-33d3def4429cf461.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f9e0c08ad6cf3608.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-e08130b483600558.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
55822026-09-15T03:50:43.038Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_rack_setup --edition=2024 sled-agent/rack-setup/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=394737d832a812a3 -C extra-filename=-b5bba0b532fc0875 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c9d5b4c6c8a4a186.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8b7b2e9ebde7c257.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-5b93e87315b42afc.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-bbf2979e7369be72.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-3258c8f25334bd1d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-db1710f1650e299a.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-864416d6dc8c2378.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-e00ed5c798a2111b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0198ea1645c31763.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-40be45cc1061c5ce.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-2a5a4d2fbeb7e66b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern sled_agent_bootstrap_common=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_bootstrap_common-691cc3586695174c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2d667dc97a18a72b.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-f39b3768afebd3c9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-48e2f271cd55ed96.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-bfc5ccdff2db0195.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-fab08f9a0ae42703.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-c1e17c7b534315f1.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55832026-09-15T03:50:43.250Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_sled_agent --edition=2024 sled-agent/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=0719c8fa1e5b9079 -C extra-filename=-92e36f0fc0f97d87 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-30d6cf26f3e64a88.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c9d5b4c6c8a4a186.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-f5d7f573e387067a.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8b7b2e9ebde7c257.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-5b93e87315b42afc.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-30b3c1f4285918db.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-65f701cd80f5eac1.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-a0d7bce1927ddf41.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-82589cfa58309ddd.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-5ec1cd83469ea280.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4eb8e677ff21afe8.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-039c0a5661b362fd.rlib --extern fmd_adm=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm-d246b2e056ea92c3.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-32e11cbbb0cbd818.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-2e8048fc49df56ba.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-666be0b46fcb67b0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b21f4539bd46e3.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-54ea2634f4c28de7.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-11326159470257f9.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-4fa200b3d02032b8.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-78480e2ceb8e8e17.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-384b5883c9cfe350.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-0dffbe3aa872bc8e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-43c2876563805539.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-8b3f418faa0fe246.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-db1710f1650e299a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-70d26705e78829f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0198ea1645c31763.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-40be45cc1061c5ce.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-f7bbc109a87a1012.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da9b92cb69636995.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d2af3962a96e0632.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-a65c8c7600e26b16.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-b1fab63ab540fe54.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-bb89a29abdaf9acb.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-6a8c9a146d75aba6.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-66a99f903956db63.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-39ead8f8ee1f9a10.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-fcfed21e523e97a9.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-9bde9270cd06758b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-605610ac2edb8b90.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95c60d69048b2f72.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-088aca85d188eb59.rlib --extern sled_agent_bootstrap_common=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_bootstrap_common-691cc3586695174c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2d667dc97a18a72b.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-f39b3768afebd3c9.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-e96eee16479a1622.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-aac489304b10c579.rlib --extern sled_agent_multirack_join=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_multirack_join-a84b369527e17f31.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-450f9a0e1538ed9a.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-a5f94283efc0e518.rlib --extern sled_agent_scrimlet_reconcilers=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_scrimlet_reconcilers-5e2f7350981dc205.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-69b7b5ef8aa13716.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-5add9b2c6d4edad1.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-918e3c4e893e5650.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-48e2f271cd55ed96.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c95b470fa7fe6268.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-fb99f6102bff0d81.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-6db62e69810c44c9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-bb0402933484d4f9.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-b800997bcfce769b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-295dbb2fcc65f679.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4e06b03adca01890.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-67b1a21c2d505d83.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-fab08f9a0ae42703.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-c1e17c7b534315f1.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-55633ce249dc36ab.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-32d617f53e2154a1.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-e02a3c7c21da7b34.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-feaa5555453c375a.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-904d443341801caf.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-8eae445cf48844a4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/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`
55842026-09-15T03:50:43.507Z Compiling rack-init-config v0.1.0 (/work/oxidecomputer/omicron/dev-tools/rack-init-config)
55852026-09-15T03:50:43.510Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name rack_init_config --edition=2024 dev-tools/rack-init-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a02f31853a5b3717 -C extra-filename=-6f86e5b2b5ec48dc --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-8b7b2e9ebde7c257.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-308f0204c87e6f29.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-450f9a0e1538ed9a.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
55862026-09-15T03:50:44.204Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name test_commands --edition=2024 oximeter/collector/tests/test_commands.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=754d417832f35c12 -C extra-filename=-985663e618877e99 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-6b965b52841a5d7f.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-43c2876563805539.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-19bb5731071ccc1e.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-43c55b0f49f9feb6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da9b92cb69636995.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-0b8d89d016cf2652.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8deb29f318ec0137.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-cb4a17a81ac15ff9.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-33d3def4429cf461.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-f7d09d4b8fdfeb45.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f9e0c08ad6cf3608.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-e08130b483600558.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
55872026-09-15T03:50:44.686Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_schema_updater --edition=2024 oximeter/collector/src/bin/clickhouse-schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4da3e04a3575d25f -C extra-filename=-5cf00f79ac396f7a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-6b965b52841a5d7f.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-43c2876563805539.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-19bb5731071ccc1e.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-43c55b0f49f9feb6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da9b92cb69636995.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-0b8d89d016cf2652.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8deb29f318ec0137.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-cb4a17a81ac15ff9.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-33d3def4429cf461.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-f7d09d4b8fdfeb45.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f9e0c08ad6cf3608.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-e08130b483600558.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
55882026-09-15T03:50:45.627Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_mgs_updates --edition=2024 nexus/mgs-updates/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cb7fdc6d29b7041d -C extra-filename=-8d8d38ede6c4dcbc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a6c3252379a66c5.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ee2e4ac302948d5f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8eeef770103af252.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-bea3e5c996983297.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-e08130b483600558.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-fcfed21e523e97a9.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-9bde9270cd06758b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-088aca85d188eb59.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2d667dc97a18a72b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-69b7b5ef8aa13716.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-5add9b2c6d4edad1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-fb99f6102bff0d81.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-295dbb2fcc65f679.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4e06b03adca01890.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
55892026-09-15T03:50:45.975Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name test_all --edition=2024 gateway/tests/test_all.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=98724b42f604832f -C extra-filename=-155e6ce98277c747 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8a3ae8e67452c024.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-51781be733b3cd37.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a6c3252379a66c5.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ee2e4ac302948d5f.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-1558fb88833fdf6b.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8eeef770103af252.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-a8dc07033505663f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-11326159470257f9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-4212176f06f6884a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-d235ea634cb9c687.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da9b92cb69636995.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d2af3962a96e0632.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-a65c8c7600e26b16.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-b1fab63ab540fe54.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95c60d69048b2f72.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-b508a3ff452e0310.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-fb99f6102bff0d81.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-295dbb2fcc65f679.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-d7104470457fdb4a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-904d443341801caf.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
55902026-09-15T03:50:47.178Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name host_phase1_hash --edition=2024 nexus/mgs-updates/tests/host_phase1_hash.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a94e60930a97e5e6 -C extra-filename=-42697b65b2f56383 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a6c3252379a66c5.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ee2e4ac302948d5f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8eeef770103af252.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-bea3e5c996983297.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-080045aec0041107.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-e08130b483600558.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-fcfed21e523e97a9.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-9bde9270cd06758b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-088aca85d188eb59.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2d667dc97a18a72b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-69b7b5ef8aa13716.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-5add9b2c6d4edad1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-fb99f6102bff0d81.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-295dbb2fcc65f679.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4e06b03adca01890.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
55912026-09-15T03:50:47.219Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_test_utils --edition=2024 gateway-test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bc456eb7b9885e2c -C extra-filename=-8d8cd3066ce5b5be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a6c3252379a66c5.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ee2e4ac302948d5f.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-d235ea634cb9c687.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-e08130b483600558.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-fb99f6102bff0d81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
55922026-09-15T03:50:47.373Z Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
55932026-09-15T03:50:47.376Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name mgs_dev --edition=2024 dev-tools/mgs-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2abee541327aeeb2 -C extra-filename=-9f6afe669b6ffa54 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a6c3252379a66c5.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ee2e4ac302948d5f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8eeef770103af252.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-d235ea634cb9c687.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-b508a3ff452e0310.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
55942026-09-15T03:50:48.858Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2024 wicketd/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=708c6f339096e919 -C extra-filename=-5c70503762543905 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-58127f285db477d8.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8b7b2e9ebde7c257.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-c7927cdb9847c108.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-071196465dd7522c.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-5ec1cd83469ea280.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-95ea99b300116b1f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-2f892cc0986a716b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4eb8e677ff21afe8.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-039c0a5661b362fd.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-33cf399a252efde4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a6c3252379a66c5.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ee2e4ac302948d5f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8eeef770103af252.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-e435e3425619f276.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b21f4539bd46e3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-11326159470257f9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-370f36ab7d93d20f.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-5593d1ace53ba040.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-387a22574bb3e814.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-78480e2ceb8e8e17.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-f39885e8bddc449b.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-a07bfbf502fff96e.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-276500baa0bff1a7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0198ea1645c31763.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-308f0204c87e6f29.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-19bb5731071ccc1e.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-43c55b0f49f9feb6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-2e33ca5688288ea7.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-dc0a97fda5ff008b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-f39b3768afebd3c9.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-a5f94283efc0e518.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-ef99430041e0a6e7.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-48e2f271cd55ed96.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-fb99f6102bff0d81.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-bb0402933484d4f9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-295dbb2fcc65f679.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4e06b03adca01890.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-213efebf5ce581a0.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-4381840504f9de7e.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-6ab79d5f5b3744f5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-871ca52727e048ba.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-69b02c54136b24db.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-f188dbc4c516caae.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-8fe89915b0d6bb77.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-65fe4ddb7efb00da.rlib --extern wicketd_commission_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_api-c3a509c6e1f0226d.rlib --extern wicketd_commission_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_client-de61c95e0e74c00c.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-799da414e29dd935.rlib --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-e955a7c59701a788.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
55952026-09-15T03:50:50.766Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2024 wicketd/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=af14c310a2514e89 -C extra-filename=-94172a2190b73fe1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-58127f285db477d8.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8b7b2e9ebde7c257.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-c7927cdb9847c108.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-071196465dd7522c.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-5ec1cd83469ea280.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-95ea99b300116b1f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-2f892cc0986a716b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4eb8e677ff21afe8.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-039c0a5661b362fd.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-33cf399a252efde4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a6c3252379a66c5.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ee2e4ac302948d5f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8eeef770103af252.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-e435e3425619f276.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b21f4539bd46e3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-11326159470257f9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-370f36ab7d93d20f.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-5593d1ace53ba040.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-387a22574bb3e814.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-78480e2ceb8e8e17.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-f39885e8bddc449b.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-a07bfbf502fff96e.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-276500baa0bff1a7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0198ea1645c31763.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-308f0204c87e6f29.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-19bb5731071ccc1e.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-43c55b0f49f9feb6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-2e33ca5688288ea7.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-dc0a97fda5ff008b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-f39b3768afebd3c9.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-a5f94283efc0e518.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-ef99430041e0a6e7.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-48e2f271cd55ed96.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-fb99f6102bff0d81.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-bb0402933484d4f9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-295dbb2fcc65f679.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4e06b03adca01890.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-213efebf5ce581a0.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-4381840504f9de7e.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-6ab79d5f5b3744f5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-871ca52727e048ba.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-69b02c54136b24db.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-8fe89915b0d6bb77.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-65fe4ddb7efb00da.rlib --extern wicketd_commission_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_api-c3a509c6e1f0226d.rlib --extern wicketd_commission_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_client-de61c95e0e74c00c.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-799da414e29dd935.rlib --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-e955a7c59701a788.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
55962026-09-15T03:50:51.853Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name mgs --edition=2024 gateway/src/bin/mgs.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=17fc71d26930ece6 -C extra-filename=-99ee130a73b60d04 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8a3ae8e67452c024.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-51781be733b3cd37.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ee2e4ac302948d5f.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-1558fb88833fdf6b.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-a8dc07033505663f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-11326159470257f9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-4212176f06f6884a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-d235ea634cb9c687.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da9b92cb69636995.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d2af3962a96e0632.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-a65c8c7600e26b16.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95c60d69048b2f72.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-b508a3ff452e0310.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-295dbb2fcc65f679.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-d7104470457fdb4a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-904d443341801caf.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
55972026-09-15T03:50:53.166Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_scrimlet_reconcilers --edition=2024 sled-agent/scrimlet-reconcilers/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=57bd64543aab5a1d -C extra-filename=-937e93001e833121 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8b7b2e9ebde7c257.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-95ea99b300116b1f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-2f892cc0986a716b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a6c3252379a66c5.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ee2e4ac302948d5f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8eeef770103af252.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-6b965b52841a5d7f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-e3a326d06017962d.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-89741af91b86b4b3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern scuffle=/work/oxidecomputer/omicron/target/debug/deps/libscuffle-0632c0403103b89c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
55982026-09-15T03:50:53.673Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name mgs --edition=2024 gateway/src/bin/mgs.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6950b3311e231e3c -C extra-filename=-68af4336405d7a2e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8a3ae8e67452c024.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-51781be733b3cd37.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a6c3252379a66c5.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ee2e4ac302948d5f.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-1558fb88833fdf6b.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8eeef770103af252.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-a8dc07033505663f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-11326159470257f9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-4212176f06f6884a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-d235ea634cb9c687.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da9b92cb69636995.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d2af3962a96e0632.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-a65c8c7600e26b16.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-b1fab63ab540fe54.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95c60d69048b2f72.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-b508a3ff452e0310.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-fb99f6102bff0d81.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-295dbb2fcc65f679.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-d7104470457fdb4a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-904d443341801caf.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
55992026-09-15T03:50:54.352Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli --edition=2024 dev-tools/reconfigurator-cli/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=44896bd986be42d8 -C extra-filename=-baf333a2dd1c7239 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f1187bf1a109a946.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-32e11cbbb0cbd818.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-fd773f1aaff6b9ea.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-a8f9954c45614da6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-0971dfdbc3426724.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e1ed9732e870e072.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-864416d6dc8c2378.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-9cfeeecb2fd17e1c.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-2323cb99ca17c3d6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-3229c7476200d5ef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-486db2be12acbdc1.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2c98d7798085936d.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-ffb315459a2ad208.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-6ab79d5f5b3744f5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/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`
56002026-09-15T03:50:54.355Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli_dup --edition=2024 nexus/reconfigurator/cli-integration-tests/src/bin/reconfigurator-cli-dup.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a9cc707d842da9ba -C extra-filename=-0b51fb5cc4c411b7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-486db2be12acbdc1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/fm/amd64 -L native=/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`
56012026-09-15T03:50:54.745Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2024 nexus/reconfigurator/planning/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=59ce8aca5df72078 -C extra-filename=-9fd1dbf21271ded6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-30b3c1f4285918db.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-77736f3c35d4a4b8.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-071196465dd7522c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a6c3252379a66c5.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-666be0b46fcb67b0.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-e435e3425619f276.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-df56548816dd36a4.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-b38ea0edf80b482b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-a07bfbf502fff96e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-8b3f418faa0fe246.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e1ed9732e870e072.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-864416d6dc8c2378.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-9cfeeecb2fd17e1c.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-2323cb99ca17c3d6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_deployment_graph=/work/oxidecomputer/omicron/target/debug/deps/libomicron_deployment_graph-f7a894c60b8e934a.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0875c71ea664a892.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-486db2be12acbdc1.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2d667dc97a18a72b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-fb99f6102bff0d81.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-bfc5ccdff2db0195.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2c98d7798085936d.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-67b1a21c2d505d83.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-6ab79d5f5b3744f5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-ca4fd7d34de77f0d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64`
56022026-09-15T03:50:54.880Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name test_scripts --edition=2024 dev-tools/reconfigurator-cli/tests/test-scripts.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a47c8901caba529e -C extra-filename=-9df9d98e73348726 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f1187bf1a109a946.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-4abb3ca6fb30ba71.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-32e11cbbb0cbd818.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-fd773f1aaff6b9ea.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-a8f9954c45614da6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-0971dfdbc3426724.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e1ed9732e870e072.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-864416d6dc8c2378.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-9cfeeecb2fd17e1c.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-2323cb99ca17c3d6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-3229c7476200d5ef.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-486db2be12acbdc1.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2c98d7798085936d.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-ffb315459a2ad208.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-6ab79d5f5b3744f5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/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`
56032026-09-15T03:50:56.259Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli --edition=2024 dev-tools/reconfigurator-cli/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3b613fb86a99c517 -C extra-filename=-33df94a20646df6a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f1187bf1a109a946.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-4abb3ca6fb30ba71.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-32e11cbbb0cbd818.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-fd773f1aaff6b9ea.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-a8f9954c45614da6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-0971dfdbc3426724.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e1ed9732e870e072.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-864416d6dc8c2378.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-9cfeeecb2fd17e1c.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-2323cb99ca17c3d6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-3229c7476200d5ef.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-486db2be12acbdc1.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2c98d7798085936d.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-ffb315459a2ad208.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-6ab79d5f5b3744f5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/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`
56042026-09-15T03:50:56.270Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name read_series --edition=2024 nexus/types/tests/read_series.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b1e6d2f5a8738ef4 -C extra-filename=-d92b3a9c2e677227 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-18828d6033a378fd.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8b7b2e9ebde7c257.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-30b3c1f4285918db.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-77736f3c35d4a4b8.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-6ae3743cbf3b1fa1.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-b204df21dbd8d7dd.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-2f892cc0986a716b.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8a3ae8e67452c024.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a6c3252379a66c5.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-fd773f1aaff6b9ea.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-a8f9954c45614da6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-b38ea0edf80b482b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-384b5883c9cfe350.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-0971dfdbc3426724.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-8a4ad75520c58904.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-e2a7c84c02d554af.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-308f0204c87e6f29.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-6cce0bc98f3e1f35.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d04f08a445a4a0f4.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-2e33ca5688288ea7.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-dc0a97fda5ff008b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-33d3def4429cf461.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-bfbe0f064f22962b.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c9efdcc507723cfe.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-486db2be12acbdc1.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-520e79432e611323.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-69b7b5ef8aa13716.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-157f651173c250bf.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2c98d7798085936d.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-ffb315459a2ad208.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-00ef578645e692ad.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-213efebf5ce581a0.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-c1e17c7b534315f1.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-ac02d16f97a48ace.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-72f8271b6a33c915.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64`
56052026-09-15T03:50:56.553Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_planning --edition=2024 nexus/reconfigurator/planning/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=68e5b18b049139c4 -C extra-filename=-e6ec86a2da5534f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-30b3c1f4285918db.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-77736f3c35d4a4b8.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-071196465dd7522c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a6c3252379a66c5.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-666be0b46fcb67b0.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-e435e3425619f276.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-df56548816dd36a4.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-b38ea0edf80b482b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-a07bfbf502fff96e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-8b3f418faa0fe246.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e1ed9732e870e072.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-864416d6dc8c2378.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-2323cb99ca17c3d6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_deployment_graph=/work/oxidecomputer/omicron/target/debug/deps/libomicron_deployment_graph-f7a894c60b8e934a.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0875c71ea664a892.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-486db2be12acbdc1.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2d667dc97a18a72b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-fb99f6102bff0d81.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-bfc5ccdff2db0195.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2c98d7798085936d.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-67b1a21c2d505d83.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-6ab79d5f5b3744f5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-ca4fd7d34de77f0d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64`
56062026-09-15T03:50:56.800Z Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
56072026-09-15T03:50:56.804Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name tqdb --edition=2024 trust-quorum/tqdb/src/bin/tqdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=26e61e3dbcd2ca30 -C extra-filename=-47bbf18f84dbb570 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f1187bf1a109a946.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-3229c7476200d5ef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-486db2be12acbdc1.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-4b2d53e65fcfcc61.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-ffb315459a2ad208.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-c1e17c7b534315f1.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-e7bc8e0a36422782.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64`
56082026-09-15T03:50:56.872Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_types --edition=2024 nexus/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4f9b79571e404a73 -C extra-filename=-58c153adf78b0a6c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-18828d6033a378fd.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8b7b2e9ebde7c257.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-30b3c1f4285918db.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-77736f3c35d4a4b8.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-6ae3743cbf3b1fa1.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-b204df21dbd8d7dd.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-2f892cc0986a716b.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8a3ae8e67452c024.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a6c3252379a66c5.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-fd773f1aaff6b9ea.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-a8f9954c45614da6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-b38ea0edf80b482b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-384b5883c9cfe350.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-0971dfdbc3426724.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-8a4ad75520c58904.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-e2a7c84c02d554af.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-308f0204c87e6f29.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-6cce0bc98f3e1f35.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d04f08a445a4a0f4.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-2e33ca5688288ea7.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-dc0a97fda5ff008b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-33d3def4429cf461.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-bfbe0f064f22962b.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c9efdcc507723cfe.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-486db2be12acbdc1.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-520e79432e611323.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-69b7b5ef8aa13716.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-157f651173c250bf.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2c98d7798085936d.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-ffb315459a2ad208.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-00ef578645e692ad.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-213efebf5ce581a0.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-c1e17c7b534315f1.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-ac02d16f97a48ace.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-72f8271b6a33c915.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64`
56092026-09-15T03:50:57.310Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_gateway --edition=2024 gateway/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7f585f20d7f19d86 -C extra-filename=-2619ab116fa5edb4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8a3ae8e67452c024.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-51781be733b3cd37.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a6c3252379a66c5.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ee2e4ac302948d5f.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-1558fb88833fdf6b.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8eeef770103af252.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-a8dc07033505663f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-11326159470257f9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-4212176f06f6884a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da9b92cb69636995.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d2af3962a96e0632.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-a65c8c7600e26b16.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-b1fab63ab540fe54.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95c60d69048b2f72.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-b508a3ff452e0310.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-fb99f6102bff0d81.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-295dbb2fcc65f679.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-d7104470457fdb4a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-904d443341801caf.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
56102026-09-15T03:50:57.346Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2024 wicketd/src/bin/wicketd.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a7a2db182fb1b6cc -C extra-filename=-9e508f83b41ba23b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-58127f285db477d8.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8b7b2e9ebde7c257.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-c7927cdb9847c108.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-071196465dd7522c.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-5ec1cd83469ea280.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-95ea99b300116b1f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-2f892cc0986a716b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4eb8e677ff21afe8.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-039c0a5661b362fd.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-33cf399a252efde4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a6c3252379a66c5.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ee2e4ac302948d5f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8eeef770103af252.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-e435e3425619f276.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b21f4539bd46e3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-11326159470257f9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-370f36ab7d93d20f.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-5593d1ace53ba040.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-387a22574bb3e814.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-78480e2ceb8e8e17.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-f39885e8bddc449b.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-a07bfbf502fff96e.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-276500baa0bff1a7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0198ea1645c31763.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-308f0204c87e6f29.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-19bb5731071ccc1e.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-43c55b0f49f9feb6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-2e33ca5688288ea7.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-dc0a97fda5ff008b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-f39b3768afebd3c9.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-a5f94283efc0e518.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-ef99430041e0a6e7.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-48e2f271cd55ed96.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-fb99f6102bff0d81.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-bb0402933484d4f9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-295dbb2fcc65f679.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4e06b03adca01890.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-213efebf5ce581a0.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-4381840504f9de7e.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-6ab79d5f5b3744f5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-871ca52727e048ba.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-69b02c54136b24db.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-f188dbc4c516caae.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-8fe89915b0d6bb77.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-65fe4ddb7efb00da.rlib --extern wicketd_commission_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_api-c3a509c6e1f0226d.rlib --extern wicketd_commission_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_client-de61c95e0e74c00c.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-799da414e29dd935.rlib --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-e955a7c59701a788.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
56112026-09-15T03:50:58.473Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2024 oximeter/collector/src/bin/oximeter.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=506e52ecb30cce5b -C extra-filename=-2c22d32effc74673 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-43c2876563805539.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da9b92cb69636995.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-0b8d89d016cf2652.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8deb29f318ec0137.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-cb4a17a81ac15ff9.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-33d3def4429cf461.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f9e0c08ad6cf3608.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-e08130b483600558.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
56122026-09-15T03:50:58.610Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2024 oximeter/collector/src/bin/oximeter.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d43be78bfb180982 -C extra-filename=-e7b1f19fcd1015ef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-6b965b52841a5d7f.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-43c2876563805539.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-19bb5731071ccc1e.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-43c55b0f49f9feb6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da9b92cb69636995.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-0b8d89d016cf2652.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8deb29f318ec0137.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-cb4a17a81ac15ff9.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-33d3def4429cf461.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-f7d09d4b8fdfeb45.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f9e0c08ad6cf3608.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-e08130b483600558.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
56132026-09-15T03:50:59.122Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_storage --edition=2024 sled-storage/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=47cfc8185350bb64 -C extra-filename=-62fc94e5ff46e827 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-071196465dd7522c.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-32e11cbbb0cbd818.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-0dffbe3aa872bc8e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-918e3c4e893e5650.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-295dbb2fcc65f679.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-4258e337c74cb5ef.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
56142026-09-15T03:50:59.667Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev_lib --edition=2024 dev-tools/omicron-dev-lib/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=58aa6225cae84ced -C extra-filename=-30703f187fa827b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
56152026-09-15T03:51:00.027Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ls_apis --edition=2024 dev-tools/ls-apis/src/bin/ls-apis.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8267a0f9f1fd4fc4 -C extra-filename=-70000ef31534a6c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-5155e9a22ee90aa4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-a8f9954c45614da6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-8a4ad75520c58904.rlib --extern omicron_deployment_graph=/work/oxidecomputer/omicron/target/debug/deps/libomicron_deployment_graph-f7a894c60b8e934a.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-ed61c5df94faa430.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-9ac9a28f78b327de.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c9efdcc507723cfe.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0de20df312798682.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2c98d7798085936d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
56162026-09-15T03:51:00.780Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_diagnostics --edition=2024 sled-diagnostics/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=896cb1aaebb4bfe3 -C extra-filename=-ddb2deaf9117a12d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-33cf399a252efde4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6f3ab8716908876b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0875c71ea664a892.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-672d7e8e575f5769.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-06f54a0c0ab204df.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-48e2f271cd55ed96.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-feaa5555453c375a.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-904d443341801caf.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
56172026-09-15T03:51:01.114Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name illumos_utils --edition=2024 illumos-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=e1141fa2915670b2 -C extra-filename=-0d99befe4e9e6086 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-a1106d2116afdb76.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-a85bc2f7a054eda7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-359b22f7a1198f24.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-071196465dd7522c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-384b5883c9cfe350.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-1d01c9bc16f9b741.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-70d26705e78829f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-f7bbc109a87a1012.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-fd395ee56dd2bb3a.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-672d7e8e575f5769.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-71bae07553df3d6d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c95b470fa7fe6268.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-b800997bcfce769b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-a3b889cd96e179f4.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-8eae445cf48844a4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64 --check-cfg 'cfg(svcadm_autoclear)'`
56182026-09-15T03:51:01.153Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_test_utils --edition=2024 oximeter/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8a22d5a0f123c7f0 -C extra-filename=-8771e3810b2cd028 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-db5342acb6fe432a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-33d3def4429cf461.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-44c0fadb440b6ad0.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f9e0c08ad6cf3608.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
56192026-09-15T03:51:01.485Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_schema --edition=2024 nexus/db-schema/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ab2abcd85c573153 -C extra-filename=-2cfc56cdca794d98 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ce52d0252545829b.rlib --extern linkme=/work/oxidecomputer/omicron/target/debug/deps/liblinkme-cec354afcaee4de5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-bb371b07d28f574c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8abc38b4608f96b7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
56202026-09-15T03:51:02.304Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer --edition=2024 oximeter/producer/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a6f9735500a9a54f -C extra-filename=-a7c6ac954cb53f58 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-2f892cc0986a716b.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-43c2876563805539.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da9b92cb69636995.rlib --extern oximeter_producer_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer_api-43b8a3dcf5a20239.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
56212026-09-15T03:51:04.899Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_types_versions --edition=2024 sled-agent/types/versions/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=70a4a9b312cb98cf -C extra-filename=-43e120e50fec5dd5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c9d5b4c6c8a4a186.rlib --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-3a87de3ab3eac852.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-a8f9954c45614da6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-384b5883c9cfe350.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-40be45cc1061c5ce.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-308f0204c87e6f29.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern propolis_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types_versions-c85745a29d1a7cd6.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-66a99f903956db63.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-520e79432e611323.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-91044710874df499.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
56222026-09-15T03:51:06.956Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name cluster --edition=2024 trust-quorum/protocol/tests/cluster.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="danger_partial_eq_ct_wrapper"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("danger_partial_eq_ct_wrapper", "testing"))' -C metadata=8c2afd8846b6148a -C extra-filename=-b5a36991bd49db1f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern attest_mock=/work/oxidecomputer/omicron/target/debug/deps/libattest_mock-1d642684dee12cfe.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c9d5b4c6c8a4a186.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-272df1a36bbcb959.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ddef13110ccf1ec1.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-093510bda85b835d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-95edfa4d5112085a.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-605610ac2edb8b90.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-520e79432e611323.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-bfc5ccdff2db0195.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2d4823f85931691.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-c1e17c7b534315f1.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-e7bc8e0a36422782.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
56232026-09-15T03:51:07.355Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ch_dev --edition=2024 dev-tools/ch-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ed1852de38bf71d6 -C extra-filename=-e22c29c60abf4b29 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-b508a3ff452e0310.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/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`
56242026-09-15T03:51:09.665Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_config_reconciler --edition=2024 sled-agent/config-reconciler/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=c8ca3e360cc2dbfc -C extra-filename=-d8fd284ca57b7199 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-75cb42a0302df866.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-67a3b3045f1afe78.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-071196465dd7522c.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-2f892cc0986a716b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-642f432538a6b2f9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-32e11cbbb0cbd818.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-78480e2ceb8e8e17.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-0dffbe3aa872bc8e.rlib --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-1d01c9bc16f9b741.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-e00ed5c798a2111b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_debug_dropbox=/work/oxidecomputer/omicron/target/debug/deps/libomicron_debug_dropbox-decbc3119b08a51b.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-40be45cc1061c5ce.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-fc9e674395cc0336.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-605610ac2edb8b90.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-088aca85d188eb59.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-ef99430041e0a6e7.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-69b7b5ef8aa13716.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-918e3c4e893e5650.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-48e2f271cd55ed96.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-32d617f53e2154a1.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-4258e337c74cb5ef.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-8eae445cf48844a4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
56252026-09-15T03:51:10.098Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware --edition=2024 sled-hardware/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=60387d7caccde9d7 -C extra-filename=-8800949a5aebac9d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-4d70db72340caa1d.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-800dbaf245339529.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-a15732fa89f05de0.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-8f87a7eb0c105161.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-b800997bcfce769b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-8eae445cf48844a4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
56262026-09-15T03:51:10.407Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ls_apis --edition=2024 dev-tools/ls-apis/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1cd6cd3f9cfd85f6 -C extra-filename=-f3f37d3f8f3b49bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-5155e9a22ee90aa4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-a8f9954c45614da6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-8a4ad75520c58904.rlib --extern omicron_deployment_graph=/work/oxidecomputer/omicron/target/debug/deps/libomicron_deployment_graph-f7a894c60b8e934a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-9ac9a28f78b327de.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c9efdcc507723cfe.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0de20df312798682.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2c98d7798085936d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/usr/lib/amd64`
56272026-09-15T03:51:10.638Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_certificates --edition=2024 certificates/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9eb1a94c7f7b91cb -C extra-filename=-0dd1f063ad576705 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-5ec1cd83469ea280.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-1f1661ffe702406c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-6cce0bc98f3e1f35.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-8989cd298eafc0c4.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-2a5a4d2fbeb7e66b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
56282026-09-15T03:51:11.021Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name commands_test --edition=2024 dns-server/dnsadm/tests/commands_test.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=541863f4479ff7d3 -C extra-filename=-f634cebe51a043b7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d89d3e39900a35ba.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-3258c8f25334bd1d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-67863f9306e58aa0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
56292026-09-15T03:51:11.085Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name trust_quorum --edition=2024 trust-quorum/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' -C debug-assertions=on --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0c28bf7148cbc0e3 -C extra-filename=-a033392ca017a53c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern attest_mock=/work/oxidecomputer/omicron/target/debug/deps/libattest_mock-1d642684dee12cfe.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c9d5b4c6c8a4a186.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-272df1a36bbcb959.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ddef13110ccf1ec1.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-071196465dd7522c.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-093510bda85b835d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-95edfa4d5112085a.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-40be45cc1061c5ce.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-605610ac2edb8b90.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-520e79432e611323.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-aac489304b10c579.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-6db62e69810c44c9.rlib --extern sprockets_tls_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls_test_utils-c4fddf357656e3c1.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-bfc5ccdff2db0195.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2d4823f85931691.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-c1e17c7b534315f1.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-e7bc8e0a36422782.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
56302026-09-15T03:51:11.246Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name dnsadm --edition=2024 dns-server/dnsadm/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=32ac5ed223076cab -C extra-filename=-41529f3d4a3bf8b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d89d3e39900a35ba.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-3258c8f25334bd1d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-67863f9306e58aa0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
56312026-09-15T03:51:12.789Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2024 dns-server/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=36074f2c387d7e63 -C extra-filename=-976004eead31bce0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-a219aaceba12a206.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-3258c8f25334bd1d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-c0e46548126dbb6f.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-2d97cea01ac59601.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-e435e3425619f276.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-e33e4b6bdcfe4e2c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-b826120dac283883.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-b2f36f2f8b96cae8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a6be62d9bf577b0a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
56322026-09-15T03:51:13.650Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2024 installinator/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-standard"))' -C metadata=3297985c0393c116 -C extra-filename=-8055245d2adabbb0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-c7927cdb9847c108.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-5b93e87315b42afc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-5ec1cd83469ea280.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4eb8e677ff21afe8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-666be0b46fcb67b0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-387a22574bb3e814.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-78480e2ceb8e8e17.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-4212176f06f6884a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0198ea1645c31763.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-2e33ca5688288ea7.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-dc0a97fda5ff008b.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-bfbccd347f884efa.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-918e3c4e893e5650.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-48e2f271cd55ed96.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-67863f9306e58aa0.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c95b470fa7fe6268.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-bb0402933484d4f9.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-295dbb2fcc65f679.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
56332026-09-15T03:51:15.197Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name db_dev --edition=2024 dev-tools/db-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=871afc49e949248f -C extra-filename=-164e79d7cc18ab00 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-b508a3ff452e0310.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8abc38b4608f96b7.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/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`
56342026-09-15T03:51:15.774Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name test_dependencies --edition=2024 dev-tools/ls-apis/tests/test_dependencies.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fb9738f7ce163b22 -C extra-filename=-1d54dbc8921bb4f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-5155e9a22ee90aa4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-a8f9954c45614da6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-8a4ad75520c58904.rlib --extern omicron_deployment_graph=/work/oxidecomputer/omicron/target/debug/deps/libomicron_deployment_graph-f7a894c60b8e934a.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-ed61c5df94faa430.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-9ac9a28f78b327de.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c9efdcc507723cfe.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0de20df312798682.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2c98d7798085936d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64`
56352026-09-15T03:51:19.892Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_fixed_data --edition=2024 nexus/db-fixed-data/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2a455b19a895c21f -C extra-filename=-110d793b079550fe --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-fc2050e702e33a49.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
56362026-09-15T03:51:21.016Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_auth --edition=2024 nexus/auth/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=56402b31f9f524b8 -C extra-filename=-c1f6594e8f489b42 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-0c5b4377aef4c55d.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-6ae3743cbf3b1fa1.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f7a1adc56f8899f4.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-11326159470257f9.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-8a4ad75520c58904.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-110d793b079550fe.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fc2050e702e33a49.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-6cce0bc98f3e1f35.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-b4a52e8733931033.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-73faca2b25abd4c5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-4d6255ea0ebdcbd9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/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`
56372026-09-15T03:51:21.258Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_fm --edition=2021 nexus/fm/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="ereport-types"' --cfg 'feature="nexus-fm-slippy"' --cfg 'feature="nexus-reconfigurator-planning"' --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --cfg 'feature="uuid"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ereport-types", "nexus-fm-slippy", "nexus-reconfigurator-planning", "omicron-test-utils", "testing", "uuid"))' -C metadata=99fdc9212f57022d -C extra-filename=-6e5bd53b78186df0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8a3ae8e67452c024.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fc2050e702e33a49.rmeta --extern nexus_fm_slippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm_slippy-8d5b6396c8d07aad.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-9cfeeecb2fd17e1c.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-157f651173c250bf.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-ca4fd7d34de77f0d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/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`
56382026-09-15T03:51:21.515Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name end_to_end_tests --edition=2024 end-to-end-tests/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a0c5d50586942df8 -C extra-filename=-d1bccf08d01c08e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-665243e242fcd7e8.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rmeta --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8b7b2e9ebde7c257.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f1187bf1a109a946.rmeta --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-82e5da628c97b1bf.rmeta --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-e435e3425619f276.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-fd773f1aaff6b9ea.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rmeta --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-d065927fe990533b.rmeta --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-25b39e70368fcdc4.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rmeta --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-db1710f1650e299a.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-94b84189ec577910.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-39060f20c7084105.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rmeta --extern rand_010=/work/oxidecomputer/omicron/target/debug/deps/librand-d04461f821ec7081.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rmeta --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-fda599c0f2adf537.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-783429a7deba1990.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/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`
56392026-09-15T03:51:24.794Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
56402026-09-15T03:51:24.797Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_errors --edition=2024 nexus/db-errors/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=07f634ffa08d3035 -C extra-filename=-765881c912fd9744 --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-ce52d0252545829b.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-c1f6594e8f489b42.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
56412026-09-15T03:51:26.272Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_lookup --edition=2024 nexus/db-lookup/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bb0a1f79cd780be9 -C extra-filename=-2580810b65a7b75a --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-274bf28b24d0a9db.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-d66d3c58f97391b4.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ce52d0252545829b.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-4ea8ecee3ceb19a6.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-384b5883c9cfe350.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-c1f6594e8f489b42.rmeta --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-765881c912fd9744.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fc2050e702e33a49.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4cf12e333f64223c.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-e08130b483600558.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
56422026-09-15T03:51:28.136Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_fm --edition=2021 nexus/fm/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="ereport-types"' --cfg 'feature="nexus-fm-slippy"' --cfg 'feature="nexus-reconfigurator-planning"' --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --cfg 'feature="uuid"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ereport-types", "nexus-fm-slippy", "nexus-reconfigurator-planning", "omicron-test-utils", "testing", "uuid"))' -C metadata=60ac5e4553d0b872 -C extra-filename=-3d4d7d49c58f6667 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8a3ae8e67452c024.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fc2050e702e33a49.rlib --extern nexus_fm_slippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm_slippy-8d5b6396c8d07aad.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e1ed9732e870e072.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-9cfeeecb2fd17e1c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-157f651173c250bf.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-ca4fd7d34de77f0d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/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`
56432026-09-15T03:51:28.140Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_auth --edition=2024 nexus/auth/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f12035eef6e26c20 -C extra-filename=-7153e3d3b0a716eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-0c5b4377aef4c55d.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-6ae3743cbf3b1fa1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f7a1adc56f8899f4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-11326159470257f9.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-8a4ad75520c58904.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-110d793b079550fe.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fc2050e702e33a49.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-6cce0bc98f3e1f35.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-b4a52e8733931033.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-73faca2b25abd4c5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-4d6255ea0ebdcbd9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/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`
56442026-09-15T03:51:28.170Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_fm_slippy --edition=2024 nexus/fm/slippy/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2de5f7ac56b49376 -C extra-filename=-5f3a328f2f6be4eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-6e5bd53b78186df0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/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`
56452026-09-15T03:51:28.174Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_fixed_data --edition=2024 nexus/db-fixed-data/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6fb0650ed664ad00 -C extra-filename=-bb554756569b76c2 --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-fc2050e702e33a49.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
56462026-09-15T03:51:28.174Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_errors --edition=2024 nexus/db-errors/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=71ba61686b788f26 -C extra-filename=-43cf63f403c0b605 --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-ce52d0252545829b.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-c1f6594e8f489b42.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
56472026-09-15T03:51:28.202Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name schema --edition=2021 dev-tools/schema/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d3e4d9cb4ee3e13a -C extra-filename=-4702ac0720ddec23 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fc2050e702e33a49.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64`
56482026-09-15T03:51:31.538Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_queries --edition=2024 nexus/db-queries/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="nexus-reconfigurator-planning"' --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nexus-reconfigurator-planning", "omicron-test-utils", "testing"))' -C metadata=76782e6f7f7e1901 -C extra-filename=-4881fbe893ab3e36 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-274bf28b24d0a9db.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-30b3c1f4285918db.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-77736f3c35d4a4b8.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-5d1b38cab6734332.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-d66d3c58f97391b4.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ce52d0252545829b.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-4ea8ecee3ceb19a6.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8a3ae8e67452c024.rmeta --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-384b5883c9cfe350.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-c1f6594e8f489b42.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-8b3f418faa0fe246.rmeta --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-765881c912fd9744.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-110d793b079550fe.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-2580810b65a7b75a.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fc2050e702e33a49.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4cf12e333f64223c.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-9cfeeecb2fd17e1c.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rmeta --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-e2a7c84c02d554af.rmeta --extern nonempty=/work/oxidecomputer/omicron/target/debug/deps/libnonempty-ae867e9d6d10901d.rmeta --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-473a2e16de50744b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-308f0204c87e6f29.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da9b92cb69636995.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3abc053f4411f86b.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-e08130b483600558.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5f249a94a98632d0.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-bac9ed1fab7e3a17.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-520e79432e611323.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2d667dc97a18a72b.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-bfc5ccdff2db0195.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-157f651173c250bf.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2c98d7798085936d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-c1e17c7b534315f1.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-72f8271b6a33c915.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/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`
56492026-09-15T03:51:36.661Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent --edition=2024 sled-agent/src/bin/sled-agent.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=9115735691f6cf71 -C extra-filename=-8c5d7a2a6b614787 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-30d6cf26f3e64a88.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c9d5b4c6c8a4a186.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-f5d7f573e387067a.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8b7b2e9ebde7c257.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-5b93e87315b42afc.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-30b3c1f4285918db.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-65f701cd80f5eac1.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-a0d7bce1927ddf41.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-82589cfa58309ddd.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-5ec1cd83469ea280.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4eb8e677ff21afe8.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-039c0a5661b362fd.rlib --extern fmd_adm=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm-d246b2e056ea92c3.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-32e11cbbb0cbd818.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b21f4539bd46e3.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-54ea2634f4c28de7.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-11326159470257f9.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-4fa200b3d02032b8.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-78480e2ceb8e8e17.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-384b5883c9cfe350.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-0dffbe3aa872bc8e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-43c2876563805539.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-8b3f418faa0fe246.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-db1710f1650e299a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-70d26705e78829f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0198ea1645c31763.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-40be45cc1061c5ce.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-94b84189ec577910.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-f7bbc109a87a1012.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da9b92cb69636995.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d2af3962a96e0632.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-a65c8c7600e26b16.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-bb89a29abdaf9acb.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-6a8c9a146d75aba6.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-66a99f903956db63.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-39ead8f8ee1f9a10.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-fcfed21e523e97a9.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-9bde9270cd06758b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-605610ac2edb8b90.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95c60d69048b2f72.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-088aca85d188eb59.rlib --extern sled_agent_bootstrap_common=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_bootstrap_common-691cc3586695174c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2d667dc97a18a72b.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-f39b3768afebd3c9.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-e96eee16479a1622.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-aac489304b10c579.rlib --extern sled_agent_multirack_join=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_multirack_join-a84b369527e17f31.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-450f9a0e1538ed9a.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-a5f94283efc0e518.rlib --extern sled_agent_scrimlet_reconcilers=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_scrimlet_reconcilers-5e2f7350981dc205.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-69b7b5ef8aa13716.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-5add9b2c6d4edad1.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-918e3c4e893e5650.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-48e2f271cd55ed96.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c95b470fa7fe6268.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-fb99f6102bff0d81.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-6db62e69810c44c9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-bb0402933484d4f9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-b800997bcfce769b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-295dbb2fcc65f679.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4e06b03adca01890.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-67b1a21c2d505d83.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-fab08f9a0ae42703.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-c1e17c7b534315f1.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-55633ce249dc36ab.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-32d617f53e2154a1.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-e02a3c7c21da7b34.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-904d443341801caf.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-8eae445cf48844a4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/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`
56502026-09-15T03:51:36.697Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_inventory --edition=2024 nexus/inventory/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2daf3bee051bcb70 -C extra-filename=-6343437f8d66f6bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-6ec0adb6282304ce.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-49012faef9cfca90.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-30b3c1f4285918db.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-77736f3c35d4a4b8.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-3258c8f25334bd1d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a6c3252379a66c5.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ee2e4ac302948d5f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8eeef770103af252.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-6b965b52841a5d7f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-43c2876563805539.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-e00ed5c798a2111b.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-473a2e16de50744b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-94b84189ec577910.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2d667dc97a18a72b.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-ef99430041e0a6e7.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-69b7b5ef8aa13716.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2c98d7798085936d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-ca4fd7d34de77f0d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/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`
56512026-09-15T03:51:36.702Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name end_to_end_tests --edition=2024 end-to-end-tests/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8a794d8e860543b6 -C extra-filename=-420e7adb2167fbcd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-665243e242fcd7e8.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8b7b2e9ebde7c257.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f1187bf1a109a946.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-82e5da628c97b1bf.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-e435e3425619f276.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-fd773f1aaff6b9ea.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-d065927fe990533b.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-25b39e70368fcdc4.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-db1710f1650e299a.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-94b84189ec577910.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-39060f20c7084105.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern rand_010=/work/oxidecomputer/omicron/target/debug/deps/librand-d04461f821ec7081.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-fda599c0f2adf537.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-783429a7deba1990.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/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`
56522026-09-15T03:51:36.704Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent --edition=2024 sled-agent/src/bin/sled-agent.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=110621856fb9c984 -C extra-filename=-aa50a88bd4fd2db1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-30d6cf26f3e64a88.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c9d5b4c6c8a4a186.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-f5d7f573e387067a.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8b7b2e9ebde7c257.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-5b93e87315b42afc.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-30b3c1f4285918db.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-65f701cd80f5eac1.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-a0d7bce1927ddf41.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-82589cfa58309ddd.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-5ec1cd83469ea280.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4eb8e677ff21afe8.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-039c0a5661b362fd.rlib --extern fmd_adm=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm-d246b2e056ea92c3.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-32e11cbbb0cbd818.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-2e8048fc49df56ba.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-666be0b46fcb67b0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b21f4539bd46e3.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-54ea2634f4c28de7.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-11326159470257f9.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-4fa200b3d02032b8.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-78480e2ceb8e8e17.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-384b5883c9cfe350.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-0dffbe3aa872bc8e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-43c2876563805539.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-8b3f418faa0fe246.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-db1710f1650e299a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-70d26705e78829f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0198ea1645c31763.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-40be45cc1061c5ce.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-94b84189ec577910.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-f7bbc109a87a1012.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da9b92cb69636995.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d2af3962a96e0632.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-a65c8c7600e26b16.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-b1fab63ab540fe54.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-bb89a29abdaf9acb.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-6a8c9a146d75aba6.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-66a99f903956db63.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-39ead8f8ee1f9a10.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-fcfed21e523e97a9.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-9bde9270cd06758b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-605610ac2edb8b90.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95c60d69048b2f72.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-088aca85d188eb59.rlib --extern sled_agent_bootstrap_common=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_bootstrap_common-691cc3586695174c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2d667dc97a18a72b.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-f39b3768afebd3c9.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-e96eee16479a1622.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-aac489304b10c579.rlib --extern sled_agent_multirack_join=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_multirack_join-a84b369527e17f31.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-450f9a0e1538ed9a.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-a5f94283efc0e518.rlib --extern sled_agent_scrimlet_reconcilers=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_scrimlet_reconcilers-5e2f7350981dc205.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-69b7b5ef8aa13716.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-5add9b2c6d4edad1.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-918e3c4e893e5650.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-48e2f271cd55ed96.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c95b470fa7fe6268.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-fb99f6102bff0d81.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-6db62e69810c44c9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-bb0402933484d4f9.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-b800997bcfce769b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-295dbb2fcc65f679.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4e06b03adca01890.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-67b1a21c2d505d83.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-fab08f9a0ae42703.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-c1e17c7b534315f1.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-55633ce249dc36ab.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-32d617f53e2154a1.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-e02a3c7c21da7b34.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-feaa5555453c375a.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-904d443341801caf.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-8eae445cf48844a4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/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`
56532026-09-15T03:51:36.704Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2024 sled-agent/tests/mod.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=b8e9342bc22f9847 -C extra-filename=-04c1a0422c25310c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-30d6cf26f3e64a88.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c9d5b4c6c8a4a186.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-f5d7f573e387067a.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8b7b2e9ebde7c257.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-5b93e87315b42afc.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-30b3c1f4285918db.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-65f701cd80f5eac1.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-a0d7bce1927ddf41.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-82589cfa58309ddd.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-5ec1cd83469ea280.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4eb8e677ff21afe8.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-039c0a5661b362fd.rlib --extern fmd_adm=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm-d246b2e056ea92c3.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-32e11cbbb0cbd818.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-2e8048fc49df56ba.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-666be0b46fcb67b0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b21f4539bd46e3.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-54ea2634f4c28de7.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-11326159470257f9.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-4fa200b3d02032b8.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-78480e2ceb8e8e17.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-384b5883c9cfe350.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-0dffbe3aa872bc8e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-43c2876563805539.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-8b3f418faa0fe246.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-db1710f1650e299a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-70d26705e78829f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0198ea1645c31763.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-40be45cc1061c5ce.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-94b84189ec577910.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-f7bbc109a87a1012.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da9b92cb69636995.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d2af3962a96e0632.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-a65c8c7600e26b16.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-b1fab63ab540fe54.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-bb89a29abdaf9acb.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-6a8c9a146d75aba6.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-66a99f903956db63.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-39ead8f8ee1f9a10.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-fcfed21e523e97a9.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-9bde9270cd06758b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-605610ac2edb8b90.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95c60d69048b2f72.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-088aca85d188eb59.rlib --extern sled_agent_bootstrap_common=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_bootstrap_common-691cc3586695174c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2d667dc97a18a72b.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-f39b3768afebd3c9.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-e96eee16479a1622.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-aac489304b10c579.rlib --extern sled_agent_multirack_join=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_multirack_join-a84b369527e17f31.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-450f9a0e1538ed9a.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-a5f94283efc0e518.rlib --extern sled_agent_scrimlet_reconcilers=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_scrimlet_reconcilers-5e2f7350981dc205.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-69b7b5ef8aa13716.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-5add9b2c6d4edad1.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-918e3c4e893e5650.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-48e2f271cd55ed96.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c95b470fa7fe6268.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-fb99f6102bff0d81.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-6db62e69810c44c9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-bb0402933484d4f9.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-b800997bcfce769b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-295dbb2fcc65f679.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4e06b03adca01890.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-67b1a21c2d505d83.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-fab08f9a0ae42703.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-c1e17c7b534315f1.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-55633ce249dc36ab.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-32d617f53e2154a1.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-e02a3c7c21da7b34.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-feaa5555453c375a.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-904d443341801caf.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-8eae445cf48844a4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/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`
56542026-09-15T03:51:36.706Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_sim --edition=2024 sled-agent/src/bin/sled-agent-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=9d01c9e2b74d9d1f -C extra-filename=-fc27827dba8fc0dd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-30d6cf26f3e64a88.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c9d5b4c6c8a4a186.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-f5d7f573e387067a.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8b7b2e9ebde7c257.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-5b93e87315b42afc.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-30b3c1f4285918db.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-65f701cd80f5eac1.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-a0d7bce1927ddf41.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-82589cfa58309ddd.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-5ec1cd83469ea280.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4eb8e677ff21afe8.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-039c0a5661b362fd.rlib --extern fmd_adm=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm-d246b2e056ea92c3.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-32e11cbbb0cbd818.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-2e8048fc49df56ba.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-666be0b46fcb67b0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b21f4539bd46e3.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-54ea2634f4c28de7.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-11326159470257f9.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-4fa200b3d02032b8.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-78480e2ceb8e8e17.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-384b5883c9cfe350.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-0dffbe3aa872bc8e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-43c2876563805539.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-8b3f418faa0fe246.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-db1710f1650e299a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-70d26705e78829f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0198ea1645c31763.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-40be45cc1061c5ce.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-94b84189ec577910.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-f7bbc109a87a1012.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da9b92cb69636995.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d2af3962a96e0632.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-a65c8c7600e26b16.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-b1fab63ab540fe54.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-bb89a29abdaf9acb.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-6a8c9a146d75aba6.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-66a99f903956db63.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-39ead8f8ee1f9a10.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-fcfed21e523e97a9.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-9bde9270cd06758b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-605610ac2edb8b90.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95c60d69048b2f72.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-088aca85d188eb59.rlib --extern sled_agent_bootstrap_common=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_bootstrap_common-691cc3586695174c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2d667dc97a18a72b.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-f39b3768afebd3c9.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-e96eee16479a1622.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-aac489304b10c579.rlib --extern sled_agent_multirack_join=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_multirack_join-a84b369527e17f31.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-450f9a0e1538ed9a.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-a5f94283efc0e518.rlib --extern sled_agent_scrimlet_reconcilers=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_scrimlet_reconcilers-5e2f7350981dc205.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-69b7b5ef8aa13716.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-5add9b2c6d4edad1.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-918e3c4e893e5650.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-48e2f271cd55ed96.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c95b470fa7fe6268.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-fb99f6102bff0d81.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-6db62e69810c44c9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-bb0402933484d4f9.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-b800997bcfce769b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-295dbb2fcc65f679.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4e06b03adca01890.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-67b1a21c2d505d83.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-fab08f9a0ae42703.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-c1e17c7b534315f1.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-55633ce249dc36ab.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-32d617f53e2154a1.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-e02a3c7c21da7b34.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-feaa5555453c375a.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-904d443341801caf.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-8eae445cf48844a4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/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`
56552026-09-15T03:51:36.733Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name dhcp_server --edition=2024 end-to-end-tests/src/bin/dhcp-server.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=946307029476582a -C extra-filename=-b827c20719817a4d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-665243e242fcd7e8.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8b7b2e9ebde7c257.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f1187bf1a109a946.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-82e5da628c97b1bf.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-d1bccf08d01c08e8.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-e435e3425619f276.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-fd773f1aaff6b9ea.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-d065927fe990533b.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-25b39e70368fcdc4.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-db1710f1650e299a.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-94b84189ec577910.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-39060f20c7084105.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern rand_010=/work/oxidecomputer/omicron/target/debug/deps/librand-d04461f821ec7081.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-fda599c0f2adf537.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-783429a7deba1990.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/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`
56562026-09-15T03:51:36.737Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name tofino_monitor --edition=2024 sled-agent/src/bin/tofino-monitor.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=fde3bc61910c67e5 -C extra-filename=-e8abff87ccd8b87d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-30d6cf26f3e64a88.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c9d5b4c6c8a4a186.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-f5d7f573e387067a.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8b7b2e9ebde7c257.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-5b93e87315b42afc.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-30b3c1f4285918db.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-65f701cd80f5eac1.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-a0d7bce1927ddf41.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-82589cfa58309ddd.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-5ec1cd83469ea280.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4eb8e677ff21afe8.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-039c0a5661b362fd.rlib --extern fmd_adm=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm-d246b2e056ea92c3.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-32e11cbbb0cbd818.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b21f4539bd46e3.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-54ea2634f4c28de7.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-11326159470257f9.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-4fa200b3d02032b8.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-78480e2ceb8e8e17.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-384b5883c9cfe350.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-0dffbe3aa872bc8e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-43c2876563805539.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-8b3f418faa0fe246.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-db1710f1650e299a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-70d26705e78829f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0198ea1645c31763.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-40be45cc1061c5ce.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-94b84189ec577910.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-f7bbc109a87a1012.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da9b92cb69636995.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d2af3962a96e0632.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-a65c8c7600e26b16.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-bb89a29abdaf9acb.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-6a8c9a146d75aba6.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-66a99f903956db63.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-39ead8f8ee1f9a10.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-fcfed21e523e97a9.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-9bde9270cd06758b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-605610ac2edb8b90.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95c60d69048b2f72.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-088aca85d188eb59.rlib --extern sled_agent_bootstrap_common=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_bootstrap_common-691cc3586695174c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2d667dc97a18a72b.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-f39b3768afebd3c9.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-e96eee16479a1622.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-aac489304b10c579.rlib --extern sled_agent_multirack_join=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_multirack_join-a84b369527e17f31.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-450f9a0e1538ed9a.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-a5f94283efc0e518.rlib --extern sled_agent_scrimlet_reconcilers=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_scrimlet_reconcilers-5e2f7350981dc205.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-69b7b5ef8aa13716.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-5add9b2c6d4edad1.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-918e3c4e893e5650.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-48e2f271cd55ed96.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c95b470fa7fe6268.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-fb99f6102bff0d81.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-6db62e69810c44c9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-bb0402933484d4f9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-b800997bcfce769b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-295dbb2fcc65f679.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4e06b03adca01890.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-67b1a21c2d505d83.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-fab08f9a0ae42703.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-c1e17c7b534315f1.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-55633ce249dc36ab.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-32d617f53e2154a1.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-e02a3c7c21da7b34.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-904d443341801caf.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-8eae445cf48844a4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/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`
56572026-09-15T03:51:36.738Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name zone_bundle --edition=2024 sled-agent/src/bin/zone-bundle.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=686ee713e096c21e -C extra-filename=-68dc21ac05c63f2c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-30d6cf26f3e64a88.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c9d5b4c6c8a4a186.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-f5d7f573e387067a.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8b7b2e9ebde7c257.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-5b93e87315b42afc.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-30b3c1f4285918db.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-65f701cd80f5eac1.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-a0d7bce1927ddf41.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-82589cfa58309ddd.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-5ec1cd83469ea280.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4eb8e677ff21afe8.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-039c0a5661b362fd.rlib --extern fmd_adm=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm-d246b2e056ea92c3.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-32e11cbbb0cbd818.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b21f4539bd46e3.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-54ea2634f4c28de7.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-11326159470257f9.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-4fa200b3d02032b8.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-78480e2ceb8e8e17.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-384b5883c9cfe350.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-0dffbe3aa872bc8e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-43c2876563805539.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-8b3f418faa0fe246.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-db1710f1650e299a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-70d26705e78829f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0198ea1645c31763.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-40be45cc1061c5ce.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-94b84189ec577910.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-f7bbc109a87a1012.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da9b92cb69636995.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d2af3962a96e0632.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-a65c8c7600e26b16.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-bb89a29abdaf9acb.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-6a8c9a146d75aba6.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-66a99f903956db63.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-39ead8f8ee1f9a10.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-fcfed21e523e97a9.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-9bde9270cd06758b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-605610ac2edb8b90.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95c60d69048b2f72.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-088aca85d188eb59.rlib --extern sled_agent_bootstrap_common=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_bootstrap_common-691cc3586695174c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2d667dc97a18a72b.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-f39b3768afebd3c9.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-e96eee16479a1622.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-aac489304b10c579.rlib --extern sled_agent_multirack_join=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_multirack_join-a84b369527e17f31.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-450f9a0e1538ed9a.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-a5f94283efc0e518.rlib --extern sled_agent_scrimlet_reconcilers=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_scrimlet_reconcilers-5e2f7350981dc205.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-69b7b5ef8aa13716.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-5add9b2c6d4edad1.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-918e3c4e893e5650.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-48e2f271cd55ed96.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c95b470fa7fe6268.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-fb99f6102bff0d81.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-6db62e69810c44c9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-bb0402933484d4f9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-b800997bcfce769b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-295dbb2fcc65f679.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4e06b03adca01890.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-67b1a21c2d505d83.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-fab08f9a0ae42703.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-c1e17c7b534315f1.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-55633ce249dc36ab.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-32d617f53e2154a1.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-e02a3c7c21da7b34.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-904d443341801caf.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-8eae445cf48844a4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/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`
56582026-09-15T03:51:36.740Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name zone_bundle --edition=2024 sled-agent/src/bin/zone-bundle.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=4345cd5abdaaa110 -C extra-filename=-d50113c6f93483ef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-30d6cf26f3e64a88.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c9d5b4c6c8a4a186.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-f5d7f573e387067a.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8b7b2e9ebde7c257.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-5b93e87315b42afc.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-30b3c1f4285918db.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-65f701cd80f5eac1.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-a0d7bce1927ddf41.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-82589cfa58309ddd.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-5ec1cd83469ea280.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4eb8e677ff21afe8.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-039c0a5661b362fd.rlib --extern fmd_adm=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm-d246b2e056ea92c3.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-32e11cbbb0cbd818.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-2e8048fc49df56ba.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-666be0b46fcb67b0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b21f4539bd46e3.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-54ea2634f4c28de7.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-11326159470257f9.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-4fa200b3d02032b8.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-78480e2ceb8e8e17.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-384b5883c9cfe350.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-0dffbe3aa872bc8e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-43c2876563805539.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-8b3f418faa0fe246.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-db1710f1650e299a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-70d26705e78829f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0198ea1645c31763.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-40be45cc1061c5ce.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-94b84189ec577910.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-f7bbc109a87a1012.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da9b92cb69636995.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d2af3962a96e0632.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-a65c8c7600e26b16.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-b1fab63ab540fe54.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-bb89a29abdaf9acb.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-6a8c9a146d75aba6.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-66a99f903956db63.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-39ead8f8ee1f9a10.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-fcfed21e523e97a9.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-9bde9270cd06758b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-605610ac2edb8b90.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95c60d69048b2f72.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-088aca85d188eb59.rlib --extern sled_agent_bootstrap_common=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_bootstrap_common-691cc3586695174c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2d667dc97a18a72b.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-f39b3768afebd3c9.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-e96eee16479a1622.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-aac489304b10c579.rlib --extern sled_agent_multirack_join=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_multirack_join-a84b369527e17f31.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-450f9a0e1538ed9a.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-a5f94283efc0e518.rlib --extern sled_agent_scrimlet_reconcilers=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_scrimlet_reconcilers-5e2f7350981dc205.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-69b7b5ef8aa13716.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-5add9b2c6d4edad1.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-918e3c4e893e5650.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-48e2f271cd55ed96.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c95b470fa7fe6268.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-fb99f6102bff0d81.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-6db62e69810c44c9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-bb0402933484d4f9.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-b800997bcfce769b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-295dbb2fcc65f679.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4e06b03adca01890.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-67b1a21c2d505d83.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-fab08f9a0ae42703.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-c1e17c7b534315f1.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-55633ce249dc36ab.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-32d617f53e2154a1.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-e02a3c7c21da7b34.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-feaa5555453c375a.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-904d443341801caf.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-8eae445cf48844a4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/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`
56592026-09-15T03:51:36.740Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name commtest --edition=2024 end-to-end-tests/src/bin/commtest.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=696a7f5901eb3c5f -C extra-filename=-1a0711accd82682c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-665243e242fcd7e8.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8b7b2e9ebde7c257.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f1187bf1a109a946.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-82e5da628c97b1bf.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-d1bccf08d01c08e8.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-e435e3425619f276.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-fd773f1aaff6b9ea.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-d065927fe990533b.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-25b39e70368fcdc4.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-db1710f1650e299a.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-94b84189ec577910.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-39060f20c7084105.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern rand_010=/work/oxidecomputer/omicron/target/debug/deps/librand-d04461f821ec7081.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-fda599c0f2adf537.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-783429a7deba1990.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/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`
56602026-09-15T03:51:36.768Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap --edition=2024 end-to-end-tests/src/bin/bootstrap.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c4ec7f77d33df8a3 -C extra-filename=-59feeb12767079e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-665243e242fcd7e8.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8b7b2e9ebde7c257.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f1187bf1a109a946.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-82e5da628c97b1bf.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-d1bccf08d01c08e8.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-e435e3425619f276.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-fd773f1aaff6b9ea.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-d065927fe990533b.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-25b39e70368fcdc4.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-db1710f1650e299a.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-94b84189ec577910.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-39060f20c7084105.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern rand_010=/work/oxidecomputer/omicron/target/debug/deps/librand-d04461f821ec7081.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-fda599c0f2adf537.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-783429a7deba1990.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/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`
56612026-09-15T03:51:36.772Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_sim --edition=2024 sled-agent/src/bin/sled-agent-sim.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=35464a9353ac5cdf -C extra-filename=-7a763179b9bd8a50 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-30d6cf26f3e64a88.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c9d5b4c6c8a4a186.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-f5d7f573e387067a.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8b7b2e9ebde7c257.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-5b93e87315b42afc.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-30b3c1f4285918db.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-65f701cd80f5eac1.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-a0d7bce1927ddf41.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-82589cfa58309ddd.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-5ec1cd83469ea280.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4eb8e677ff21afe8.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-039c0a5661b362fd.rlib --extern fmd_adm=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm-d246b2e056ea92c3.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-32e11cbbb0cbd818.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b21f4539bd46e3.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-54ea2634f4c28de7.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-11326159470257f9.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-4fa200b3d02032b8.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-78480e2ceb8e8e17.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-384b5883c9cfe350.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-0dffbe3aa872bc8e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-43c2876563805539.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-8b3f418faa0fe246.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-db1710f1650e299a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-70d26705e78829f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0198ea1645c31763.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-40be45cc1061c5ce.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-94b84189ec577910.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-f7bbc109a87a1012.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da9b92cb69636995.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d2af3962a96e0632.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-a65c8c7600e26b16.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-bb89a29abdaf9acb.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-6a8c9a146d75aba6.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-66a99f903956db63.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-39ead8f8ee1f9a10.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-fcfed21e523e97a9.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-9bde9270cd06758b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-605610ac2edb8b90.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95c60d69048b2f72.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-088aca85d188eb59.rlib --extern sled_agent_bootstrap_common=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_bootstrap_common-691cc3586695174c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2d667dc97a18a72b.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-f39b3768afebd3c9.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-e96eee16479a1622.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-aac489304b10c579.rlib --extern sled_agent_multirack_join=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_multirack_join-a84b369527e17f31.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-450f9a0e1538ed9a.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-a5f94283efc0e518.rlib --extern sled_agent_scrimlet_reconcilers=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_scrimlet_reconcilers-5e2f7350981dc205.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-69b7b5ef8aa13716.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-5add9b2c6d4edad1.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-918e3c4e893e5650.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-48e2f271cd55ed96.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c95b470fa7fe6268.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-fb99f6102bff0d81.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-6db62e69810c44c9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-bb0402933484d4f9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-b800997bcfce769b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-295dbb2fcc65f679.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4e06b03adca01890.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-67b1a21c2d505d83.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-fab08f9a0ae42703.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-c1e17c7b534315f1.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-55633ce249dc36ab.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-32d617f53e2154a1.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-e02a3c7c21da7b34.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-904d443341801caf.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-8eae445cf48844a4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/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`
56622026-09-15T03:51:36.806Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name tofino_monitor --edition=2024 sled-agent/src/bin/tofino-monitor.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=b41edb8e3ce87b80 -C extra-filename=-f41f5bae3edde803 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-30d6cf26f3e64a88.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c9d5b4c6c8a4a186.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-f5d7f573e387067a.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8b7b2e9ebde7c257.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-5b93e87315b42afc.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-30b3c1f4285918db.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-65f701cd80f5eac1.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-a0d7bce1927ddf41.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-82589cfa58309ddd.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-5ec1cd83469ea280.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4eb8e677ff21afe8.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-039c0a5661b362fd.rlib --extern fmd_adm=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm-d246b2e056ea92c3.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-32e11cbbb0cbd818.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-2e8048fc49df56ba.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-666be0b46fcb67b0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b21f4539bd46e3.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-54ea2634f4c28de7.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-11326159470257f9.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-4fa200b3d02032b8.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-78480e2ceb8e8e17.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-384b5883c9cfe350.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-0dffbe3aa872bc8e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-43c2876563805539.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-8b3f418faa0fe246.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-db1710f1650e299a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-70d26705e78829f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0198ea1645c31763.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-40be45cc1061c5ce.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-94b84189ec577910.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-f7bbc109a87a1012.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da9b92cb69636995.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d2af3962a96e0632.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-a65c8c7600e26b16.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-b1fab63ab540fe54.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-bb89a29abdaf9acb.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-6a8c9a146d75aba6.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-66a99f903956db63.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-39ead8f8ee1f9a10.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-fcfed21e523e97a9.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-9bde9270cd06758b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-605610ac2edb8b90.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95c60d69048b2f72.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-088aca85d188eb59.rlib --extern sled_agent_bootstrap_common=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_bootstrap_common-691cc3586695174c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2d667dc97a18a72b.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-f39b3768afebd3c9.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-e96eee16479a1622.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-aac489304b10c579.rlib --extern sled_agent_multirack_join=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_multirack_join-a84b369527e17f31.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-450f9a0e1538ed9a.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-a5f94283efc0e518.rlib --extern sled_agent_scrimlet_reconcilers=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_scrimlet_reconcilers-5e2f7350981dc205.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-69b7b5ef8aa13716.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-5add9b2c6d4edad1.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-918e3c4e893e5650.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-48e2f271cd55ed96.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c95b470fa7fe6268.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-fb99f6102bff0d81.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-6db62e69810c44c9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-bb0402933484d4f9.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-b800997bcfce769b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-295dbb2fcc65f679.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4e06b03adca01890.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-67b1a21c2d505d83.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-fab08f9a0ae42703.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-c1e17c7b534315f1.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-55633ce249dc36ab.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-32d617f53e2154a1.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-e02a3c7c21da7b34.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-feaa5555453c375a.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-904d443341801caf.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-8eae445cf48844a4.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/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`
56632026-09-15T03:52:04.642Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_interface --edition=2024 nexus/test-interface/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0b8b4796f1a48766 -C extra-filename=-ba6026acb0b87e30 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8b7b2e9ebde7c257.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-8b3f418faa0fe246.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4881fbe893ab3e36.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_debug_dropbox=/work/oxidecomputer/omicron/target/debug/deps/libomicron_debug_dropbox-decbc3119b08a51b.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/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-15T03:52:04.647Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_metrics_producer_gc --edition=2024 nexus/metrics-producer-gc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=88fa4a7128378d3d -C extra-filename=-f2c1b732a6ca470b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4881fbe893ab3e36.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8deb29f318ec0137.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L 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`
56652026-09-15T03:52:04.647Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_switch_config_preparation --edition=2024 nexus/switch-config/preparation/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7f60effdb610ae15 -C extra-filename=-832d527841009764 --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-384b5883c9cfe350.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fc2050e702e33a49.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4881fbe893ab3e36.rmeta --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-acdd857e4a411278.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/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-15T03:52:04.647Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_saga_recovery --edition=2024 nexus/saga-recovery/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1d9d1aee58566d83 -C extra-filename=-ecaac2abc659cbdc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fc2050e702e33a49.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4881fbe893ab3e36.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-157f651173c250bf.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/fm/amd64 -L native=/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`
56672026-09-15T03:52:04.685Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_preparation --edition=2024 nexus/reconfigurator/preparation/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dbae9ea754cb1669 -C extra-filename=-1d62fd0ca17fa97b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fc2050e702e33a49.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4881fbe893ab3e36.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/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-15T03:52:04.688Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_networking --edition=2024 nexus/networking/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=93a22e53aba72834 -C extra-filename=-9f60a5144d3a6ba8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a6c3252379a66c5.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-384b5883c9cfe350.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-2580810b65a7b75a.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4881fbe893ab3e36.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2d667dc97a18a72b.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-bfc5ccdff2db0195.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/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`
56692026-09-15T03:52:04.688Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_rendezvous --edition=2024 nexus/reconfigurator/rendezvous/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c4235fe8a69d1118 -C extra-filename=-3a6a4251308cf34b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4881fbe893ab3e36.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/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`
56702026-09-15T03:52:05.157Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils --edition=2024 nexus/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --cfg 'feature="omicron-dev"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("omicron-dev"))' -C metadata=144f5451affb5d15 -C extra-filename=-6b7dc29ee32426de --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8b7b2e9ebde7c257.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-65f701cd80f5eac1.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-3258c8f25334bd1d.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-95ea99b300116b1f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rmeta --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ee2e4ac302948d5f.rmeta --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8eeef770103af252.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f7a1adc56f8899f4.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-e435e3425619f276.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b21f4539bd46e3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-11326159470257f9.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-43c2876563805539.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-8b3f418faa0fe246.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4881fbe893ab3e36.rmeta --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-db1710f1650e299a.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-9cfeeecb2fd17e1c.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ba6026acb0b87e30.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rmeta --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-e2a7c84c02d554af.rmeta --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-64564d620766fb62.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_debug_dropbox=/work/oxidecomputer/omicron/target/debug/deps/libomicron_debug_dropbox-decbc3119b08a51b.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-308f0204c87e6f29.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-94b84189ec577910.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da9b92cb69636995.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-cb4a17a81ac15ff9.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-a65c8c7600e26b16.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rmeta --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-b1fab63ab540fe54.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-4d6255ea0ebdcbd9.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2d667dc97a18a72b.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8abc38b4608f96b7.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4e06b03adca01890.rmeta --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-67b1a21c2d505d83.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/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`
56712026-09-15T03:52:06.766Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_execution --edition=2024 nexus/reconfigurator/execution/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9b3cc40bc5749718 -C extra-filename=-faf704dbf0883e86 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-6ec0adb6282304ce.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-49012faef9cfca90.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-4080cdc10a421036.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-30b3c1f4285918db.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-bbf2979e7369be72.rmeta --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-0971dfdbc3426724.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-8b3f418faa0fe246.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-2580810b65a7b75a.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fc2050e702e33a49.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4881fbe893ab3e36.rmeta --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-080045aec0041107.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-9f60a5144d3a6ba8.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-2e33ca5688288ea7.rmeta --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-dc0a97fda5ff008b.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2d667dc97a18a72b.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/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`
56722026-09-15T03:52:08.662Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name support_bundle_collection --edition=2024 support-bundle-collection/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1bc9ba9531a628c0 -C extra-filename=-9e34663f23b0ec3a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a6c3252379a66c5.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6f3ab8716908876b.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fc2050e702e33a49.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4881fbe893ab3e36.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-9f60a5144d3a6ba8.rmeta --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-1d62fd0ca17fa97b.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-06f54a0c0ab204df.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2d667dc97a18a72b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4e06b03adca01890.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-904d443341801caf.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/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`
56732026-09-15T03:52:09.388Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_interface --edition=2024 nexus/test-interface/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=33dd236d0dd636cc -C extra-filename=-6560a4ca1d147612 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8b7b2e9ebde7c257.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-8b3f418faa0fe246.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4881fbe893ab3e36.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_debug_dropbox=/work/oxidecomputer/omicron/target/debug/deps/libomicron_debug_dropbox-decbc3119b08a51b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/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`
56742026-09-15T03:52:09.392Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_switch_config_preparation --edition=2024 nexus/switch-config/preparation/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d91d88764ca6e346 -C extra-filename=-9f789364e00668c8 --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-384b5883c9cfe350.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fc2050e702e33a49.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4881fbe893ab3e36.rlib --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-acdd857e4a411278.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/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`
56752026-09-15T03:52:09.392Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_networking --edition=2024 nexus/networking/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=820a3ce01c2d0825 -C extra-filename=-90ca8b956c52056c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a6c3252379a66c5.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-384b5883c9cfe350.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-2580810b65a7b75a.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4881fbe893ab3e36.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2d667dc97a18a72b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-bfc5ccdff2db0195.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/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`
56762026-09-15T03:52:09.419Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name integration --edition=2024 nexus/db-lookup/tests/integration/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9fd0fc36bc1b38af -C extra-filename=-eb879d3d808fa31a --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-274bf28b24d0a9db.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-d66d3c58f97391b4.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ce52d0252545829b.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-4ea8ecee3ceb19a6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-384b5883c9cfe350.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-c1f6594e8f489b42.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-765881c912fd9744.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-2580810b65a7b75a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fc2050e702e33a49.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4881fbe893ab3e36.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4cf12e333f64223c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-e08130b483600558.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/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`
56772026-09-15T03:52:09.425Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_rendezvous --edition=2024 nexus/reconfigurator/rendezvous/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=205732945f724f5c -C extra-filename=-f0d3428fd6840afe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-274bf28b24d0a9db.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ce52d0252545829b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fc2050e702e33a49.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4881fbe893ab3e36.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4cf12e333f64223c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/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`
56782026-09-15T03:52:09.425Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils --edition=2024 nexus/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="omicron-dev"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("omicron-dev"))' -C metadata=429a52b0e6aabebf -C extra-filename=-c0915595e31c022a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8b7b2e9ebde7c257.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-65f701cd80f5eac1.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-3258c8f25334bd1d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-95ea99b300116b1f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ee2e4ac302948d5f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8eeef770103af252.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f7a1adc56f8899f4.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-e435e3425619f276.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b21f4539bd46e3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-11326159470257f9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-43c2876563805539.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-8b3f418faa0fe246.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4881fbe893ab3e36.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-db1710f1650e299a.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-9cfeeecb2fd17e1c.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ba6026acb0b87e30.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-e2a7c84c02d554af.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-64564d620766fb62.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_debug_dropbox=/work/oxidecomputer/omicron/target/debug/deps/libomicron_debug_dropbox-decbc3119b08a51b.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-308f0204c87e6f29.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-94b84189ec577910.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da9b92cb69636995.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-cb4a17a81ac15ff9.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-a65c8c7600e26b16.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-b1fab63ab540fe54.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-4d6255ea0ebdcbd9.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2d667dc97a18a72b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8abc38b4608f96b7.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4e06b03adca01890.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-67b1a21c2d505d83.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/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`
56792026-09-15T03:52:09.425Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_preparation --edition=2024 nexus/reconfigurator/preparation/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3ba79de3c73d8bc0 -C extra-filename=-ad412b2eea296f50 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fc2050e702e33a49.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4881fbe893ab3e36.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/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`
56802026-09-15T03:52:09.425Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_lookup --edition=2024 nexus/db-lookup/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ca8197a6775f5a46 -C extra-filename=-768175f9cd71dda3 --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-274bf28b24d0a9db.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-d66d3c58f97391b4.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ce52d0252545829b.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-4ea8ecee3ceb19a6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-384b5883c9cfe350.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-c1f6594e8f489b42.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-765881c912fd9744.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fc2050e702e33a49.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4881fbe893ab3e36.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4cf12e333f64223c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-e08130b483600558.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/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`
56812026-09-15T03:52:09.805Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name ntp_admin --edition=2024 ntp-admin/src/bin/ntp-admin.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b84884413aaf0bc9 -C extra-filename=-5300832001c1e186 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-6b7dc29ee32426de.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-11e72818ab888189.rlib --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-4a96eede9ac8d76c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_ntp_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ntp_admin-0db3889ef3d5140e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-19bb5731071ccc1e.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-43c55b0f49f9feb6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8abc38b4608f96b7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-72f8271b6a33c915.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/fm/amd64 -L native=/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-15T03:52:09.809Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_queries --edition=2024 nexus/db-queries/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --cfg 'feature="nexus-reconfigurator-planning"' --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nexus-reconfigurator-planning", "omicron-test-utils", "testing"))' -C metadata=18fb268a8cb936b0 -C extra-filename=-b62824233fb36fff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-274bf28b24d0a9db.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-30b3c1f4285918db.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-77736f3c35d4a4b8.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-5d1b38cab6734332.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-7c377b1087dd1298.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-d66d3c58f97391b4.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ce52d0252545829b.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-4ea8ecee3ceb19a6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8a3ae8e67452c024.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a6c3252379a66c5.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-b1d92761482d9115.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-384b5883c9cfe350.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-c1f6594e8f489b42.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-8b3f418faa0fe246.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-765881c912fd9744.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-110d793b079550fe.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-2580810b65a7b75a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fc2050e702e33a49.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4cf12e333f64223c.rlib --extern nexus_fm_slippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm_slippy-8d5b6396c8d07aad.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e1ed9732e870e072.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-9cfeeecb2fd17e1c.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-6b7dc29ee32426de.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-e2a7c84c02d554af.rlib --extern nonempty=/work/oxidecomputer/omicron/target/debug/deps/libnonempty-ae867e9d6d10901d.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-473a2e16de50744b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-308f0204c87e6f29.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-94b84189ec577910.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0875c71ea664a892.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-43c55b0f49f9feb6.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-b4a52e8733931033.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da9b92cb69636995.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3abc053f4411f86b.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-bad34ca77d4ced2b.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0de20df312798682.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-eba8521e88a666db.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-b1fab63ab540fe54.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-e08130b483600558.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-2a5a4d2fbeb7e66b.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5f249a94a98632d0.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a00b12ef41f33166.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-bac9ed1fab7e3a17.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-520e79432e611323.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2d667dc97a18a72b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-783429a7deba1990.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-bfc5ccdff2db0195.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-157f651173c250bf.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2c98d7798085936d.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-a61a9cb9599feb37.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-c1e17c7b534315f1.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-72f8271b6a33c915.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/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`
56832026-09-15T03:52:09.809Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin --edition=2024 cockroach-admin/src/bin/cockroach-admin.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b1d15f0ef8cc3b9c -C extra-filename=-0f103496c37317bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-94318733bb2785ff.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-77736f3c35d4a4b8.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-0888a51597437a49.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-9f2ff1acfcfd0869.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-6b7dc29ee32426de.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-64564d620766fb62.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-19bb5731071ccc1e.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-43c55b0f49f9feb6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8abc38b4608f96b7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-72f8271b6a33c915.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/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`
56842026-09-15T03:52:09.837Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_cockroach_admin --edition=2024 cockroach-admin/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8d26321a99b30dc0 -C extra-filename=-5631ff87caa102e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-94318733bb2785ff.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-77736f3c35d4a4b8.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-0888a51597437a49.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-9f2ff1acfcfd0869.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-6b7dc29ee32426de.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-19bb5731071ccc1e.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-43c55b0f49f9feb6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8abc38b4608f96b7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-72f8271b6a33c915.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/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`
56852026-09-15T03:52:09.906Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_metrics_producer_gc --edition=2024 nexus/metrics-producer-gc/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a0f755ffb055e6ce -C extra-filename=-8d93a1d15e5c4be3 --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-274bf28b24d0a9db.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ce52d0252545829b.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-49f5d8277ca84cd5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-384b5883c9cfe350.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fc2050e702e33a49.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4881fbe893ab3e36.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4cf12e333f64223c.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-6b7dc29ee32426de.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8deb29f318ec0137.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/fm/amd64 -L 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`
56862026-09-15T03:52:09.910Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ntp_admin --edition=2024 ntp-admin/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=089c5260d9bef9cd -C extra-filename=-f5d94de686154520 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-6b7dc29ee32426de.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-11e72818ab888189.rlib --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-4a96eede9ac8d76c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-19bb5731071ccc1e.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-43c55b0f49f9feb6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8abc38b4608f96b7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-72f8271b6a33c915.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/fm/amd64 -L native=/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`
56872026-09-15T03:52:09.936Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_saga_recovery --edition=2024 nexus/saga-recovery/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=90b4c565f75b467a -C extra-filename=-ea1bac569387bca6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-c1f6594e8f489b42.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fc2050e702e33a49.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4881fbe893ab3e36.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-6b7dc29ee32426de.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-7e7553f44400766b.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-b1fab63ab540fe54.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-157f651173c250bf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/fm/amd64 -L native=/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`
56882026-09-15T03:52:10.976Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_nexus --edition=2024 nexus/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("multicast"))' -C metadata=47632a8b2b006365 -C extra-filename=-eb7d935b698e550c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-274bf28b24d0a9db.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rmeta --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8b7b2e9ebde7c257.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-c7927cdb9847c108.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-5b93e87315b42afc.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-6ec0adb6282304ce.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-49012faef9cfca90.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-4080cdc10a421036.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-bbf2979e7369be72.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-65f701cd80f5eac1.rmeta --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-94ce42e3c2556011.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-27840ab51e5d0e43.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ce52d0252545829b.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-5ec1cd83469ea280.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-3258c8f25334bd1d.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-95ea99b300116b1f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rmeta --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8a3ae8e67452c024.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-c6ad66728a1f7c05.rmeta --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a6c3252379a66c5.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f7a1adc56f8899f4.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-e435e3425619f276.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-656a16477c3e4dd7.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b21f4539bd46e3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-11326159470257f9.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-4fa200b3d02032b8.rmeta --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-b38ea0edf80b482b.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-384b5883c9cfe350.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rmeta --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6f3ab8716908876b.rmeta --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-a1f7a4772891feab.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-a07bfbf502fff96e.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-e3a326d06017962d.rmeta --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-89741af91b86b4b3.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-c1f6594e8f489b42.rmeta --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-b21efbab9c3d9cd1.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-8b3f418faa0fe246.rmeta --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-2580810b65a7b75a.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fc2050e702e33a49.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4881fbe893ab3e36.rmeta --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4cf12e333f64223c.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-0c3679e3b54107c0.rmeta --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-33c09537eb2e1a2d.rmeta --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-6e5bd53b78186df0.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-6c4c44956cf2af5d.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e1ed9732e870e072.rmeta --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-9b720a3debdec737.rmeta --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-f2c1b732a6ca470b.rmeta --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-080045aec0041107.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-9f60a5144d3a6ba8.rmeta --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-faf704dbf0883e86.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-9cfeeecb2fd17e1c.rmeta --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-1d62fd0ca17fa97b.rmeta --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-3a6a4251308cf34b.rmeta --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-ecaac2abc659cbdc.rmeta --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-acdd857e4a411278.rmeta --extern nexus_switch_config_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config_preparation-832d527841009764.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ba6026acb0b87e30.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rmeta --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-e2a7c84c02d554af.rmeta --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-e00ed5c798a2111b.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-1af496fd5ab035aa.rmeta --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-473a2e16de50744b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rmeta --extern omicron_debug_dropbox=/work/oxidecomputer/omicron/target/debug/deps/libomicron_debug_dropbox-decbc3119b08a51b.rmeta --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-308f0204c87e6f29.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-6cce0bc98f3e1f35.rmeta --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rmeta --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-2e33ca5688288ea7.rmeta --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-dc0a97fda5ff008b.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da9b92cb69636995.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8deb29f318ec0137.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-33d3def4429cf461.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d2af3962a96e0632.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-a65c8c7600e26b16.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-bfbe0f064f22962b.rmeta --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-06f54a0c0ab204df.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c9efdcc507723cfe.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3abc053f4411f86b.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-f33b5e798654e53b.rmeta --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-bc56cc3da71baa56.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-bb89a29abdaf9acb.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-e08130b483600558.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rmeta --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-39ead8f8ee1f9a10.rmeta --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-5da5b880462cda97.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5f249a94a98632d0.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-71bae07553df3d6d.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a00b12ef41f33166.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-3c4c38c24af6348d.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-73faca2b25abd4c5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rmeta --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-bac9ed1fab7e3a17.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rmeta --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-40b0ae1304dff841.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-4d6255ea0ebdcbd9.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-520e79432e611323.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2d667dc97a18a72b.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rmeta --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-69b7b5ef8aa13716.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-bfc5ccdff2db0195.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-157f651173c250bf.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rmeta --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-9e34663f23b0ec3a.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2c98d7798085936d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8abc38b4608f96b7.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4e06b03adca01890.rmeta --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rmeta --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-6ab79d5f5b3744f5.rmeta --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-72f8271b6a33c915.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-904d443341801caf.rmeta --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/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`
56892026-09-15T03:52:11.363Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_exec_unsafe --edition=2024 dev-tools/reconfigurator-exec-unsafe/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fa8f5d92038610fa -C extra-filename=-8fb07e466a36729d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fc2050e702e33a49.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4881fbe893ab3e36.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-080045aec0041107.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-faf704dbf0883e86.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-2e33ca5688288ea7.rlib --extern oxide_update_engine_display=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_display-e01802dea79c318f.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-dc0a97fda5ff008b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-e08130b483600558.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-9bde9270cd06758b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-97cd1b190f753ebd.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/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`
56902026-09-15T03:52:13.130Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_nexus --edition=2024 nexus/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("multicast"))' -C metadata=0587b52b63d1a4dc -C extra-filename=-0accd2c79dbdea68 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-274bf28b24d0a9db.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8b7b2e9ebde7c257.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-c7927cdb9847c108.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-5b93e87315b42afc.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-6ec0adb6282304ce.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-49012faef9cfca90.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-4080cdc10a421036.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-bbf2979e7369be72.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-7c377b1087dd1298.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-65f701cd80f5eac1.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-94ce42e3c2556011.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-27840ab51e5d0e43.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ce52d0252545829b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-5ec1cd83469ea280.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d89d3e39900a35ba.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-3258c8f25334bd1d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-95ea99b300116b1f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8a3ae8e67452c024.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-c6ad66728a1f7c05.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4eb8e677ff21afe8.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a6c3252379a66c5.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ee2e4ac302948d5f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8eeef770103af252.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f7a1adc56f8899f4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-e435e3425619f276.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-656a16477c3e4dd7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b21f4539bd46e3.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-6b965b52841a5d7f.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-49f5d8277ca84cd5.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-bea3e5c996983297.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-11326159470257f9.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-b1d92761482d9115.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-4fa200b3d02032b8.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-b38ea0edf80b482b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-384b5883c9cfe350.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6f3ab8716908876b.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-a1f7a4772891feab.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-a07bfbf502fff96e.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-e3a326d06017962d.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-89741af91b86b4b3.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-c1f6594e8f489b42.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-b21efbab9c3d9cd1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-43c2876563805539.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-8b3f418faa0fe246.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-2580810b65a7b75a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fc2050e702e33a49.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4881fbe893ab3e36.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4cf12e333f64223c.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-0c3679e3b54107c0.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-33c09537eb2e1a2d.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-6e5bd53b78186df0.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-6c4c44956cf2af5d.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e1ed9732e870e072.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-9b720a3debdec737.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-db1710f1650e299a.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-f2c1b732a6ca470b.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-080045aec0041107.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-9f60a5144d3a6ba8.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-faf704dbf0883e86.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-9cfeeecb2fd17e1c.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-1d62fd0ca17fa97b.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-3a6a4251308cf34b.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-ecaac2abc659cbdc.rlib --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-acdd857e4a411278.rlib --extern nexus_switch_config_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config_preparation-832d527841009764.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ba6026acb0b87e30.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-6b7dc29ee32426de.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-7e7553f44400766b.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-e2a7c84c02d554af.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-e00ed5c798a2111b.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-1af496fd5ab035aa.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-473a2e16de50744b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_debug_dropbox=/work/oxidecomputer/omicron/target/debug/deps/libomicron_debug_dropbox-decbc3119b08a51b.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-308f0204c87e6f29.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-94b84189ec577910.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-19bb5731071ccc1e.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-43c55b0f49f9feb6.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-6cce0bc98f3e1f35.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-39060f20c7084105.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-2e33ca5688288ea7.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-dc0a97fda5ff008b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da9b92cb69636995.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8deb29f318ec0137.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-cb4a17a81ac15ff9.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-33d3def4429cf461.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d2af3962a96e0632.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-a65c8c7600e26b16.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-bfbe0f064f22962b.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-06f54a0c0ab204df.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c9efdcc507723cfe.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3abc053f4411f86b.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-bad34ca77d4ced2b.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0de20df312798682.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-b1fab63ab540fe54.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-f33b5e798654e53b.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-bc56cc3da71baa56.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-bb89a29abdaf9acb.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-e08130b483600558.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-39ead8f8ee1f9a10.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-5da5b880462cda97.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-2a5a4d2fbeb7e66b.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-486db2be12acbdc1.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5f249a94a98632d0.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-71bae07553df3d6d.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a00b12ef41f33166.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-3c4c38c24af6348d.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-73faca2b25abd4c5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-bac9ed1fab7e3a17.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-46c1a0698c8f1286.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-40b0ae1304dff841.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-4d6255ea0ebdcbd9.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-520e79432e611323.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-bb371b07d28f574c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2d667dc97a18a72b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-69b7b5ef8aa13716.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-fb99f6102bff0d81.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-bfc5ccdff2db0195.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-157f651173c250bf.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-9e34663f23b0ec3a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2c98d7798085936d.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-a61a9cb9599feb37.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8abc38b4608f96b7.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4e06b03adca01890.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-67b1a21c2d505d83.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-6ab79d5f5b3744f5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-72f8271b6a33c915.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-904d443341801caf.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/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`
56912026-09-15T03:52:13.133Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name support_bundle_collection --edition=2024 support-bundle-collection/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d0f6c8fdee386c60 -C extra-filename=-1833be8c21912312 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a6c3252379a66c5.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6f3ab8716908876b.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fc2050e702e33a49.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4881fbe893ab3e36.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-9f60a5144d3a6ba8.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-1d62fd0ca17fa97b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-06f54a0c0ab204df.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2d667dc97a18a72b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4e06b03adca01890.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-904d443341801caf.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/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`
56922026-09-15T03:52:13.162Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name test_nexus_handoff --edition=2024 live-tests/tests/test_nexus_handoff.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8a74474853b5e473 -C extra-filename=-32e1888e32004e75 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-3258c8f25334bd1d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern live_tests_macros=/work/oxidecomputer/omicron/target/debug/deps/liblive_tests_macros-8f9a64d5256aa26f.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-8b3f418faa0fe246.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fc2050e702e33a49.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4881fbe893ab3e36.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e1ed9732e870e072.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-db1710f1650e299a.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-9cfeeecb2fd17e1c.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-1d62fd0ca17fa97b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-00ef578645e692ad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/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`
56932026-09-15T03:52:13.197Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name test_nexus_add_remove --edition=2024 live-tests/tests/test_nexus_add_remove.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d58e9629f44a21bb -C extra-filename=-68bd2306e0659701 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-3258c8f25334bd1d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern live_tests_macros=/work/oxidecomputer/omicron/target/debug/deps/liblive_tests_macros-8f9a64d5256aa26f.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-8b3f418faa0fe246.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fc2050e702e33a49.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4881fbe893ab3e36.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e1ed9732e870e072.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-db1710f1650e299a.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-9cfeeecb2fd17e1c.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-1d62fd0ca17fa97b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-00ef578645e692ad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/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`
56942026-09-15T03:55:00.986Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev --edition=2024 dev-tools/omicron-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0811b62fe32b0717 -C extra-filename=-2ac92fe32bf6a0ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a6c3252379a66c5.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8eeef770103af252.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-8b3f418faa0fe246.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ba6026acb0b87e30.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-6b7dc29ee32426de.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-eb7d935b698e550c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-b508a3ff452e0310.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/fm/amd64 -L native=/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`
56952026-09-15T03:55:00.986Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name schema_updater --edition=2024 nexus/src/bin/schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("multicast"))' -C metadata=6acfc550b3f0571a -C extra-filename=-a81dce27a79e7ccc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-274bf28b24d0a9db.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8b7b2e9ebde7c257.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-c7927cdb9847c108.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-5b93e87315b42afc.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-6ec0adb6282304ce.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-49012faef9cfca90.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-4080cdc10a421036.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-bbf2979e7369be72.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-65f701cd80f5eac1.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-94ce42e3c2556011.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-27840ab51e5d0e43.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ce52d0252545829b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-5ec1cd83469ea280.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-3258c8f25334bd1d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-95ea99b300116b1f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8a3ae8e67452c024.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-c6ad66728a1f7c05.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a6c3252379a66c5.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f7a1adc56f8899f4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-e435e3425619f276.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-656a16477c3e4dd7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b21f4539bd46e3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-11326159470257f9.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-4fa200b3d02032b8.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-b38ea0edf80b482b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-384b5883c9cfe350.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6f3ab8716908876b.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-a1f7a4772891feab.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-a07bfbf502fff96e.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-e3a326d06017962d.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-89741af91b86b4b3.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-c1f6594e8f489b42.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-b21efbab9c3d9cd1.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-8b3f418faa0fe246.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-2580810b65a7b75a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fc2050e702e33a49.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4881fbe893ab3e36.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4cf12e333f64223c.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-0c3679e3b54107c0.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-33c09537eb2e1a2d.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-6e5bd53b78186df0.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-6c4c44956cf2af5d.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e1ed9732e870e072.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-9b720a3debdec737.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-f2c1b732a6ca470b.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-080045aec0041107.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-9f60a5144d3a6ba8.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-faf704dbf0883e86.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-9cfeeecb2fd17e1c.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-1d62fd0ca17fa97b.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-3a6a4251308cf34b.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-ecaac2abc659cbdc.rlib --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-acdd857e4a411278.rlib --extern nexus_switch_config_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config_preparation-832d527841009764.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ba6026acb0b87e30.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-e2a7c84c02d554af.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-e00ed5c798a2111b.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-1af496fd5ab035aa.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-473a2e16de50744b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_debug_dropbox=/work/oxidecomputer/omicron/target/debug/deps/libomicron_debug_dropbox-decbc3119b08a51b.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-eb7d935b698e550c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-308f0204c87e6f29.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-6cce0bc98f3e1f35.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-2e33ca5688288ea7.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-dc0a97fda5ff008b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da9b92cb69636995.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8deb29f318ec0137.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-33d3def4429cf461.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d2af3962a96e0632.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-a65c8c7600e26b16.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-bfbe0f064f22962b.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-06f54a0c0ab204df.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c9efdcc507723cfe.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3abc053f4411f86b.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-f33b5e798654e53b.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-bc56cc3da71baa56.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-bb89a29abdaf9acb.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-e08130b483600558.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-39ead8f8ee1f9a10.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-5da5b880462cda97.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5f249a94a98632d0.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-71bae07553df3d6d.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a00b12ef41f33166.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-3c4c38c24af6348d.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-73faca2b25abd4c5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-bac9ed1fab7e3a17.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-40b0ae1304dff841.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-4d6255ea0ebdcbd9.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-520e79432e611323.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2d667dc97a18a72b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-69b7b5ef8aa13716.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-bfc5ccdff2db0195.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-157f651173c250bf.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-9e34663f23b0ec3a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2c98d7798085936d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8abc38b4608f96b7.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4e06b03adca01890.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-6ab79d5f5b3744f5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-72f8271b6a33c915.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-904d443341801caf.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/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`
56962026-09-15T03:55:00.987Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus --edition=2024 nexus/src/bin/nexus.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("multicast"))' -C metadata=963254e1fed5bac7 -C extra-filename=-a92c908c10d56b17 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-274bf28b24d0a9db.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8b7b2e9ebde7c257.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-c7927cdb9847c108.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-5b93e87315b42afc.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-6ec0adb6282304ce.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-49012faef9cfca90.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-4080cdc10a421036.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-bbf2979e7369be72.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-65f701cd80f5eac1.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-94ce42e3c2556011.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-27840ab51e5d0e43.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ce52d0252545829b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-5ec1cd83469ea280.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-3258c8f25334bd1d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-95ea99b300116b1f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8a3ae8e67452c024.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-c6ad66728a1f7c05.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a6c3252379a66c5.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f7a1adc56f8899f4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-e435e3425619f276.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-656a16477c3e4dd7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b21f4539bd46e3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-11326159470257f9.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-4fa200b3d02032b8.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-b38ea0edf80b482b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-384b5883c9cfe350.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6f3ab8716908876b.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-a1f7a4772891feab.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-a07bfbf502fff96e.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-e3a326d06017962d.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-89741af91b86b4b3.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-c1f6594e8f489b42.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-b21efbab9c3d9cd1.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-8b3f418faa0fe246.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-2580810b65a7b75a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fc2050e702e33a49.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4881fbe893ab3e36.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4cf12e333f64223c.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-0c3679e3b54107c0.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-33c09537eb2e1a2d.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-6e5bd53b78186df0.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-6c4c44956cf2af5d.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e1ed9732e870e072.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-9b720a3debdec737.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-f2c1b732a6ca470b.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-080045aec0041107.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-9f60a5144d3a6ba8.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-faf704dbf0883e86.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-9cfeeecb2fd17e1c.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-1d62fd0ca17fa97b.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-3a6a4251308cf34b.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-ecaac2abc659cbdc.rlib --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-acdd857e4a411278.rlib --extern nexus_switch_config_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config_preparation-832d527841009764.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ba6026acb0b87e30.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-e2a7c84c02d554af.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-e00ed5c798a2111b.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-1af496fd5ab035aa.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-473a2e16de50744b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_debug_dropbox=/work/oxidecomputer/omicron/target/debug/deps/libomicron_debug_dropbox-decbc3119b08a51b.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-eb7d935b698e550c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-308f0204c87e6f29.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-6cce0bc98f3e1f35.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-2e33ca5688288ea7.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-dc0a97fda5ff008b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da9b92cb69636995.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8deb29f318ec0137.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-33d3def4429cf461.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d2af3962a96e0632.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-a65c8c7600e26b16.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-bfbe0f064f22962b.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-06f54a0c0ab204df.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c9efdcc507723cfe.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3abc053f4411f86b.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-f33b5e798654e53b.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-bc56cc3da71baa56.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-bb89a29abdaf9acb.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-e08130b483600558.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-39ead8f8ee1f9a10.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-5da5b880462cda97.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5f249a94a98632d0.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-71bae07553df3d6d.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a00b12ef41f33166.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-3c4c38c24af6348d.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-73faca2b25abd4c5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-bac9ed1fab7e3a17.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-40b0ae1304dff841.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-4d6255ea0ebdcbd9.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-520e79432e611323.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2d667dc97a18a72b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-69b7b5ef8aa13716.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-bfc5ccdff2db0195.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-157f651173c250bf.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-9e34663f23b0ec3a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2c98d7798085936d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8abc38b4608f96b7.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4e06b03adca01890.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-6ab79d5f5b3744f5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-72f8271b6a33c915.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-904d443341801caf.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/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`
56972026-09-15T03:55:00.987Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name omdb --edition=2024 dev-tools/omdb/src/bin/omdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=734590fca42db837 -C extra-filename=-ba05daccb790733f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-274bf28b24d0a9db.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-58127f285db477d8.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8b7b2e9ebde7c257.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-4080cdc10a421036.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-61e47cdc915178e8.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-65f701cd80f5eac1.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-27840ab51e5d0e43.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-9f2ff1acfcfd0869.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ce52d0252545829b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-5ec1cd83469ea280.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-ab58984db8b52f7e.rlib --extern erebor=/work/oxidecomputer/omicron/target/debug/deps/liberebor-186ec38d8d2caaed.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8a3ae8e67452c024.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a6c3252379a66c5.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ee2e4ac302948d5f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8eeef770103af252.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-fd773f1aaff6b9ea.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-a8f9954c45614da6.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-2103a7c365bf290e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-384b5883c9cfe350.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-c1e5be9fb6586715.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-8b3f418faa0fe246.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-765881c912fd9744.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-2580810b65a7b75a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fc2050e702e33a49.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4881fbe893ab3e36.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4cf12e333f64223c.rlib --extern nexus_fm_slippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm_slippy-8d5b6396c8d07aad.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e1ed9732e870e072.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-db1710f1650e299a.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-9f60a5144d3a6ba8.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-1d62fd0ca17fa97b.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-ecaac2abc659cbdc.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-6b7dc29ee32426de.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-7e7553f44400766b.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-e00ed5c798a2111b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_git_version=/work/oxidecomputer/omicron/target/debug/deps/libomicron_git_version-5b2cf2f904c73b41.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-eb7d935b698e550c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d04f08a445a4a0f4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern oxide_update_engine_display=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_display-e01802dea79c318f.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-dc0a97fda5ff008b.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8deb29f318ec0137.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-33d3def4429cf461.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-06f54a0c0ab204df.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0de20df312798682.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-a1bb2c688165151e.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-4b2d53e65fcfcc61.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-3e756e2dae68da92.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2d667dc97a18a72b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-157f651173c250bf.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-9e34663f23b0ec3a.rlib --extern support_bundle_viewer=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_viewer-70db9ec5b1ce133b.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-97cd1b190f753ebd.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-ffb315459a2ad208.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-00ef578645e692ad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-ac02d16f97a48ace.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-72f8271b6a33c915.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-904d443341801caf.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/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`
56982026-09-15T03:55:00.987Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name test_all_output --edition=2024 dev-tools/omdb/tests/test_all_output.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3246d5b5879d71f7 -C extra-filename=-223eaab9926fe1ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-274bf28b24d0a9db.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-58127f285db477d8.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8b7b2e9ebde7c257.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-4080cdc10a421036.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-61e47cdc915178e8.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-65f701cd80f5eac1.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-27840ab51e5d0e43.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-9f2ff1acfcfd0869.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ce52d0252545829b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-5ec1cd83469ea280.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-ab58984db8b52f7e.rlib --extern erebor=/work/oxidecomputer/omicron/target/debug/deps/liberebor-186ec38d8d2caaed.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8a3ae8e67452c024.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a6c3252379a66c5.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ee2e4ac302948d5f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8eeef770103af252.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-fd773f1aaff6b9ea.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-a8f9954c45614da6.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-2103a7c365bf290e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-384b5883c9cfe350.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-c1e5be9fb6586715.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-8b3f418faa0fe246.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-765881c912fd9744.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-2580810b65a7b75a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fc2050e702e33a49.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4881fbe893ab3e36.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4cf12e333f64223c.rlib --extern nexus_fm_slippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm_slippy-8d5b6396c8d07aad.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e1ed9732e870e072.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-db1710f1650e299a.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-9f60a5144d3a6ba8.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-1d62fd0ca17fa97b.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-ecaac2abc659cbdc.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-6b7dc29ee32426de.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-7e7553f44400766b.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-e00ed5c798a2111b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_git_version=/work/oxidecomputer/omicron/target/debug/deps/libomicron_git_version-5b2cf2f904c73b41.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-eb7d935b698e550c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d04f08a445a4a0f4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern oxide_update_engine_display=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_display-e01802dea79c318f.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-dc0a97fda5ff008b.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8deb29f318ec0137.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-33d3def4429cf461.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-06f54a0c0ab204df.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0de20df312798682.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-a1bb2c688165151e.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-4b2d53e65fcfcc61.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-3e756e2dae68da92.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2d667dc97a18a72b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-157f651173c250bf.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-9e34663f23b0ec3a.rlib --extern support_bundle_viewer=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_viewer-70db9ec5b1ce133b.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-97cd1b190f753ebd.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-ffb315459a2ad208.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-00ef578645e692ad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-ac02d16f97a48ace.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-72f8271b6a33c915.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-904d443341801caf.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/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`
56992026-09-15T03:55:00.988Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev --edition=2024 dev-tools/omicron-dev/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=244dea0fea7edbc2 -C extra-filename=-a337686c97fb3595 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a6c3252379a66c5.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8eeef770103af252.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-8b3f418faa0fe246.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ba6026acb0b87e30.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-6b7dc29ee32426de.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-f7a5357cb15e97be.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-eb7d935b698e550c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-39060f20c7084105.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-b508a3ff452e0310.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8abc38b4608f96b7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/fm/amd64 -L native=/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`
57002026-09-15T03:55:00.988Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name integration --edition=2024 nexus/reconfigurator/cli-integration-tests/tests/integration/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=52c3083221f9bf21 -C extra-filename=-42ae09b3a340d572 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4881fbe893ab3e36.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-db1710f1650e299a.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-1d62fd0ca17fa97b.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-6b7dc29ee32426de.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-7e7553f44400766b.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-eb7d935b698e550c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-486db2be12acbdc1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2c98d7798085936d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L 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`
57012026-09-15T03:55:00.988Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus --edition=2024 nexus/src/bin/nexus.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("multicast"))' -C metadata=cbd726aec8f5d2d3 -C extra-filename=-aa234da120ea9e1a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-274bf28b24d0a9db.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8b7b2e9ebde7c257.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-c7927cdb9847c108.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-5b93e87315b42afc.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-6ec0adb6282304ce.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-49012faef9cfca90.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-4080cdc10a421036.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-bbf2979e7369be72.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-7c377b1087dd1298.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-65f701cd80f5eac1.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-94ce42e3c2556011.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-27840ab51e5d0e43.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ce52d0252545829b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-5ec1cd83469ea280.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d89d3e39900a35ba.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-3258c8f25334bd1d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-95ea99b300116b1f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8a3ae8e67452c024.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-c6ad66728a1f7c05.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4eb8e677ff21afe8.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a6c3252379a66c5.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ee2e4ac302948d5f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8eeef770103af252.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f7a1adc56f8899f4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-e435e3425619f276.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-656a16477c3e4dd7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b21f4539bd46e3.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-6b965b52841a5d7f.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-49f5d8277ca84cd5.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-bea3e5c996983297.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-11326159470257f9.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-b1d92761482d9115.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-4fa200b3d02032b8.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-b38ea0edf80b482b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-384b5883c9cfe350.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6f3ab8716908876b.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-a1f7a4772891feab.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-a07bfbf502fff96e.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-e3a326d06017962d.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-89741af91b86b4b3.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-c1f6594e8f489b42.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-b21efbab9c3d9cd1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-43c2876563805539.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-8b3f418faa0fe246.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-2580810b65a7b75a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fc2050e702e33a49.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4881fbe893ab3e36.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4cf12e333f64223c.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-0c3679e3b54107c0.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-33c09537eb2e1a2d.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-6e5bd53b78186df0.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-6c4c44956cf2af5d.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e1ed9732e870e072.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-9b720a3debdec737.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-db1710f1650e299a.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-f2c1b732a6ca470b.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-080045aec0041107.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-9f60a5144d3a6ba8.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-faf704dbf0883e86.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-9cfeeecb2fd17e1c.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-1d62fd0ca17fa97b.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-3a6a4251308cf34b.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-ecaac2abc659cbdc.rlib --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-acdd857e4a411278.rlib --extern nexus_switch_config_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config_preparation-832d527841009764.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ba6026acb0b87e30.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-6b7dc29ee32426de.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-7e7553f44400766b.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-e2a7c84c02d554af.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-e00ed5c798a2111b.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-1af496fd5ab035aa.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-473a2e16de50744b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_debug_dropbox=/work/oxidecomputer/omicron/target/debug/deps/libomicron_debug_dropbox-decbc3119b08a51b.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-eb7d935b698e550c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-308f0204c87e6f29.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-94b84189ec577910.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-19bb5731071ccc1e.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-43c55b0f49f9feb6.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-6cce0bc98f3e1f35.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-39060f20c7084105.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-2e33ca5688288ea7.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-dc0a97fda5ff008b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da9b92cb69636995.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8deb29f318ec0137.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-cb4a17a81ac15ff9.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-33d3def4429cf461.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d2af3962a96e0632.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-a65c8c7600e26b16.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-bfbe0f064f22962b.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-06f54a0c0ab204df.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c9efdcc507723cfe.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3abc053f4411f86b.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-bad34ca77d4ced2b.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0de20df312798682.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-b1fab63ab540fe54.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-f33b5e798654e53b.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-bc56cc3da71baa56.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-bb89a29abdaf9acb.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-e08130b483600558.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-39ead8f8ee1f9a10.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-5da5b880462cda97.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-2a5a4d2fbeb7e66b.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-486db2be12acbdc1.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5f249a94a98632d0.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-71bae07553df3d6d.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a00b12ef41f33166.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-3c4c38c24af6348d.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-73faca2b25abd4c5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-bac9ed1fab7e3a17.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-46c1a0698c8f1286.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-40b0ae1304dff841.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-4d6255ea0ebdcbd9.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-520e79432e611323.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-bb371b07d28f574c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2d667dc97a18a72b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-69b7b5ef8aa13716.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-fb99f6102bff0d81.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-bfc5ccdff2db0195.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-157f651173c250bf.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-9e34663f23b0ec3a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2c98d7798085936d.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-a61a9cb9599feb37.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8abc38b4608f96b7.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4e06b03adca01890.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-67b1a21c2d505d83.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-6ab79d5f5b3744f5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-72f8271b6a33c915.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-904d443341801caf.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/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`
57022026-09-15T03:55:00.988Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name omdb --edition=2024 dev-tools/omdb/src/bin/omdb/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=24e5deb3fbfd26e3 -C extra-filename=-d5fa96998fa61e31 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-274bf28b24d0a9db.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-58127f285db477d8.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8b7b2e9ebde7c257.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-4080cdc10a421036.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-61e47cdc915178e8.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-65f701cd80f5eac1.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-27840ab51e5d0e43.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-9f2ff1acfcfd0869.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ce52d0252545829b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-5ec1cd83469ea280.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-ab58984db8b52f7e.rlib --extern erebor=/work/oxidecomputer/omicron/target/debug/deps/liberebor-186ec38d8d2caaed.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8a3ae8e67452c024.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a6c3252379a66c5.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ee2e4ac302948d5f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8eeef770103af252.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-fd773f1aaff6b9ea.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-a8f9954c45614da6.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-2103a7c365bf290e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-384b5883c9cfe350.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-c1e5be9fb6586715.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-8b3f418faa0fe246.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-765881c912fd9744.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-2580810b65a7b75a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fc2050e702e33a49.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4881fbe893ab3e36.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4cf12e333f64223c.rlib --extern nexus_fm_slippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm_slippy-8d5b6396c8d07aad.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e1ed9732e870e072.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-db1710f1650e299a.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-9f60a5144d3a6ba8.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-1d62fd0ca17fa97b.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-ecaac2abc659cbdc.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-e00ed5c798a2111b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_git_version=/work/oxidecomputer/omicron/target/debug/deps/libomicron_git_version-5b2cf2f904c73b41.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-eb7d935b698e550c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d04f08a445a4a0f4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern oxide_update_engine_display=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_display-e01802dea79c318f.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-dc0a97fda5ff008b.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8deb29f318ec0137.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-33d3def4429cf461.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-06f54a0c0ab204df.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0de20df312798682.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-a1bb2c688165151e.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-4b2d53e65fcfcc61.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-3e756e2dae68da92.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2d667dc97a18a72b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-157f651173c250bf.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-9e34663f23b0ec3a.rlib --extern support_bundle_viewer=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_viewer-70db9ec5b1ce133b.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-97cd1b190f753ebd.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-ffb315459a2ad208.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-00ef578645e692ad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-ac02d16f97a48ace.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-72f8271b6a33c915.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/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`
57032026-09-15T03:55:00.988Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli_dup --edition=2024 nexus/reconfigurator/cli-integration-tests/src/bin/reconfigurator-cli-dup.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f794e8dca221564d -C extra-filename=-76ad91dd0dbfc889 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4881fbe893ab3e36.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-db1710f1650e299a.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-1d62fd0ca17fa97b.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-6b7dc29ee32426de.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-7e7553f44400766b.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-eb7d935b698e550c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-486db2be12acbdc1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2c98d7798085936d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/fm/amd64 -L native=/opt/ooce/pgsql-18/lib/amd64 -L 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`
57042026-09-15T03:55:00.988Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_execution --edition=2024 nexus/reconfigurator/execution/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e8d71984c584f397 -C extra-filename=-f156ff8c0e2e9a7c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-274bf28b24d0a9db.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-6ec0adb6282304ce.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-49012faef9cfca90.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-4080cdc10a421036.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-30b3c1f4285918db.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-bbf2979e7369be72.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ce52d0252545829b.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-49f5d8277ca84cd5.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-b38ea0edf80b482b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-384b5883c9cfe350.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-0971dfdbc3426724.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-8b3f418faa0fe246.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-2580810b65a7b75a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fc2050e702e33a49.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4881fbe893ab3e36.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4cf12e333f64223c.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e1ed9732e870e072.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-080045aec0041107.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-9f60a5144d3a6ba8.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-9cfeeecb2fd17e1c.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-1d62fd0ca17fa97b.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-6b7dc29ee32426de.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-7e7553f44400766b.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-eb7d935b698e550c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-2e33ca5688288ea7.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-dc0a97fda5ff008b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2d667dc97a18a72b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-157f651173c250bf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/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`
57052026-09-15T03:55:00.988Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name test_omicron_dev --edition=2024 dev-tools/omicron-dev/tests/test-omicron-dev.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2b3604bbb6a236e6 -C extra-filename=-f60af6991af1f879 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a6c3252379a66c5.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8eeef770103af252.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-8b3f418faa0fe246.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ba6026acb0b87e30.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-6b7dc29ee32426de.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-f7a5357cb15e97be.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-eb7d935b698e550c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-39060f20c7084105.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-b508a3ff452e0310.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8abc38b4608f96b7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/usr/lib/fm/amd64 -L native=/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`
57062026-09-15T03:55:00.988Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name schema_updater --edition=2024 nexus/src/bin/schema-updater.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("multicast"))' -C metadata=25b7898957f6864f -C extra-filename=-717a069f553293c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-274bf28b24d0a9db.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8b7b2e9ebde7c257.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-c7927cdb9847c108.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-5b93e87315b42afc.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-6ec0adb6282304ce.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-49012faef9cfca90.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-4080cdc10a421036.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-bbf2979e7369be72.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-7c377b1087dd1298.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-65f701cd80f5eac1.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-94ce42e3c2556011.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-27840ab51e5d0e43.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ce52d0252545829b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-5ec1cd83469ea280.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d89d3e39900a35ba.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-3258c8f25334bd1d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-95ea99b300116b1f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8a3ae8e67452c024.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-c6ad66728a1f7c05.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4eb8e677ff21afe8.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a6c3252379a66c5.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ee2e4ac302948d5f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8eeef770103af252.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f7a1adc56f8899f4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-e435e3425619f276.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-656a16477c3e4dd7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b21f4539bd46e3.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-6b965b52841a5d7f.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-49f5d8277ca84cd5.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-bea3e5c996983297.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-11326159470257f9.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-b1d92761482d9115.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-4fa200b3d02032b8.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-b38ea0edf80b482b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-384b5883c9cfe350.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6f3ab8716908876b.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-a1f7a4772891feab.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-a07bfbf502fff96e.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-e3a326d06017962d.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-89741af91b86b4b3.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-c1f6594e8f489b42.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-b21efbab9c3d9cd1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-43c2876563805539.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-8b3f418faa0fe246.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-2580810b65a7b75a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fc2050e702e33a49.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4881fbe893ab3e36.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4cf12e333f64223c.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-0c3679e3b54107c0.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-33c09537eb2e1a2d.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-6e5bd53b78186df0.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-6c4c44956cf2af5d.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e1ed9732e870e072.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-9b720a3debdec737.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-db1710f1650e299a.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-f2c1b732a6ca470b.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-080045aec0041107.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-9f60a5144d3a6ba8.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-faf704dbf0883e86.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-9cfeeecb2fd17e1c.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-1d62fd0ca17fa97b.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-3a6a4251308cf34b.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-ecaac2abc659cbdc.rlib --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-acdd857e4a411278.rlib --extern nexus_switch_config_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config_preparation-832d527841009764.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ba6026acb0b87e30.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-6b7dc29ee32426de.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-7e7553f44400766b.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-e2a7c84c02d554af.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-e00ed5c798a2111b.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-1af496fd5ab035aa.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-473a2e16de50744b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_debug_dropbox=/work/oxidecomputer/omicron/target/debug/deps/libomicron_debug_dropbox-decbc3119b08a51b.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-eb7d935b698e550c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-308f0204c87e6f29.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-94b84189ec577910.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-19bb5731071ccc1e.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-43c55b0f49f9feb6.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-6cce0bc98f3e1f35.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-39060f20c7084105.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-2e33ca5688288ea7.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-dc0a97fda5ff008b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da9b92cb69636995.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8deb29f318ec0137.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-cb4a17a81ac15ff9.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-33d3def4429cf461.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d2af3962a96e0632.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-a65c8c7600e26b16.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-bfbe0f064f22962b.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-06f54a0c0ab204df.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c9efdcc507723cfe.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3abc053f4411f86b.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-bad34ca77d4ced2b.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0de20df312798682.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-b1fab63ab540fe54.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-f33b5e798654e53b.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-bc56cc3da71baa56.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-bb89a29abdaf9acb.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-e08130b483600558.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-39ead8f8ee1f9a10.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-5da5b880462cda97.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-2a5a4d2fbeb7e66b.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-486db2be12acbdc1.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5f249a94a98632d0.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-71bae07553df3d6d.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a00b12ef41f33166.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-3c4c38c24af6348d.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-73faca2b25abd4c5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-bac9ed1fab7e3a17.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-46c1a0698c8f1286.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-40b0ae1304dff841.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-4d6255ea0ebdcbd9.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-520e79432e611323.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-bb371b07d28f574c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2d667dc97a18a72b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-69b7b5ef8aa13716.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-fb99f6102bff0d81.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-bfc5ccdff2db0195.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-157f651173c250bf.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-9e34663f23b0ec3a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2c98d7798085936d.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-a61a9cb9599feb37.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8abc38b4608f96b7.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4e06b03adca01890.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-67b1a21c2d505d83.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-6ab79d5f5b3744f5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-72f8271b6a33c915.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-904d443341801caf.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/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`
57072026-09-15T03:55:00.988Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustc --crate-name test_all --edition=2024 nexus/tests/test_all.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("multicast"))' -C metadata=1470f06b01324a6d -C extra-filename=-64fbebfd8b539241 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-274bf28b24d0a9db.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8b7b2e9ebde7c257.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-c7927cdb9847c108.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-5b93e87315b42afc.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-6ec0adb6282304ce.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-49012faef9cfca90.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-4080cdc10a421036.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-bbf2979e7369be72.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-7c377b1087dd1298.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-65f701cd80f5eac1.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-94ce42e3c2556011.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-27840ab51e5d0e43.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ce52d0252545829b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-5ec1cd83469ea280.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d89d3e39900a35ba.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-3258c8f25334bd1d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-95ea99b300116b1f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8a3ae8e67452c024.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-c6ad66728a1f7c05.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4eb8e677ff21afe8.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a6c3252379a66c5.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ee2e4ac302948d5f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8eeef770103af252.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f7a1adc56f8899f4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-e435e3425619f276.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-656a16477c3e4dd7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b21f4539bd46e3.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-6b965b52841a5d7f.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-49f5d8277ca84cd5.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-bea3e5c996983297.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-11326159470257f9.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-b1d92761482d9115.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-4fa200b3d02032b8.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-b38ea0edf80b482b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-384b5883c9cfe350.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6f3ab8716908876b.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-a1f7a4772891feab.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-a07bfbf502fff96e.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-e3a326d06017962d.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-89741af91b86b4b3.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-c1f6594e8f489b42.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-b21efbab9c3d9cd1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-43c2876563805539.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-8b3f418faa0fe246.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-2580810b65a7b75a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fc2050e702e33a49.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4881fbe893ab3e36.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4cf12e333f64223c.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-0c3679e3b54107c0.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-33c09537eb2e1a2d.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-6e5bd53b78186df0.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-6c4c44956cf2af5d.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e1ed9732e870e072.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-9b720a3debdec737.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-db1710f1650e299a.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-f2c1b732a6ca470b.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-080045aec0041107.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-9f60a5144d3a6ba8.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-faf704dbf0883e86.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-9cfeeecb2fd17e1c.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-1d62fd0ca17fa97b.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-3a6a4251308cf34b.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-ecaac2abc659cbdc.rlib --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-acdd857e4a411278.rlib --extern nexus_switch_config_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config_preparation-832d527841009764.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ba6026acb0b87e30.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-6b7dc29ee32426de.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-7e7553f44400766b.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-e2a7c84c02d554af.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-e00ed5c798a2111b.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-1af496fd5ab035aa.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-473a2e16de50744b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_debug_dropbox=/work/oxidecomputer/omicron/target/debug/deps/libomicron_debug_dropbox-decbc3119b08a51b.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-eb7d935b698e550c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-308f0204c87e6f29.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-94b84189ec577910.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-19bb5731071ccc1e.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-43c55b0f49f9feb6.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-6cce0bc98f3e1f35.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-39060f20c7084105.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-2e33ca5688288ea7.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-dc0a97fda5ff008b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da9b92cb69636995.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8deb29f318ec0137.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-cb4a17a81ac15ff9.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-33d3def4429cf461.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d2af3962a96e0632.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-a65c8c7600e26b16.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-bfbe0f064f22962b.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-06f54a0c0ab204df.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c9efdcc507723cfe.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3abc053f4411f86b.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-bad34ca77d4ced2b.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0de20df312798682.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-b1fab63ab540fe54.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-f33b5e798654e53b.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-bc56cc3da71baa56.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-bb89a29abdaf9acb.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-e08130b483600558.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-39ead8f8ee1f9a10.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-5da5b880462cda97.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-2a5a4d2fbeb7e66b.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-486db2be12acbdc1.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5f249a94a98632d0.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-71bae07553df3d6d.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a00b12ef41f33166.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-3c4c38c24af6348d.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-73faca2b25abd4c5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-bac9ed1fab7e3a17.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-46c1a0698c8f1286.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-40b0ae1304dff841.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-4d6255ea0ebdcbd9.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-520e79432e611323.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-bb371b07d28f574c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2d667dc97a18a72b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-69b7b5ef8aa13716.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-fb99f6102bff0d81.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-bfc5ccdff2db0195.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-157f651173c250bf.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-9e34663f23b0ec3a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2c98d7798085936d.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-a61a9cb9599feb37.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8abc38b4608f96b7.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4e06b03adca01890.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-67b1a21c2d505d83.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-6ab79d5f5b3744f5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-72f8271b6a33c915.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-904d443341801caf.rlib --cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/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`
57082026-09-15T03:57:20.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8m 43s
57092026-09-15T03:57:20.860Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
57102026-09-15T03:57:20.860Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
57112026-09-15T03:57:21.424Z
57122026-09-15T03:57:21.424Zreal 8:44.265945859
57132026-09-15T03:57:21.424Zuser 1:30:44.156838476
57142026-09-15T03:57:21.424Zsys 24:18.843102938
57152026-09-15T03:57:21.424Ztrap 2.645739543
57162026-09-15T03:57:21.424Ztflt 2.860343266
57172026-09-15T03:57:21.427Zdflt 25.552993369
57182026-09-15T03:57:21.427Zkflt 0.066007724
57192026-09-15T03:57:21.427Zlock 5:44:20.092189282
57202026-09-15T03:57:21.427Zslp 5:55:52.583292834
57212026-09-15T03:57:21.427Zlat 2:38.965071921
57222026-09-15T03:57:21.427Zstop 37:18.647761807
57232026-09-15T03:57:21.432Z++ ls -t /home/build/.cargo/log/20260915T034836421Z-e4292872132ecfd0.jsonl
57242026-09-15T03:57:21.432Z++ head -1
57252026-09-15T03:57:21.435Z+ cp /home/build/.cargo/log/20260915T034836421Z-e4292872132ecfd0.jsonl /work/cargo-build-analysis.jsonl
57262026-09-15T03:57:21.439Z+ RECORDING_CONFIG_DIR=/tmp/nextest-recording-config
57272026-09-15T03:57:21.439Z+ RECORDING_CONFIG=/tmp/nextest-recording-config/config.toml
57282026-09-15T03:57:21.442Z++ mktemp -d /tmp/nextest-state.XXXXXX
57292026-09-15T03:57:21.444Z+ NEXTEST_STATE_DIR=/tmp/nextest-state.vbaq6s
57302026-09-15T03:57:21.445Z+ ARCHIVE_PATH=/tmp/nextest-run-archive.zip
57312026-09-15T03:57:21.445Z+ CHROME_TRACE_PATH=/tmp/nextest-chrome-trace.json
57322026-09-15T03:57:21.445Z+ mkdir -p /tmp/nextest-recording-config
57332026-09-15T03:57:21.450Z+ printf '[experimental]\nrecord = true\n\n[record]\nenabled = true\n'
57342026-09-15T03:57:21.450Z+ export NEXTEST_STATE_DIR
57352026-09-15T03:57:21.450Z+ banner test
57362026-09-15T03:57:21.450Z
57372026-09-15T03:57:21.450Z ##### ###### #### #####
57382026-09-15T03:57:21.450Z # # # #
57392026-09-15T03:57:21.450Z # ##### #### #
57402026-09-15T03:57:21.450Z # # # #
57412026-09-15T03:57:21.450Z # # # # #
57422026-09-15T03:57:21.450Z # ###### #### #
57432026-09-15T03:57:21.450Z
57442026-09-15T03:57:21.450Z+ NEXTEST_EXIT=0
57452026-09-15T03:57:21.450Z+ ptime -m timeout 2h cargo nextest run --profile ci --locked --test-threads -2 --user-config-file /tmp/nextest-recording-config/config.toml
57462026-09-15T03:57:22.698Zinfo: experimental features enabled: setup-scripts, benchmarks
57472026-09-15T03:57:24.177Z Compiling rack-init-config v0.1.0 (/work/oxidecomputer/omicron/dev-tools/rack-init-config)
57482026-09-15T03:57:24.359Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
57492026-09-15T03:57:24.404Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
57502026-09-15T03:57:24.430Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
57512026-09-15T03:57:24.455Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
57522026-09-15T03:57:35.373Z Finished `test` profile [unoptimized + debuginfo] target(s) in 12.66s
57532026-09-15T03:57:35.376Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
57542026-09-15T03:57:35.376Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
57552026-09-15T03:57:36.628Z────────────
57562026-09-15T03:57:36.628Z Nextest run ID 7fe45359-d1b0-4338-8ea9-410c07ce55a2 with nextest profile: ci
57572026-09-15T03:57:36.628Z Starting 3443 tests across 247 binaries (8 tests and 6 binaries skipped, including 6 binaries via profile.default.default-filter)
57582026-09-15T03:57:36.630Z SETUP [ 1/2] crdb-seed: cargo run -p crdb-seed --profile test
57592026-09-15T03:57:37.430Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
57602026-09-15T03:57:37.430Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
57612026-09-15T03:57:37.433Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
57622026-09-15T03:57:37.587Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
57632026-09-15T03:57:37.593Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
57642026-09-15T03:57:37.614Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
57652026-09-15T03:57:37.631Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
57662026-09-15T03:57:37.672Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
57672026-09-15T03:57:37.675Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
57682026-09-15T03:57:37.788Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
57692026-09-15T03:57:37.859Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
57702026-09-15T03:57:38.043Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
57712026-09-15T03:57:38.504Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
57722026-09-15T03:57:39.098Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
57732026-09-15T03:57:39.166Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
57742026-09-15T03:57:39.256Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
57752026-09-15T03:57:39.444Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
57762026-09-15T03:57:47.867Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
57772026-09-15T03:57:47.867Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
57782026-09-15T03:57:47.870Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
57792026-09-15T03:57:48.782Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
57802026-09-15T03:57:50.074Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
57812026-09-15T03:57:50.299Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
57822026-09-15T03:57:57.719Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
57832026-09-15T03:58:06.807Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
57842026-09-15T03:58:08.446Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
57852026-09-15T03:58:10.215Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
57862026-09-15T03:58:20.218Z Finished `test` profile [unoptimized + debuginfo] target(s) in 43.57s
57872026-09-15T03:58:20.335Z Running `target/debug/crdb-seed`
57882026-09-15T03:58:20.394ZSep 15 03:58:19.804 INFO cockroach temporary directory: /var/tmp/omicron_tmp/.tmpiDVgWA
57892026-09-15T03:58:20.394ZSep 15 03:58:19.805 INFO cockroach command line: cockroach start-single-node --insecure --http-addr=:0 --store=path=/var/tmp/omicron_tmp/crdb-base-build/.tmplOKda9,ballast-size=0 --listen-addr [::1]:0 --listening-url-file /var/tmp/omicron_tmp/.tmpiDVgWA/listen-url --max-sql-memory 256MiB
57902026-09-15T03:58:20.394ZSep 15 03:58:19.805 INFO cockroach environment: BUILDOMAT_JOB_ID=01M2HJKTP22KSN22DK9Y352EEQ BUILDOMAT_TASK_ID=4 CARGO=/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/cargo CARGO_HOME=/home/build/.cargo CARGO_INCREMENTAL=0 CARGO_MANIFEST_DIR=/work/oxidecomputer/omicron/dev-tools/crdb-seed CARGO_MANIFEST_PATH=/work/oxidecomputer/omicron/dev-tools/crdb-seed/Cargo.toml CARGO_PKG_AUTHORS= CARGO_PKG_DESCRIPTION= CARGO_PKG_HOMEPAGE= CARGO_PKG_LICENSE=MPL-2.0 CARGO_PKG_LICENSE_FILE= CARGO_PKG_NAME=crdb-seed CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY= CARGO_PKG_RUST_VERSION= CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE= CARGO_TERM_COLOR=always CI=true GITHUB_BRANCH=sunshowers/spr/11n-nexus-db-queries-make-insert_resource-test-helper-report-which-check-rejected-it GITHUB_REF=refs/heads/sunshowers/spr/11n-nexus-db-queries-make-insert_resource-test-helper-report-which-check-rejected-it GITHUB_REPOSITORY=oxidecomputer/omicron GITHUB_SHA=a1ed210690ffc8344586295457271caa169f3150 GOTRACEBACK=crash HOME=/home/build LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 LD_LIBRARY_PATH=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib:/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out:/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out:/work/oxidecomputer/omicron/target/debug:/work/oxidecomputer/omicron/target/debug/deps:/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out:/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib:/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build:/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out:/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out:/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/lib LOGNAME=build NEXTEST=1 NEXTEST_ENV=/var/tmp/omicron_tmp/nextest-envhWGnmL NEXTEST_LD_LIBRARY_PATH=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out:/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib:/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build:/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out:/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out:/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/lib NEXTEST_PROFILE=ci NEXTEST_RECOMMENDED_VERSION=0.9.131 NEXTEST_REQUIRED_VERSION=0.9.131 NEXTEST_RUN_ID=7fe45359-d1b0-4338-8ea9-410c07ce55a2 NEXTEST_RUN_MODE=test NEXTEST_STATE_DIR=/tmp/nextest-state.vbaq6s NEXTEST_TEST_THREADS=30 NEXTEST_VERSION=0.9.131 NEXTEST_WORKSPACE_ROOT=/work/oxidecomputer/omicron PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin PWD=/work/oxidecomputer/omicron RUSTC_BOOTSTRAP=1 RUSTDOCFLAGS=--document-private-items -D warnings RUSTFLAGS=--cfg tokio_unstable -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 RUSTUP_HOME=/home/build/.rustup RUSTUP_TOOLCHAIN=1.98.1-x86_64-unknown-illumos RUSTUP_TOOLCHAIN_SOURCE=env RUST_BACKTRACE=1 RUST_RECURSION_COUNT=2 SHLVL=1 SSL_CERT_DIR=/usr/ssl/certs SSL_CERT_FILE=/etc/ssl/cacert.pem TMPDIR=/var/tmp/omicron_tmp TZ=UTC USER=build _=/usr/bin/ptime
57912026-09-15T03:58:20.807ZSep 15 03:58:20.217 INFO cockroach pid: 10249
57922026-09-15T03:58:20.807ZSep 15 03:58:20.217 INFO cockroach listen URL: postgresql://root@[::1]:34673/omicron?sslmode=disable
57932026-09-15T03:58:20.810ZSep 15 03:58:20.221 INFO cockroach: populating
57942026-09-15T03:58:21.905ZSep 15 03:58:21.316 INFO cockroach: populated
57952026-09-15T03:58:22.933ZSep 15 03:58:22.343 INFO Created CRDB seed tarball: `/var/tmp/omicron_tmp/crdb-base-build/e588fafad4eef4492629e2f05c6093a57fea967a599bd17dd928a2715888650b.tar`
57962026-09-15T03:58:22.941Z SETUP PASS [ 46.313s] crdb-seed: cargo run -p crdb-seed --profile test
57972026-09-15T03:58:22.944Z SETUP [ 2/2] clickhouse-cluster: cargo run -p clickhouse-cluster-dev
57982026-09-15T03:58:23.732Z Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
57992026-09-15T03:58:23.735Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
58002026-09-15T03:58:25.065Z Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
58012026-09-15T03:58:26.026Z Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
58022026-09-15T03:58:36.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.60s
58032026-09-15T03:58:36.689Z Running `target/debug/clickhouse-cluster-dev`
58042026-09-15T03:58:36.750ZSep 15 03:58:36.160 INFO Setting up a ClickHouse cluster
58052026-09-15T03:58:36.755ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-1
58062026-09-15T03:58:36.755ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-2
58072026-09-15T03:58:36.755ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-3
58082026-09-15T03:58:36.755ZDeploying clickhouse server: /var/tmp/omicron_tmp/clickward_test/clickhouse-2
58092026-09-15T03:58:36.755ZDeploying clickhouse server: /var/tmp/omicron_tmp/clickward_test/clickhouse-1
58102026-09-15T03:58:37.244ZSep 15 03:58:36.655 INFO ClickHouse server ready
58112026-09-15T03:58:37.456ZSep 15 03:58:36.864 INFO ClickHouse server ready
58122026-09-15T03:58:38.928ZSep 15 03:58:37.764 INFO Keepers ready: [KeeperId(1), KeeperId(2), KeeperId(3)]
58132026-09-15T03:58:38.933Z SETUP PASS [ 15.419s] clickhouse-cluster: cargo run -p clickhouse-cluster-dev
58142026-09-15T03:58:38.933Z PASS [ 0.032s] ( 1/3443) api_identity test::test_identity_no_field
58152026-09-15T03:58:38.933Z PASS [ 0.032s] ( 2/3443) api_identity test::test_identity
58162026-09-15T03:58:38.933Z PASS [ 0.035s] ( 3/3443) authz-macros tests::test_authz_snapshots
58172026-09-15T03:58:38.933Z PASS [ 0.013s] ( 4/3443) bootstore schemes::tests::hello_roundtrip
58182026-09-15T03:58:38.933Z PASS [ 0.015s] ( 5/3443) bootstore schemes::v0::share_pkg::tests::create_packages
58192026-09-15T03:58:38.933Z PASS [ 0.012s] ( 6/3443) bootstore trust_quorum::rack_secret::tests::create_and_verify
58202026-09-15T03:58:38.933Z PASS [ 0.040s] ( 7/3443) bootstore schemes::v0::peer::tests::network_config
58212026-09-15T03:58:38.933Z PASS [ 0.013s] ( 8/3443) bootstore trust_quorum::rack_secret::tests::secret_splitting_fails_with_threshold_larger_than_total_shares
58222026-09-15T03:58:39.465Z PASS [ 1.048s] ( 9/3443) bootstore schemes::v0::peer::tests::basic_3_nodes
58232026-09-15T03:58:40.165Z PASS [ 0.137s] ( 10/3443) cert-dev::test-cert-dev test_cert_create
58242026-09-15T03:58:40.165Z PASS [ 0.095s] ( 11/3443) clickana chart::tests::gather_chart_data_failure
58252026-09-15T03:58:40.165Z PASS [ 0.015s] ( 12/3443) clickana chart::tests::gather_chart_data_for_disk_usage_success
58262026-09-15T03:58:40.165Z PASS [ 0.015s] ( 13/3443) clickana chart::tests::gather_chart_data_for_memory_tracking_success
58272026-09-15T03:58:40.165Z PASS [ 0.017s] ( 14/3443) clickana chart::tests::gather_chart_data_for_query_count_success
58282026-09-15T03:58:40.166Z PASS [ 0.016s] ( 15/3443) clickana chart::tests::gather_chart_data_for_running_queries_success
58292026-09-15T03:58:40.166Z PASS [ 0.018s] ( 16/3443) clickhouse-admin-types-versions impls::keeper::tests::test_additional_key_value_pairs_in_output_parse_fail
58302026-09-15T03:58:40.166Z PASS [ 0.017s] ( 17/3443) clickhouse-admin-types-versions impls::keeper::tests::test_empty_output_parse_fail
58312026-09-15T03:58:40.166Z PASS [ 0.018s] ( 18/3443) clickhouse-admin-types-versions impls::keeper::tests::test_empty_output_raft_config_parse_fail
58322026-09-15T03:58:40.166Z PASS [ 0.018s] ( 19/3443) clickhouse-admin-types-versions impls::keeper::tests::test_empty_value_lgif_parse_fail
58332026-09-15T03:58:40.166Z PASS [ 0.022s] ( 20/3443) clickhouse-admin-types-versions impls::keeper::tests::test_full_keeper_conf_parse_success
58342026-09-15T03:58:40.166Z PASS [ 0.020s] ( 21/3443) clickhouse-admin-types-versions impls::keeper::tests::test_full_lgif_parse_success
58352026-09-15T03:58:40.166Z PASS [ 1.430s] ( 22/3443) bootstore::v0-fsm-proptest-learner run
58362026-09-15T03:58:40.166Z PASS [ 0.022s] ( 23/3443) clickhouse-admin-types-versions impls::keeper::tests::test_full_raft_config_parse_success
58372026-09-15T03:58:40.166Z PASS [ 0.020s] ( 24/3443) clickhouse-admin-types-versions impls::keeper::tests::test_generate_keeper_config
58382026-09-15T03:58:40.166Z PASS [ 0.021s] ( 25/3443) clickhouse-admin-types-versions impls::keeper::tests::test_invalid_address_raft_config_parse_fail
58392026-09-15T03:58:40.166Z PASS [ 0.022s] ( 26/3443) clickhouse-admin-types-versions impls::keeper::tests::test_malformed_output_keeper_conf_parse_fail
58402026-09-15T03:58:40.166Z PASS [ 0.022s] ( 27/3443) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_id_raft_config_parse_fail
58412026-09-15T03:58:40.166Z PASS [ 0.021s] ( 28/3443) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_participant_raft_config_parse_fail
58422026-09-15T03:58:40.166Z PASS [ 0.028s] ( 29/3443) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_port_raft_config_parse_fail
58432026-09-15T03:58:40.166Z PASS [ 0.030s] ( 30/3443) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_priority_raft_config_parse_fail
58442026-09-15T03:58:40.166Z PASS [ 0.028s] ( 31/3443) clickhouse-admin-types-versions impls::keeper::tests::test_misshapen_raft_config_parse_fail
58452026-09-15T03:58:40.167Z PASS [ 0.024s] ( 32/3443) clickhouse-admin-types-versions impls::keeper::tests::test_missing_address_raft_config_parse_fail
58462026-09-15T03:58:40.167Z PASS [ 0.025s] ( 33/3443) clickhouse-admin-types-versions impls::keeper::tests::test_missing_field_keeper_conf_parse_fail
58472026-09-15T03:58:40.167Z PASS [ 0.032s] ( 34/3443) clickhouse-admin-types-versions impls::keeper::tests::test_missing_keys_lgif_parse_fail
58482026-09-15T03:58:40.167Z PASS [ 0.035s] ( 35/3443) clickhouse-admin-types-versions impls::keeper::tests::test_missing_participant_raft_config_parse_fail
58492026-09-15T03:58:40.167Z PASS [ 0.031s] ( 36/3443) clickhouse-admin-types-versions impls::keeper::tests::test_missing_port_raft_config_parse_fail
58502026-09-15T03:58:40.167Z PASS [ 0.025s] ( 37/3443) clickhouse-admin-types-versions impls::keeper::tests::test_missing_priority_raft_config_parse_fail
58512026-09-15T03:58:40.167Z PASS [ 0.025s] ( 38/3443) clickhouse-admin-types-versions impls::keeper::tests::test_missing_server_id_raft_config_parse_fail
58522026-09-15T03:58:40.167Z PASS [ 0.026s] ( 39/3443) clickhouse-admin-types-versions impls::keeper::tests::test_missing_value_keeper_conf_parse_fail
58532026-09-15T03:58:40.167Z PASS [ 0.026s] ( 40/3443) clickhouse-admin-types-versions impls::keeper::tests::test_non_existent_key_keeper_conf_parse_fail
58542026-09-15T03:58:40.167Z PASS [ 0.024s] ( 41/3443) clickhouse-admin-types-versions impls::keeper::tests::test_non_existent_key_with_correct_value_lgif_parse_fail
58552026-09-15T03:58:40.167Z PASS [ 0.028s] ( 42/3443) clickhouse-admin-types-versions impls::keeper::tests::test_non_u64_value_lgif_parse_fail
58562026-09-15T03:58:40.167Z PASS [ 0.025s] ( 43/3443) clickhouse-admin-types-versions impls::server::tests::test_distributed_ddl_queries_parse_success
58572026-09-15T03:58:40.167Z PASS [ 0.027s] ( 44/3443) clickhouse-admin-types-versions impls::server::tests::test_empty_distributed_ddl_queries_parse_success
58582026-09-15T03:58:40.171Z PASS [ 0.026s] ( 45/3443) clickhouse-admin-types-versions impls::server::tests::test_generate_replica_config
58592026-09-15T03:58:40.197Z PASS [ 0.034s] ( 46/3443) clickhouse-admin-types-versions impls::server::tests::test_misshapen_distributed_ddl_queries_parse_fail
58602026-09-15T03:58:40.210Z PASS [ 0.033s] ( 47/3443) clickhouse-admin-types-versions impls::server::tests::test_misshapen_system_timeseries_parse_fail
58612026-09-15T03:58:40.227Z PASS [ 0.025s] ( 48/3443) clickhouse-admin-types-versions impls::server::tests::test_time_format_system_timeseries_parse_fail
58622026-09-15T03:58:40.259Z PASS [ 0.025s] ( 49/3443) clickhouse-admin-types-versions impls::server::tests::test_unix_epoch_system_timeseries_parse_success
58632026-09-15T03:58:40.259Z PASS [ 0.028s] ( 50/3443) clickhouse-admin-types-versions impls::server::tests::test_utc_system_timeseries_parse_success
58642026-09-15T03:58:40.273Z PASS [ 0.043s] ( 51/3443) cockroach-admin-types-versions impls::node::tests::node_decommission_parse_doesnt_panic_on_arbitrary_input
58652026-09-15T03:58:40.317Z PASS [ 0.039s] ( 52/3443) cockroach-admin-types-versions impls::node::tests::node_status_parse_doesnt_panic_on_arbitrary_input
58662026-09-15T03:58:40.317Z PASS [ 0.020s] ( 53/3443) cockroach-admin-types-versions impls::node::tests::test_node_decommission_parse_with_no_trailing_notes
58672026-09-15T03:58:40.321Z PASS [ 0.020s] ( 54/3443) cockroach-admin-types-versions impls::node::tests::test_node_decommission_parse_with_trailing_notes
58682026-09-15T03:58:40.321Z PASS [ 0.020s] ( 55/3443) cockroach-admin-types-versions impls::node::tests::test_node_decommission_parse_with_unexpected_membership_value
58692026-09-15T03:58:40.326Z PASS [ 0.019s] ( 56/3443) cockroach-admin-types-versions impls::node::tests::test_node_status_invalid_rows_not_decommissioned
58702026-09-15T03:58:40.330Z PASS [ 0.020s] ( 57/3443) cockroach-admin-types-versions impls::node::tests::test_node_status_parse_multiple_lines_from_csv
58712026-09-15T03:58:40.346Z PASS [ 0.019s] ( 58/3443) cockroach-admin-types-versions impls::node::tests::test_node_status_parse_single_line_from_csv
58722026-09-15T03:58:40.376Z PASS [ 0.048s] ( 59/3443) db-dev::test-db-dev test_db_dev_populate_no_args
58732026-09-15T03:58:40.402Z PASS [ 0.048s] ( 60/3443) db-dev::test-db-dev test_db_dev_wipe_no_args
58742026-09-15T03:58:41.171Z PASS [ 2.720s] ( 61/3443) bootstore::v0-fsm-proptest-rack-coordinator run
58752026-09-15T03:58:41.219Z PASS [ 0.047s] ( 62/3443) db-macros lookup::test::test_lookup_snapshots
58762026-09-15T03:58:41.251Z PASS [ 0.032s] ( 63/3443) db-macros tests::test_derive_metadata_identity_fails_for_enums
58772026-09-15T03:58:41.282Z PASS [ 0.032s] ( 64/3443) db-macros tests::test_derive_metadata_identity_fails_with_wrong_table_name_type
58782026-09-15T03:58:41.313Z PASS [ 0.031s] ( 65/3443) db-macros tests::test_derive_metadata_identity_fails_without_embedded_identity
58792026-09-15T03:58:41.346Z PASS [ 0.033s] ( 66/3443) db-macros tests::test_derive_metadata_identity_fails_without_table_name
58802026-09-15T03:58:41.379Z PASS [ 0.032s] ( 67/3443) db-macros tests::test_derive_metadata_identity_minimal_example_compiles
58812026-09-15T03:58:41.417Z PASS [ 0.037s] ( 68/3443) db-macros tests::test_derive_snapshots
58822026-09-15T03:58:41.451Z PASS [ 0.033s] ( 69/3443) db-macros tests::test_derive_with_unknown_field
58832026-09-15T03:58:41.553Z PASS [ 0.103s] ( 70/3443) dns-server storage::test::test_update_basic
58842026-09-15T03:58:41.648Z PASS [ 0.095s] ( 71/3443) dns-server storage::test::test_update_in_progress
58852026-09-15T03:58:41.747Z PASS [ 0.099s] ( 72/3443) dns-server storage::test::test_update_interrupted
58862026-09-15T03:58:41.872Z PASS [ 0.125s] ( 73/3443) dns-server storage::test::test_zone_gets_soa_record
58872026-09-15T03:58:42.046Z PASS [ 0.173s] ( 74/3443) dns-server::basic_test a_crud
58882026-09-15T03:58:42.267Z PASS [ 0.221s] ( 75/3443) dns-server::basic_test aaaa_crud
58892026-09-15T03:58:42.416Z PASS [ 0.149s] ( 76/3443) dns-server::basic_test answers_match_question
58902026-09-15T03:58:42.573Z PASS [ 0.157s] ( 77/3443) dns-server::basic_test empty_record
58912026-09-15T03:58:42.703Z PASS [ 0.130s] ( 78/3443) dns-server::basic_test multi_record_crud
58922026-09-15T03:58:42.825Z PASS [ 0.122s] ( 79/3443) dns-server::basic_test name_contains_zone
58932026-09-15T03:58:42.950Z PASS [ 0.124s] ( 80/3443) dns-server::basic_test nxdomain
58942026-09-15T03:58:43.213Z PASS [ 0.263s] ( 81/3443) dns-server::basic_test receives_on_multiple_sockets
58952026-09-15T03:58:43.358Z PASS [ 0.145s] ( 82/3443) dns-server::basic_test servfail
58962026-09-15T03:58:43.501Z PASS [ 0.142s] ( 83/3443) dns-server::basic_test soa
58972026-09-15T03:58:43.558Z PASS [ 3.182s] ( 84/3443) db-dev::test-db-dev test_db_killed
58982026-09-15T03:58:43.634Z PASS [ 0.133s] ( 85/3443) dns-server::basic_test srv_crud
58992026-09-15T03:58:43.651Z PASS [ 0.017s] ( 86/3443) dns-server::bin/dns-server test::can_parse_multiple_valid_socket_addrs
59002026-09-15T03:58:43.671Z PASS [ 0.020s] ( 87/3443) dns-server::bin/dns-server test::can_parse_single_socket_addr
59012026-09-15T03:58:43.691Z PASS [ 0.020s] ( 88/3443) dns-server::bin/dns-server test::fail_on_empty_input
59022026-09-15T03:58:43.713Z PASS [ 0.022s] ( 89/3443) dns-server::bin/dns-server test::fail_on_one_invalid_socket_addr
59032026-09-15T03:58:43.805Z PASS [ 0.247s] ( 90/3443) dns-server::cross_version_test cross_version_works
59042026-09-15T03:58:43.825Z PASS [ 0.020s] ( 91/3443) ereport-types tests::test_arb_json_deserializes
59052026-09-15T03:58:43.846Z PASS [ 0.020s] ( 92/3443) ereport-types tests::test_ena_from_str
59062026-09-15T03:58:43.865Z PASS [ 0.019s] ( 93/3443) ereport-types tests::test_ena_from_str_roundtrip
59072026-09-15T03:58:43.882Z PASS [ 0.018s] ( 94/3443) gateway-cli::bin/gateway-cli picocom_map::tests::reject_invalid_rules
59082026-09-15T03:58:43.901Z PASS [ 0.019s] ( 95/3443) gateway-cli::bin/gateway-cli picocom_map::tests::remapping
59092026-09-15T03:58:43.932Z PASS [ 0.031s] ( 96/3443) gateway-types-versions impls::component_vpd::tests::parse_mpn1
59102026-09-15T03:58:43.950Z PASS [ 0.018s] ( 97/3443) gateway-types-versions impls::component_vpd::tests::parse_mpn1_empty
59112026-09-15T03:58:43.971Z PASS [ 0.020s] ( 98/3443) gateway-types-versions impls::component_vpd::tests::parse_mpn1_from_andy
59122026-09-15T03:58:43.989Z PASS [ 0.018s] ( 99/3443) gateway-types-versions impls::component_vpd::tests::parse_mpn1_no_mpn_rev
59132026-09-15T03:58:44.006Z PASS [ 0.018s] ( 100/3443) gateway-types-versions impls::component_vpd::tests::parse_mpn1_no_serial
59142026-09-15T03:58:44.043Z PASS [ 0.036s] ( 101/3443) gateway-types-versions impls::component_vpd::tests::parse_oxv1
59152026-09-15T03:58:44.161Z PASS [ 0.118s] ( 102/3443) gateway-types-versions impls::component_vpd::tests::parse_oxv2
59162026-09-15T03:58:44.180Z PASS [ 0.019s] ( 103/3443) gateway-types-versions impls::component_vpd::tests::parse_oxv2_shorter_part
59172026-09-15T03:58:44.199Z PASS [ 0.019s] ( 104/3443) gateway-types-versions impls::component_vpd::tests::parse_oxv2_shorter_serial
59182026-09-15T03:58:44.220Z PASS [ 0.022s] ( 105/3443) gfss gf256::tests::test_all_multiplication
59192026-09-15T03:58:44.239Z PASS [ 0.018s] ( 106/3443) gfss gf256::tests::test_all_multiplicative_inverses
59202026-09-15T03:58:44.258Z PASS [ 0.019s] ( 107/3443) gfss gf256::tests::test_docs_example
59212026-09-15T03:58:47.438Z PASS [ 3.725s] ( 108/3443) dnsadm::commands_test test_dnsadm
59222026-09-15T03:58:49.587Z PASS [ 2.149s] ( 109/3443) gfss shamir::tests::split_and_combine
59232026-09-15T03:58:49.610Z PASS [ 0.022s] ( 110/3443) gfss shamir::tests::test_share_reconstruction
59242026-09-15T03:58:49.634Z PASS [ 0.024s] ( 111/3443) illumos-utils destructor::test::test_delayed_delete
59252026-09-15T03:58:50.389Z PASS [ 0.755s] ( 112/3443) illumos-utils destructor::test::test_delayed_delete_with_error
59262026-09-15T03:58:50.415Z PASS [ 0.026s] ( 113/3443) illumos-utils destructor::test::test_destructor_bad_close
59272026-09-15T03:58:50.441Z PASS [ 0.025s] ( 114/3443) illumos-utils link::test::test_allocate
59282026-09-15T03:58:50.468Z PASS [ 0.027s] ( 115/3443) illumos-utils link::test::test_allocate_within_scopes
59292026-09-15T03:58:50.493Z PASS [ 0.025s] ( 116/3443) illumos-utils opte::port_manager::tests::ip_cfg_from_dual_stack_params
59302026-09-15T03:58:50.523Z PASS [ 0.029s] ( 117/3443) illumos-utils opte::port_manager::tests::ip_cfg_from_ipv4_params
59312026-09-15T03:58:50.548Z PASS [ 0.026s] ( 118/3443) illumos-utils opte::port_manager::tests::ip_cfg_from_ipv6_params
59322026-09-15T03:58:50.573Z PASS [ 0.025s] ( 119/3443) illumos-utils opte::port_manager::tests::ip_cfg_from_port_params_fails_with_private_ipv4_and_public_ipv6
59332026-09-15T03:58:50.600Z PASS [ 0.027s] ( 120/3443) illumos-utils opte::port_manager::tests::ip_cfg_from_port_params_fails_with_private_ipv6_and_public_ipv4
59342026-09-15T03:58:50.637Z PASS [ 0.036s] ( 121/3443) illumos-utils opte::port_manager::tests::multiple_ports_does_not_destroy_default_route
59352026-09-15T03:58:50.663Z PASS [ 0.026s] ( 122/3443) illumos-utils opte::tests::convert_private_ip_config_to_gateway_ips
59362026-09-15T03:58:50.689Z PASS [ 0.025s] ( 123/3443) illumos-utils running_zone::tests::test_is_oxide_smf_service
59372026-09-15T03:58:50.714Z PASS [ 0.026s] ( 124/3443) illumos-utils svcs::tests::test_svc_parse_empty_success
59382026-09-15T03:58:50.740Z PASS [ 0.025s] ( 125/3443) illumos-utils svcs::tests::test_svc_parse_in_transition_and_unrecognized
59392026-09-15T03:58:50.766Z PASS [ 0.026s] ( 126/3443) illumos-utils svcs::tests::test_svc_parse_no_fmri_fail
59402026-09-15T03:58:50.793Z PASS [ 0.027s] ( 127/3443) illumos-utils svcs::tests::test_svc_parse_no_zone_fail
59412026-09-15T03:58:50.819Z PASS [ 0.026s] ( 128/3443) illumos-utils svcs::tests::test_svc_parse_success
59422026-09-15T03:58:50.848Z PASS [ 0.029s] ( 129/3443) illumos-utils svcs::tests::test_svc_parse_unknown_state_fail
59432026-09-15T03:58:50.875Z PASS [ 0.027s] ( 130/3443) illumos-utils svcs::tests::test_to_enabled_not_online
59442026-09-15T03:58:50.901Z PASS [ 0.026s] ( 131/3443) illumos-utils svcs::tests::test_to_enabled_not_online_covers_all_states
59452026-09-15T03:58:50.949Z PASS [ 0.047s] ( 132/3443) illumos-utils zfs::test::directory_mutability
59462026-09-15T03:58:51.004Z PASS [ 0.056s] ( 133/3443) illumos-utils zfs::test::get_values_of_rpool
59472026-09-15T03:58:51.032Z PASS [ 0.027s] ( 134/3443) illumos-utils zfs::test::parse_dataset_bad_avail
59482026-09-15T03:58:51.066Z PASS [ 0.034s] ( 135/3443) illumos-utils zfs::test::parse_dataset_bad_quota
59492026-09-15T03:58:51.095Z PASS [ 0.029s] ( 136/3443) illumos-utils zfs::test::parse_dataset_bad_reservation
59502026-09-15T03:58:51.121Z PASS [ 0.026s] ( 137/3443) illumos-utils zfs::test::parse_dataset_bad_usage
59512026-09-15T03:58:51.148Z PASS [ 0.028s] ( 138/3443) illumos-utils zfs::test::parse_dataset_bad_uuid
59522026-09-15T03:58:51.174Z PASS [ 0.025s] ( 139/3443) illumos-utils zfs::test::parse_dataset_missing_fields
59532026-09-15T03:58:51.199Z PASS [ 0.025s] ( 140/3443) illumos-utils zfs::test::parse_dataset_props
59542026-09-15T03:58:51.226Z PASS [ 0.026s] ( 141/3443) illumos-utils zfs::test::parse_dataset_props_with_optionals
59552026-09-15T03:58:51.250Z PASS [ 0.024s] ( 142/3443) illumos-utils zfs::test::parse_dataset_too_many_columns
59562026-09-15T03:58:51.275Z PASS [ 0.025s] ( 143/3443) illumos-utils zfs::test::parse_dataset_uuid_ignored_if_dash
59572026-09-15T03:58:51.303Z PASS [ 0.028s] ( 144/3443) illumos-utils zfs::test::parse_dataset_uuid_ignored_if_inherited
59582026-09-15T03:58:51.329Z PASS [ 0.026s] ( 145/3443) illumos-utils zfs::test::parse_quota_ignored_if_default
59592026-09-15T03:58:51.359Z PASS [ 0.030s] ( 146/3443) illumos-utils zfs::test::parse_reservation_ignored_if_default
59602026-09-15T03:58:51.385Z PASS [ 0.026s] ( 147/3443) illumos-utils zfs::test::parse_sorts_and_dedups
59612026-09-15T03:58:51.417Z PASS [ 0.032s] ( 148/3443) illumos-utils zfs::test::props_needing_update_compression_change_is_kept
59622026-09-15T03:58:51.448Z PASS [ 0.028s] ( 149/3443) illumos-utils zfs::test::props_needing_update_emits_only_changed_values
59632026-09-15T03:58:51.474Z PASS [ 0.025s] ( 150/3443) illumos-utils zfs::test::props_needing_update_none_matches_unset
59642026-09-15T03:58:51.497Z PASS [ 0.026s] ( 151/3443) illumos-utils zfs::test::props_needing_update_oxide_uuid
59652026-09-15T03:58:51.521Z PASS [ 0.025s] ( 152/3443) illumos-utils zfs::test::props_needing_update_skips_matching_values
59662026-09-15T03:58:51.546Z PASS [ 0.025s] ( 153/3443) illumos-utils zfs::test::props_needing_update_unknown_current_compression_is_set
59672026-09-15T03:58:51.576Z PASS [ 0.030s] ( 154/3443) illumos-utils zfs::test::props_needing_update_zero_size_matches_unset
59682026-09-15T03:58:51.614Z PASS [ 0.038s] ( 155/3443) illumos-utils zone::tests::delete_nonexistent_address
59692026-09-15T03:58:51.640Z PASS [ 0.026s] ( 156/3443) illumos-utils zone::tests::test_parse_ip_network
59702026-09-15T03:58:51.666Z PASS [ 0.026s] ( 157/3443) illumos-utils zpool::test::test_parse_zpool
59712026-09-15T03:58:51.691Z PASS [ 0.025s] ( 158/3443) illumos-utils zpool::test::test_parse_zpool_missing_column
59722026-09-15T03:58:52.166Z PASS [ 7.907s] ( 159/3443) gfss polynomial::tests::test_polynomial_eval
59732026-09-15T03:58:52.201Z PASS [ 0.035s] ( 160/3443) installinator peers::tests::iter_no_preferred_preserves_btree_order
59742026-09-15T03:58:52.234Z PASS [ 0.033s] ( 161/3443) installinator peers::tests::last_known_peer_preferred
59752026-09-15T03:58:52.267Z PASS [ 0.032s] ( 162/3443) installinator peers::tests::last_known_peer_stale
59762026-09-15T03:58:53.274Z PASS [ 1.007s] ( 163/3443) installinator write::tests::proptest_write_artifact
59772026-09-15T03:58:53.328Z PASS [ 0.054s] ( 164/3443) installinator-common block_size_writer::tests::proptest_block_writer
59782026-09-15T03:58:53.347Z PASS [ 1.655s] ( 165/3443) installinator mock_peers::tests::proptest_fetch_artifact
59792026-09-15T03:58:53.482Z PASS [ 0.153s] ( 166/3443) internal-dns-resolver resolver::test::insert_and_lookup_multiple_records
59802026-09-15T03:58:53.507Z PASS [ 0.160s] ( 167/3443) internal-dns-resolver resolver::test::insert_and_lookup_one_record
59812026-09-15T03:58:53.623Z PASS [ 13.229s] ( 168/3443) db-dev::test-db-dev test_db_run
59822026-09-15T03:58:53.628Z PASS [ 0.146s] ( 169/3443) internal-dns-resolver resolver::test::lookup_nonexistent_record_fails
59832026-09-15T03:58:53.774Z PASS [ 15.408s] ( 170/3443) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_action_failure_can_unwind_idempotently
59842026-09-15T03:58:53.813Z PASS [ 0.185s] ( 171/3443) internal-dns-resolver resolver::test::resolver_doesnt_bail_on_missing_targets
59852026-09-15T03:58:53.824Z PASS [ 0.317s] ( 172/3443) internal-dns-resolver resolver::test::resolver_can_access_backup_dns_server
59862026-09-15T03:58:53.836Z PASS [ 0.023s] ( 173/3443) internal-dns-types config::test::display_hosts
59872026-09-15T03:58:53.848Z PASS [ 0.023s] ( 174/3443) internal-dns-types config::test::display_srv_service
59882026-09-15T03:58:53.852Z PASS [ 0.228s] ( 175/3443) internal-dns-resolver resolver::test::resolver_can_be_used_with_progenitor_client
59892026-09-15T03:58:53.858Z PASS [ 0.022s] ( 176/3443) internal-dns-types config::test::host_zone_switch_publishes_all_services
59902026-09-15T03:58:53.871Z PASS [ 0.023s] ( 177/3443) internal-dns-types config::test::test_builder_errors
59912026-09-15T03:58:53.875Z PASS [ 0.024s] ( 178/3443) internal-dns-types config::test::test_builder_output
59922026-09-15T03:58:53.879Z PASS [ 0.020s] ( 179/3443) internal-dns-types diff::test::diff_different
59932026-09-15T03:58:53.891Z PASS [ 0.020s] ( 180/3443) internal-dns-types diff::test::diff_equivalent
59942026-09-15T03:58:53.897Z PASS [ 0.019s] ( 181/3443) ipcc tests::deserialize_fixed_value
59952026-09-15T03:58:53.900Z PASS [ 0.024s] ( 182/3443) internal-dns-types diff::test::diff_invalid
59962026-09-15T03:58:53.912Z PASS [ 0.021s] ( 183/3443) ipcc tests::installinator_image_id_round_trip
59972026-09-15T03:58:53.918Z PASS [ 0.020s] ( 184/3443) ipcc tests::serialized_size
59982026-09-15T03:58:53.921Z PASS [ 0.022s] ( 185/3443) key-manager tests::different_disks_produce_different_keys
59992026-09-15T03:58:53.925Z PASS [ 0.152s] ( 186/3443) internal-dns-resolver resolver::test::update_record
60002026-09-15T03:58:53.932Z PASS [ 0.020s] ( 187/3443) key-manager tests::different_ikm_produces_different_keys
60012026-09-15T03:58:53.939Z PASS [ 0.021s] ( 188/3443) key-manager tests::disk_encryption_key_epoch_0
60022026-09-15T03:58:53.943Z PASS [ 0.022s] ( 189/3443) key-manager tests::loading_key_for_old_epoch_loads_latest_epoch
60032026-09-15T03:58:53.958Z PASS [ 0.033s] ( 190/3443) nexus-auth authn::external::session_cookie::test::test_expired_cookie_absolute
60042026-09-15T03:58:53.970Z PASS [ 0.038s] ( 191/3443) nexus-auth authn::external::session_cookie::test::test_expired_cookie_idle
60052026-09-15T03:58:53.979Z PASS [ 0.040s] ( 192/3443) nexus-auth authn::external::session_cookie::test::test_garbage_cookie
60062026-09-15T03:58:53.985Z PASS [ 0.042s] ( 193/3443) nexus-auth authn::external::session_cookie::test::test_get_token
60072026-09-15T03:58:53.992Z PASS [ 0.034s] ( 194/3443) nexus-auth authn::external::session_cookie::test::test_get_token_no_header
60082026-09-15T03:58:54.007Z PASS [ 0.036s] ( 195/3443) nexus-auth authn::external::session_cookie::test::test_get_token_other_cookie_present
60092026-09-15T03:58:54.017Z PASS [ 0.038s] ( 196/3443) nexus-auth authn::external::session_cookie::test::test_missing_cookie
60102026-09-15T03:58:54.026Z PASS [ 0.041s] ( 197/3443) nexus-auth authn::external::session_cookie::test::test_other_cookie
60112026-09-15T03:58:54.032Z PASS [ 0.039s] ( 198/3443) nexus-auth authn::external::session_cookie::test::test_session_cookie_value
60122026-09-15T03:58:54.044Z PASS [ 0.037s] ( 199/3443) nexus-auth authn::external::session_cookie::test::test_session_cookie_value_error
60132026-09-15T03:58:54.059Z PASS [ 0.042s] ( 200/3443) nexus-auth authn::external::session_cookie::test::test_valid_cookie
60142026-09-15T03:58:54.062Z PASS [ 0.035s] ( 201/3443) nexus-auth authn::external::spoof::test::test_make_header_value
60152026-09-15T03:58:54.069Z PASS [ 0.037s] ( 202/3443) nexus-auth authn::external::spoof::test::test_make_header_value_raw
60162026-09-15T03:58:54.086Z PASS [ 0.042s] ( 203/3443) nexus-auth authn::external::spoof::test::test_spoof_header_bad_uuids
60172026-09-15T03:58:54.106Z PASS [ 0.045s] ( 204/3443) nexus-auth authn::external::spoof::test::test_spoof_header_valid
60182026-09-15T03:58:54.116Z PASS [ 0.057s] ( 205/3443) nexus-auth authn::external::spoof::test::test_spoof_header_missing
60192026-09-15T03:58:54.124Z PASS [ 0.055s] ( 206/3443) nexus-auth authn::external::spoof::test::test_spoof_reserved_values
60202026-09-15T03:58:54.131Z PASS [ 0.045s] ( 207/3443) nexus-auth authn::external::test::test_authn_sequence
60212026-09-15T03:58:54.140Z PASS [ 0.034s] ( 208/3443) nexus-auth authn::external::token::test::test_make_header_value
60222026-09-15T03:58:54.149Z PASS [ 0.032s] ( 209/3443) nexus-auth authn::external::token::test::test_token_header_bad_utf8
60232026-09-15T03:58:54.157Z PASS [ 0.033s] ( 210/3443) nexus-auth authn::external::token::test::test_token_header_missing
60242026-09-15T03:58:54.169Z PASS [ 0.038s] ( 211/3443) nexus-auth authn::external::token::test::test_token_header_valid
60252026-09-15T03:58:54.175Z PASS [ 0.035s] ( 212/3443) nexus-auth authn::test::test_internal_users
60262026-09-15T03:58:54.212Z PASS [ 0.053s] ( 213/3443) nexus-auth authz::oso_generic::test::test_duplicate_polar_classes
60272026-09-15T03:58:54.232Z PASS [ 0.083s] ( 214/3443) nexus-auth authz::context::test::test_unregistered_resource
60282026-09-15T03:58:54.245Z PASS [ 0.076s] ( 215/3443) nexus-auth context::test::test_background_context
60292026-09-15T03:58:54.253Z PASS [ 0.077s] ( 216/3443) nexus-auth context::test::test_child_context
60302026-09-15T03:58:54.265Z PASS [ 0.033s] ( 217/3443) nexus-config nexus_config::test::test_bad_authn_schemes
60312026-09-15T03:58:54.274Z PASS [ 0.029s] ( 218/3443) nexus-config nexus_config::test::test_config_bad_toml
60322026-09-15T03:58:54.283Z PASS [ 0.073s] ( 219/3443) nexus-auth context::test::test_test_context
60332026-09-15T03:58:54.288Z PASS [ 0.035s] ( 220/3443) nexus-config nexus_config::test::test_config_empty
60342026-09-15T03:58:54.302Z PASS [ 0.036s] ( 221/3443) nexus-config nexus_config::test::test_config_nonexistent
60352026-09-15T03:58:54.315Z PASS [ 0.040s] ( 222/3443) nexus-config nexus_config::test::test_deployment_config_schema
60362026-09-15T03:58:54.322Z PASS [ 0.038s] ( 223/3443) nexus-config nexus_config::test::test_invalid_audit_log_cleanup_retention_days
60372026-09-15T03:58:54.328Z PASS [ 0.040s] ( 224/3443) nexus-config nexus_config::test::test_invalid_ipv4_prefix_tunable
60382026-09-15T03:58:54.353Z PASS [ 0.051s] ( 225/3443) nexus-config nexus_config::test::test_repo_configs_are_valid
60392026-09-15T03:58:54.357Z PASS [ 0.036s] ( 226/3443) nexus-config postgres_config::test::test_all_addresses_multiple_hosts
60402026-09-15T03:58:54.361Z PASS [ 0.030s] ( 227/3443) nexus-config postgres_config::test::test_all_addresses_non_ip_hostname
60412026-09-15T03:58:54.368Z PASS [ 0.053s] ( 228/3443) nexus-config nexus_config::test::test_valid
60422026-09-15T03:58:54.381Z PASS [ 0.028s] ( 229/3443) nexus-config postgres_config::test::test_all_addresses_single_host
60432026-09-15T03:58:54.395Z PASS [ 0.038s] ( 230/3443) nexus-config postgres_config::test::test_bad_url
60442026-09-15T03:58:54.399Z PASS [ 0.029s] ( 231/3443) nexus-db-fixed-data silo_user::test::test_silo_user_ids_are_valid
60452026-09-15T03:58:54.402Z PASS [ 0.041s] ( 232/3443) nexus-config postgres_config::test::test_example_url
60462026-09-15T03:58:54.408Z PASS [ 0.027s] ( 233/3443) nexus-db-fixed-data test::test_allowlist_id_is_valid
60472026-09-15T03:58:54.430Z PASS [ 0.035s] ( 234/3443) nexus-db-fixed-data test::test_builtin_fleet_id_is_valid
60482026-09-15T03:58:54.434Z PASS [ 0.037s] ( 235/3443) nexus-db-fixed-data user_builtin::test::test_builtin_user_ids_are_valid
60492026-09-15T03:58:54.437Z PASS [ 0.028s] ( 236/3443) nexus-db-model alert_subscription::test::test_alert_class_glob_to_regex
60502026-09-15T03:58:54.470Z PASS [ 0.033s] ( 237/3443) nexus-db-model bytecount::test::test_bytecount_i64_conversions
60512026-09-15T03:58:54.474Z PASS [ 0.043s] ( 238/3443) nexus-db-model alert_subscription::test::test_invalid_subscription_parsing
60522026-09-15T03:58:54.478Z PASS [ 0.044s] ( 239/3443) nexus-db-model alert_subscription::test::test_valid_subscription_parsing
60532026-09-15T03:58:54.498Z PASS [ 0.028s] ( 240/3443) nexus-db-model bytecount::test::test_pg_numeric_to_byte_count
60542026-09-15T03:58:54.509Z PASS [ 0.036s] ( 241/3443) nexus-db-model deployment::tests::reassemble_rejects_inconsistent_columns
60552026-09-15T03:58:54.513Z PASS [ 0.033s] ( 242/3443) nexus-db-model deployment::tests::update_disposition_columns_roundtrip
60562026-09-15T03:58:54.524Z PASS [ 0.026s] ( 243/3443) nexus-db-model device_auth::test::test_generate_user_code
60572026-09-15T03:58:54.544Z PASS [ 0.034s] ( 244/3443) nexus-db-model instance_state::tests::test_from_str_roundtrips
60582026-09-15T03:58:54.552Z PASS [ 0.041s] ( 245/3443) nexus-db-model inventory::test::dual_stack_zone_nic_round_trips_through_inventory
60592026-09-15T03:58:54.560Z PASS [ 0.036s] ( 246/3443) nexus-db-model inventory::test::test_inv_nvme_disk_firmware
60602026-09-15T03:58:54.571Z PASS [ 0.027s] ( 247/3443) nexus-db-model omicron_zone_config::tests::zone_nic_round_trips_for_all_ip_families
60612026-09-15T03:58:54.579Z PASS [ 0.026s] ( 248/3443) nexus-db-model role_assignment::tests::test_role_assignment_from_database
60622026-09-15T03:58:54.587Z PASS [ 0.026s] ( 249/3443) nexus-db-model saga_types::test::test_try_from_validates_abandon_metadata
60632026-09-15T03:58:54.620Z PASS [ 0.040s] ( 250/3443) nexus-db-model schema_versions::test::test_allows_valid_up_sql_collections
60642026-09-15T03:58:54.626Z PASS [ 0.054s] ( 251/3443) nexus-db-model schema_versions::test::proptest_split_and_strip_sql
60652026-09-15T03:58:54.636Z PASS [ 0.049s] ( 252/3443) nexus-db-model schema_versions::test::test_classify_add_constraint_unnamed_is_error
60662026-09-15T03:58:54.664Z PASS [ 0.044s] ( 253/3443) nexus-db-model schema_versions::test::test_classify_alter_table_add_constraint
60672026-09-15T03:58:54.677Z PASS [ 0.051s] ( 254/3443) nexus-db-model schema_versions::test::test_classify_alter_table_multi_op
60682026-09-15T03:58:54.687Z PASS [ 0.051s] ( 255/3443) nexus-db-model schema_versions::test::test_classify_create_index
60692026-09-15T03:58:54.711Z PASS [ 0.047s] ( 256/3443) nexus-db-model schema_versions::test::test_classify_create_index_unnamed_is_error
60702026-09-15T03:58:54.721Z PASS [ 0.034s] ( 257/3443) nexus-db-model schema_versions::test::test_classify_dml_ignored
60712026-09-15T03:58:54.725Z PASS [ 0.048s] ( 258/3443) nexus-db-model schema_versions::test::test_classify_create_index_with_storing
60722026-09-15T03:58:54.763Z PASS [ 0.052s] ( 259/3443) nexus-db-model schema_versions::test::test_classify_mixed_dml_and_ddl
60732026-09-15T03:58:54.769Z PASS [ 0.044s] ( 260/3443) nexus-db-model schema_versions::test::test_known_versions
60742026-09-15T03:58:54.777Z PASS [ 0.055s] ( 261/3443) nexus-db-model schema_versions::test::test_classify_other_ddl_varieties
60752026-09-15T03:58:54.808Z PASS [ 0.039s] ( 262/3443) nexus-db-model schema_versions::test::test_multi_ddl_grandfathered
60762026-09-15T03:58:54.824Z PASS [ 0.047s] ( 263/3443) nexus-db-model schema_versions::test::test_non_transactional_filename_detection
60772026-09-15T03:58:54.831Z PASS [ 0.069s] ( 264/3443) nexus-db-model schema_versions::test::test_migration_verification_files
60782026-09-15T03:58:54.839Z PASS [ 0.031s] ( 265/3443) nexus-db-model schema_versions::test::test_one_ddl_enforcement
60792026-09-15T03:58:54.868Z PASS [ 0.036s] ( 266/3443) nexus-db-model schema_versions::test::test_orphaned_verify_file_detected
60802026-09-15T03:58:54.868Z PASS [ 0.044s] ( 267/3443) nexus-db-model schema_versions::test::test_one_ddl_multi_op_allowed
60812026-09-15T03:58:54.880Z PASS [ 0.041s] ( 268/3443) nexus-db-model schema_versions::test::test_preprocess_add_constraint_if_not_exists
60822026-09-15T03:58:54.912Z PASS [ 0.044s] ( 269/3443) nexus-db-model schema_versions::test::test_preprocess_type_array
60832026-09-15T03:58:54.917Z PASS [ 0.037s] ( 270/3443) nexus-db-model schema_versions::test::test_reject_invalid_up_sql_collections
60842026-09-15T03:58:54.932Z PASS [ 0.063s] ( 271/3443) nexus-db-model schema_versions::test::test_preprocess_storing
60852026-09-15T03:58:54.954Z PASS [ 0.042s] ( 272/3443) nexus-db-model schema_versions::test::test_reject_invalid_up_sql_names
60862026-09-15T03:58:54.957Z PASS [ 0.037s] ( 273/3443) nexus-db-model schema_versions::test::test_reject_no_up_sql_files
60872026-09-15T03:58:54.961Z PASS [ 0.026s] ( 274/3443) nexus-db-model schema_versions::test::test_split_and_strip_sql_basic
60882026-09-15T03:58:54.981Z PASS [ 0.027s] ( 275/3443) nexus-db-model schema_versions::test::test_split_and_strip_sql_block_comment_in_string_preserved
60892026-09-15T03:58:54.987Z PASS [ 0.030s] ( 276/3443) nexus-db-model schema_versions::test::test_split_and_strip_sql_default_value_with_semicolon
60902026-09-15T03:58:54.994Z PASS [ 0.039s] ( 277/3443) nexus-db-model schema_versions::test::test_split_and_strip_sql_block_comment_stripped
60912026-09-15T03:58:55.014Z PASS [ 0.027s] ( 278/3443) nexus-db-model schema_versions::test::test_split_and_strip_sql_escaped_quote_in_string
60922026-09-15T03:58:55.021Z PASS [ 0.040s] ( 279/3443) nexus-db-model schema_versions::test::test_split_and_strip_sql_empty_input
60932026-09-15T03:58:55.025Z PASS [ 0.032s] ( 280/3443) nexus-db-model schema_versions::test::test_split_and_strip_sql_escaped_quotes_with_comment_chars
60942026-09-15T03:58:55.043Z PASS [ 0.029s] ( 281/3443) nexus-db-model schema_versions::test::test_split_and_strip_sql_line_comment_in_string_preserved
60952026-09-15T03:58:55.050Z PASS [ 0.029s] ( 282/3443) nexus-db-model schema_versions::test::test_split_and_strip_sql_line_comment_stripped
60962026-09-15T03:58:55.056Z PASS [ 0.031s] ( 283/3443) nexus-db-model schema_versions::test::test_split_and_strip_sql_mixed_real_split_and_string_semicolon
60972026-09-15T03:58:55.079Z PASS [ 0.035s] ( 284/3443) nexus-db-model schema_versions::test::test_split_and_strip_sql_multiline_statement
60982026-09-15T03:58:55.095Z PASS [ 0.045s] ( 285/3443) nexus-db-model schema_versions::test::test_split_and_strip_sql_multiline_with_split
60992026-09-15T03:58:55.103Z PASS [ 0.046s] ( 286/3443) nexus-db-model schema_versions::test::test_split_and_strip_sql_multiple_strings_with_semicolons
61002026-09-15T03:58:55.114Z PASS [ 0.035s] ( 287/3443) nexus-db-model schema_versions::test::test_split_and_strip_sql_newline_inside_string
61012026-09-15T03:58:55.126Z PASS [ 0.031s] ( 288/3443) nexus-db-model schema_versions::test::test_split_and_strip_sql_no_semicolons
61022026-09-15T03:58:55.134Z PASS [ 0.031s] ( 289/3443) nexus-db-model schema_versions::test::test_split_and_strip_sql_semicolon_in_block_comment
61032026-09-15T03:58:55.147Z PASS [ 0.032s] ( 290/3443) nexus-db-model schema_versions::test::test_split_and_strip_sql_semicolon_in_line_comment
61042026-09-15T03:58:55.161Z PASS [ 0.035s] ( 291/3443) nexus-db-model schema_versions::test::test_split_and_strip_sql_semicolon_in_string
61052026-09-15T03:58:55.167Z PASS [ 0.034s] ( 292/3443) nexus-db-model schema_versions::test::test_split_and_strip_sql_semicolons_only
61062026-09-15T03:58:55.174Z PASS [ 0.028s] ( 293/3443) nexus-db-model schema_versions::test::test_split_and_strip_sql_string_at_end
61072026-09-15T03:58:55.187Z PASS [ 0.026s] ( 294/3443) nexus-db-model schema_versions::test::test_split_and_strip_sql_trailing_semicolons
61082026-09-15T03:58:55.195Z PASS [ 0.027s] ( 295/3443) nexus-db-model schema_versions::test::test_verification_query_add_constraint
61092026-09-15T03:58:55.202Z PASS [ 0.028s] ( 296/3443) nexus-db-model schema_versions::test::test_verification_query_add_constraint_not_valid
61102026-09-15T03:58:55.214Z PASS [ 0.026s] ( 297/3443) nexus-db-model schema_versions::test::test_verification_query_create_index
61112026-09-15T03:58:55.220Z PASS [ 0.025s] ( 298/3443) nexus-db-model schema_versions::test::test_verification_query_other_ddl_returns_none
61122026-09-15T03:58:55.231Z PASS [ 0.029s] ( 299/3443) nexus-db-model schema_versions::test::test_verify
61132026-09-15T03:58:55.247Z PASS [ 0.034s] ( 300/3443) nexus-db-model schema_versions::test::test_verify_file_skipped_in_load
61142026-09-15T03:58:55.253Z PASS [ 0.032s] ( 301/3443) nexus-db-model semver_version::test::test_to_from_sortable_string
61152026-09-15T03:58:55.264Z PASS [ 0.033s] ( 302/3443) nexus-db-model switch_port::tests::peer_type_round_trip_numbered
61162026-09-15T03:58:55.274Z PASS [ 0.027s] ( 303/3443) nexus-db-model switch_port::tests::peer_type_round_trip_unnumbered
61172026-09-15T03:58:55.282Z PASS [ 0.029s] ( 304/3443) nexus-db-model switch_port::tests::router_peer_type_test_ip_db_repr
61182026-09-15T03:58:55.294Z PASS [ 0.029s] ( 305/3443) nexus-db-model tests::test_ip_subnet_check_requestable_address
61192026-09-15T03:58:55.300Z PASS [ 0.025s] ( 306/3443) nexus-db-model tests::test_ipv6_net_random_subnet
61202026-09-15T03:58:55.312Z PASS [ 0.029s] ( 307/3443) nexus-db-model tests::test_roles_database_strings
61212026-09-15T03:58:55.319Z PASS [ 0.025s] ( 308/3443) nexus-db-model tests::test_vpc_subnet_check_requestable_addr
61222026-09-15T03:58:55.325Z PASS [ 0.026s] ( 309/3443) nexus-db-model typed_uuid::tests::test_compare_consistency
61232026-09-15T03:58:55.338Z PASS [ 0.026s] ( 310/3443) nexus-db-model typed_uuid::tests::test_hash_equality
61242026-09-15T03:58:55.350Z PASS [ 0.031s] ( 311/3443) nexus-db-model vmm_state::tests::test_all_terminal_api_states_are_terminal_db_states
61252026-09-15T03:58:55.356Z PASS [ 0.030s] ( 312/3443) nexus-db-model vmm_state::tests::test_destroyable_states_consistent
61262026-09-15T03:58:55.371Z PASS [ 0.033s] ( 313/3443) nexus-db-model vmm_state::tests::test_from_str_roundtrips
61272026-09-15T03:58:55.414Z PASS [ 0.033s] ( 314/3443) nexus-db-model vmm_state::tests::test_nonexistent_states_consistent
61282026-09-15T03:58:55.414Z PASS [ 0.032s] ( 315/3443) nexus-db-model vmm_state::tests::test_terminal_states_consistent
61292026-09-15T03:58:56.665Z PASS [ 18.298s] ( 316/3443) omicron-nexus app::sagas::vpc_subnet_create::test::test_action_failure_can_unwind_idempotently
61302026-09-15T03:58:57.134Z PASS [ 2.734s] ( 317/3443) nexus-db-lookup::integration lookup::test_lookup
61312026-09-15T03:58:57.344Z PASS [ 18.978s] ( 318/3443) omicron-nexus app::sagas::vpc_subnet_create::test::test_action_failure_can_unwind
61322026-09-15T03:58:57.776Z PASS [ 2.405s] ( 319/3443) nexus-db-queries db::check_if_limit_reached::tests::test_check_if_limit_reached
61332026-09-15T03:58:58.327Z PASS [ 2.914s] ( 320/3443) nexus-db-queries db::collection_attach::test::fail_attach_if_update_condition_not_met
61342026-09-15T03:58:58.411Z PASS [ 2.958s] ( 321/3443) nexus-db-queries db::collection_attach::test::test_attach_beyond_capacity_fails
61352026-09-15T03:58:59.149Z PASS [ 2.484s] ( 322/3443) nexus-db-queries db::collection_attach::test::test_attach_deleted_resource_fails
61362026-09-15T03:58:59.724Z PASS [ 2.590s] ( 323/3443) nexus-db-queries db::collection_attach::test::test_attach_missing_collection_fails
61372026-09-15T03:58:59.978Z PASS [ 21.612s] ( 324/3443) omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind
61382026-09-15T03:59:00.112Z PASS [ 2.768s] ( 325/3443) nexus-db-queries db::collection_attach::test::test_attach_missing_resource_fails
61392026-09-15T03:59:00.176Z PASS [ 0.064s] ( 326/3443) nexus-db-queries db::collection_attach::test::test_verify_query
61402026-09-15T03:59:00.313Z PASS [ 21.948s] ( 327/3443) omicron-nexus app::sagas::subnet_attach::test::test_action_failure_can_unwind_idempotently
61412026-09-15T03:59:00.373Z PASS [ 22.003s] ( 328/3443) omicron-nexus app::sagas::subnet_detach::test::test_action_failure_can_unwind
61422026-09-15T03:59:00.498Z PASS [ 2.722s] ( 329/3443) nexus-db-queries db::collection_attach::test::test_attach_multiple_times
61432026-09-15T03:59:00.806Z PASS [ 22.438s] ( 330/3443) omicron-nexus app::sagas::subnet_detach::test::test_action_failure_can_unwind_idempotently
61442026-09-15T03:59:00.948Z PASS [ 22.577s] ( 331/3443) omicron-nexus app::sagas::subnet_attach::test::test_action_failure_can_unwind
61452026-09-15T03:59:01.183Z PASS [ 2.886s] ( 332/3443) nexus-db-queries db::collection_attach::test::test_attach_once
61462026-09-15T03:59:01.237Z PASS [ 0.053s] ( 333/3443) nexus-db-queries db::collection_detach::test::test_verify_query
61472026-09-15T03:59:01.263Z PASS [ 2.916s] ( 334/3443) nexus-db-queries db::collection_attach::test::test_attach_once_synchronous
61482026-09-15T03:59:01.504Z PASS [ 23.139s] ( 335/3443) omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind_idempotently
61492026-09-15T03:59:02.073Z PASS [ 2.922s] ( 336/3443) nexus-db-queries db::collection_attach::test::test_attach_while_already_attached
61502026-09-15T03:59:02.077Z PASS [ 23.707s] ( 337/3443) omicron-nexus app::sagas::vpc_create::test::test_action_failure_can_unwind
61512026-09-15T03:59:02.528Z PASS [ 2.804s] ( 338/3443) nexus-db-queries db::collection_attach::test::test_attach_with_filters
61522026-09-15T03:59:02.746Z PASS [ 24.378s] ( 339/3443) omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind
61532026-09-15T03:59:02.765Z PASS [ 2.787s] ( 340/3443) nexus-db-queries db::collection_attach::test::test_attach_without_update_filter
61542026-09-15T03:59:02.887Z PASS [ 24.521s] ( 341/3443) omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind
61552026-09-15T03:59:02.944Z PASS [ 0.057s] ( 342/3443) nexus-db-queries db::collection_detach_many::test::test_verify_query
61562026-09-15T03:59:02.973Z PASS [ 2.797s] ( 343/3443) nexus-db-queries db::collection_detach::test::test_detach_deleted_resource_fails
61572026-09-15T03:59:03.048Z PASS [ 2.735s] ( 344/3443) nexus-db-queries db::collection_detach::test::test_detach_missing_collection_fails
61582026-09-15T03:59:03.066Z PASS [ 2.692s] ( 345/3443) nexus-db-queries db::collection_detach::test::test_detach_missing_resource_fails
61592026-09-15T03:59:03.100Z PASS [ 0.052s] ( 346/3443) nexus-db-queries db::collection_insert::test::test_verify_query
61602026-09-15T03:59:03.115Z PASS [ 0.050s] ( 347/3443) nexus-db-queries db::column_walker::test::test_all_columns_with_prefix
61612026-09-15T03:59:03.150Z PASS [ 0.050s] ( 348/3443) nexus-db-queries db::column_walker::test::test_walk_columns
61622026-09-15T03:59:03.165Z PASS [ 0.049s] ( 349/3443) nexus-db-queries db::column_walker::test::test_walk_table
61632026-09-15T03:59:03.248Z PASS [ 2.750s] ( 350/3443) nexus-db-queries db::collection_detach::test::test_detach_once
61642026-09-15T03:59:03.261Z PASS [ 24.896s] ( 351/3443) omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind_idempotently
61652026-09-15T03:59:03.608Z PASS [ 2.802s] ( 352/3443) nexus-db-queries db::collection_detach::test::test_detach_while_already_detached
61662026-09-15T03:59:03.673Z PASS [ 2.725s] ( 353/3443) nexus-db-queries db::collection_detach::test::test_detach_without_update_filter
61672026-09-15T03:59:03.758Z PASS [ 25.393s] ( 354/3443) omicron-nexus app::sagas::project_create::test::test_action_failure_can_unwind
61682026-09-15T03:59:04.049Z PASS [ 2.812s] ( 355/3443) nexus-db-queries db::collection_detach_many::test::test_detach_deleted_resource
61692026-09-15T03:59:04.073Z PASS [ 25.708s] ( 356/3443) omicron-nexus app::sagas::image_create::test::test_action_failure_can_unwind_idempotently
61702026-09-15T03:59:04.095Z PASS [ 2.833s] ( 357/3443) nexus-db-queries db::collection_detach_many::test::test_detach_filter_collection
61712026-09-15T03:59:04.333Z PASS [ 2.829s] ( 358/3443) nexus-db-queries db::collection_detach_many::test::test_detach_many
61722026-09-15T03:59:04.344Z PASS [ 25.980s] ( 359/3443) omicron-nexus app::sagas::image_create::test::test_action_failure_can_unwind
61732026-09-15T03:59:04.777Z PASS [ 26.409s] ( 360/3443) omicron-nexus app::sagas::region_replacement_start::test::test_action_failure_can_unwind_idempotently
61742026-09-15T03:59:04.883Z PASS [ 2.811s] ( 361/3443) nexus-db-queries db::collection_detach_many::test::test_detach_missing_collection_fails
61752026-09-15T03:59:04.988Z PASS [ 2.910s] ( 362/3443) nexus-db-queries db::collection_detach_many::test::test_detach_missing_resource_succeeds
61762026-09-15T03:59:05.277Z PASS [ 2.749s] ( 363/3443) nexus-db-queries db::collection_detach_many::test::test_detach_once
61772026-09-15T03:59:05.562Z PASS [ 2.797s] ( 364/3443) nexus-db-queries db::collection_detach_many::test::test_detach_while_already_detached
61782026-09-15T03:59:05.572Z PASS [ 2.628s] ( 365/3443) nexus-db-queries db::collection_insert::test::test_collection_not_present
61792026-09-15T03:59:05.572Z PASS [ 2.826s] ( 366/3443) nexus-db-queries db::collection_detach_many::test::test_detach_once_synchronous
61802026-09-15T03:59:05.583Z PASS [ 2.610s] ( 367/3443) nexus-db-queries db::collection_insert::test::test_collection_present
61812026-09-15T03:59:07.370Z PASS [ 4.220s] ( 368/3443) nexus-db-queries db::datastore::affinity::tests::affinity_group_delete_group_deletes_members
61822026-09-15T03:59:07.465Z PASS [ 4.300s] ( 369/3443) nexus-db-queries db::datastore::affinity::tests::affinity_group_delete_instance_deletes_membership
61832026-09-15T03:59:07.471Z PASS [ 4.210s] ( 370/3443) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_add_list_remove
61842026-09-15T03:59:07.810Z PASS [ 4.202s] ( 371/3443) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_add_remove_instance_with_vmm
61852026-09-15T03:59:07.961Z PASS [ 4.203s] ( 372/3443) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_idempotency
61862026-09-15T03:59:08.097Z PASS [ 4.001s] ( 373/3443) nexus-db-queries db::datastore::affinity::tests::affinity_groups_are_project_scoped
61872026-09-15T03:59:08.313Z PASS [ 4.240s] ( 374/3443) nexus-db-queries db::datastore::affinity::tests::affinity_group_names_are_unique_in_project
61882026-09-15T03:59:08.570Z PASS [ 4.897s] ( 375/3443) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_for_deleted_objects
61892026-09-15T03:59:08.590Z PASS [ 4.245s] ( 376/3443) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_delete_group_deletes_members
61902026-09-15T03:59:08.604Z PASS [ 4.271s] ( 377/3443) nexus-db-queries db::datastore::affinity::tests::affinity_groups_prevent_project_deletion
61912026-09-15T03:59:08.869Z PASS [ 4.820s] ( 378/3443) nexus-db-queries db::datastore::affinity::tests::affinity_group_membership_list_extended
61922026-09-15T03:59:09.187Z PASS [ 4.409s] ( 379/3443) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_delete_instance_deletes_membership
61932026-09-15T03:59:09.280Z PASS [ 30.910s] ( 380/3443) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind_idempotently
61942026-09-15T03:59:09.425Z PASS [ 31.061s] ( 381/3443) omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind_idempotently
61952026-09-15T03:59:09.474Z PASS [ 4.487s] ( 382/3443) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_add_list_remove
61962026-09-15T03:59:09.612Z PASS [ 6.364s] ( 383/3443) nexus-db-queries db::datastore::affinity::tests::affinity_group_max_members
61972026-09-15T03:59:09.710Z PASS [ 4.433s] ( 384/3443) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_add_remove_instance_with_vmm
61982026-09-15T03:59:09.752Z PASS [ 4.169s] ( 385/3443) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_names_are_unique_in_project
61992026-09-15T03:59:10.016Z PASS [ 4.444s] ( 386/3443) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_idempotency
62002026-09-15T03:59:10.346Z PASS [ 4.784s] ( 387/3443) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_for_deleted_objects
62012026-09-15T03:59:10.436Z PASS [ 4.863s] ( 388/3443) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_membership_list_extended
62022026-09-15T03:59:10.789Z PASS [ 2.692s] ( 389/3443) nexus-db-queries db::datastore::alert::tests::explain_alert_list_matching_all_filters
62032026-09-15T03:59:10.903Z PASS [ 2.590s] ( 390/3443) nexus-db-queries db::datastore::alert::tests::explain_alert_list_matching_cases_and_classes
62042026-09-15T03:59:11.077Z PASS [ 6.194s] ( 391/3443) nexus-db-queries db::datastore::affinity::tests::anti_affinity_group_max_members
62052026-09-15T03:59:11.183Z PASS [ 2.613s] ( 392/3443) nexus-db-queries db::datastore::alert::tests::explain_alert_list_matching_created_time
62062026-09-15T03:59:11.226Z PASS [ 2.622s] ( 393/3443) nexus-db-queries db::datastore::alert::tests::explain_alert_list_matching_dispatched_false
62072026-09-15T03:59:11.295Z PASS [ 2.705s] ( 394/3443) nexus-db-queries db::datastore::alert::tests::explain_alert_list_matching_default
62082026-09-15T03:59:11.305Z PASS [ 3.935s] ( 395/3443) nexus-db-queries db::datastore::affinity::tests::anti_affinity_groups_are_project_scoped
62092026-09-15T03:59:11.523Z PASS [ 4.058s] ( 396/3443) nexus-db-queries db::datastore::affinity::tests::anti_affinity_groups_prevent_project_deletion
62102026-09-15T03:59:11.604Z PASS [ 3.642s] ( 397/3443) nexus-db-queries db::datastore::alert::tests::alert_create_then_already_exists
62112026-09-15T03:59:11.636Z PASS [ 2.767s] ( 398/3443) nexus-db-queries db::datastore::alert::tests::explain_alert_list_matching_dispatched_time
62122026-09-15T03:59:11.771Z PASS [ 2.584s] ( 399/3443) nexus-db-queries db::datastore::alert::tests::explain_alert_list_matching_dispatched_true
62132026-09-15T03:59:11.967Z PASS [ 2.492s] ( 400/3443) nexus-db-queries db::datastore::alert::tests::explain_alert_select_next_for_dispatch
62142026-09-15T03:59:11.967Z PASS [ 2.686s] ( 401/3443) nexus-db-queries db::datastore::alert::tests::explain_alert_list_matching_only_cases
62152026-09-15T03:59:12.081Z PASS [ 2.656s] ( 402/3443) nexus-db-queries db::datastore::alert::tests::explain_alert_list_matching_only_classes
62162026-09-15T03:59:12.691Z PASS [ 5.220s] ( 403/3443) nexus-db-queries db::datastore::affinity::tests::instance_max_affinity_groups
62172026-09-15T03:59:12.924Z PASS [ 2.488s] ( 404/3443) nexus-db-queries db::datastore::alert_rx::test::explain_alert_class_glob
62182026-09-15T03:59:12.986Z PASS [ 5.176s] ( 405/3443) nexus-db-queries db::datastore::affinity::tests::instance_max_anti_affinity_groups
62192026-09-15T03:59:13.093Z PASS [ 3.480s] ( 406/3443) nexus-db-queries db::datastore::alert::tests::fm_rendezvous_alert_create_already_exists_without_marker
62202026-09-15T03:59:13.181Z PASS [ 3.471s] ( 407/3443) nexus-db-queries db::datastore::alert::tests::fm_rendezvous_alert_create_stale_sitrep
62212026-09-15T03:59:13.319Z PASS [ 3.567s] ( 408/3443) nexus-db-queries db::datastore::alert::tests::fm_rendezvous_alert_create_writes_marker
62222026-09-15T03:59:13.494Z PASS [ 3.478s] ( 409/3443) nexus-db-queries db::datastore::alert::tests::fm_rendezvous_existing_alert_markers_empty_input_returns_empty
62232026-09-15T03:59:13.905Z PASS [ 3.559s] ( 410/3443) nexus-db-queries db::datastore::alert::tests::fm_rendezvous_existing_alert_markers_returns_only_present_ids
62242026-09-15T03:59:14.455Z PASS [ 3.552s] ( 411/3443) nexus-db-queries db::datastore::alert_rx::test::test_insert_empty_subscription_batch
62252026-09-15T03:59:14.539Z PASS [ 36.173s] ( 412/3443) omicron-nexus app::sagas::instance_start::test::test_action_failure_can_unwind
62262026-09-15T03:59:14.628Z PASS [ 3.839s] ( 413/3443) nexus-db-queries db::datastore::alert_rx::test::test_alert_class_globs
62272026-09-15T03:59:14.968Z PASS [ 3.890s] ( 414/3443) nexus-db-queries db::datastore::alert_rx::test::test_rx_is_subscribed_to_event
62282026-09-15T03:59:15.004Z PASS [ 3.821s] ( 415/3443) nexus-db-queries db::datastore::alert_rx::test::test_webhook_rx_update_fails_when_receiver_deleted
62292026-09-15T03:59:15.039Z PASS [ 3.813s] ( 416/3443) nexus-db-queries db::datastore::alert_rx::test::test_webhook_rx_update_succeeds
62302026-09-15T03:59:15.092Z PASS [ 3.797s] ( 417/3443) nexus-db-queries db::datastore::allow_list::tests::test_allowed_source_ip_database_ops
62312026-09-15T03:59:15.285Z PASS [ 3.980s] ( 418/3443) nexus-db-queries db::datastore::audit_log::tests::test_audit_log_basic
62322026-09-15T03:59:15.400Z PASS [ 3.796s] ( 419/3443) nexus-db-queries db::datastore::audit_log::tests::test_audit_log_timeout_then_late_completion
62332026-09-15T03:59:15.439Z PASS [ 3.668s] ( 420/3443) nexus-db-queries db::datastore::bgp::tests::test_allow_export_for_peer
62342026-09-15T03:59:15.442Z PASS [ 3.805s] ( 421/3443) nexus-db-queries db::datastore::bgp::tests::bgp_config_get_by_name_after_reuse_returns_live
62352026-09-15T03:59:15.493Z PASS [ 3.970s] ( 422/3443) nexus-db-queries db::datastore::audit_log::tests::test_audit_log_id_as_order_tiebreaker
62362026-09-15T03:59:15.639Z PASS [ 37.274s] ( 423/3443) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind
62372026-09-15T03:59:15.889Z PASS [ 3.922s] ( 424/3443) nexus-db-queries db::datastore::bgp::tests::test_bgp_config_by_name
62382026-09-15T03:59:16.090Z PASS [ 1.086s] ( 425/3443) nexus-db-queries db::datastore::db_metadata::test::test_add_constraint_backfill_race_with_verification
62392026-09-15T03:59:16.093Z PASS [ 4.124s] ( 426/3443) nexus-db-queries db::datastore::bgp::tests::test_allow_import_for_peer
62402026-09-15T03:59:16.163Z PASS [ 1.195s] ( 427/3443) nexus-db-queries db::datastore::db_metadata::test::test_add_constraint_backfill_race
62412026-09-15T03:59:16.199Z PASS [ 4.117s] ( 428/3443) nexus-db-queries db::datastore::bgp::tests::test_bgp_config_create_idempotency
62422026-09-15T03:59:16.437Z PASS [ 3.746s] ( 429/3443) nexus-db-queries db::datastore::bgp::tests::test_communities_for_peer
62432026-09-15T03:59:16.619Z PASS [ 2.714s] ( 430/3443) nexus-db-queries db::datastore::db_metadata::test::check_schema_is_current_version
62442026-09-15T03:59:16.821Z PASS [ 3.897s] ( 431/3443) nexus-db-queries db::datastore::bgp::tests::test_delete_bgp_config_and_announce_set_by_name
62452026-09-15T03:59:16.890Z PASS [ 3.905s] ( 432/3443) nexus-db-queries db::datastore::bgp::tests::test_update_bgp_config
62462026-09-15T03:59:16.966Z PASS [ 0.767s] ( 433/3443) nexus-db-queries db::datastore::db_metadata::test::test_create_index_backfill_race_with_verification
62472026-09-15T03:59:17.040Z PASS [ 0.877s] ( 434/3443) nexus-db-queries db::datastore::db_metadata::test::test_create_index_backfill_race
62482026-09-15T03:59:17.055Z PASS [ 3.962s] ( 435/3443) nexus-db-queries db::datastore::clickhouse_policy::tests::test_clickhouse_policy_basic
62492026-09-15T03:59:17.062Z PASS [ 3.881s] ( 436/3443) nexus-db-queries db::datastore::cockroachdb_node_id::tests::test_cockroachdb_node_id
62502026-09-15T03:59:17.106Z PASS [ 3.787s] ( 437/3443) nexus-db-queries db::datastore::cockroachdb_settings::test::test_preserve_downgrade
62512026-09-15T03:59:17.311Z PASS [ 2.772s] ( 438/3443) nexus-db-queries db::datastore::db_metadata::test::schema_version_subcomponents_save_progress
62522026-09-15T03:59:17.410Z PASS [ 3.916s] ( 439/3443) nexus-db-queries db::datastore::crucible_dataset::test::test_insert_if_not_exists
62532026-09-15T03:59:17.726Z PASS [ 1.107s] ( 440/3443) nexus-db-queries db::datastore::db_metadata::test::test_set_not_null_concurrent_rejected
62542026-09-15T03:59:17.793Z PASS [ 3.338s] ( 441/3443) nexus-db-queries db::datastore::db_metadata::test::concurrent_nexus_instances_only_move_forward
62552026-09-15T03:59:17.942Z PASS [ 2.903s] ( 442/3443) nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_nexus_not_registered
62562026-09-15T03:59:17.946Z PASS [ 2.850s] ( 443/3443) nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_nexus_wrong_state
62572026-09-15T03:59:18.108Z PASS [ 3.480s] ( 444/3443) nexus-db-queries db::datastore::db_metadata::test::test_add_column_concurrent_rejected
62582026-09-15T03:59:18.238Z PASS [ 0.294s] ( 445/3443) nexus-db-queries db::datastore::deployment::tests::expectorate_insert_target_query
62592026-09-15T03:59:18.254Z PASS [ 2.969s] ( 446/3443) nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_success
62602026-09-15T03:59:18.299Z PASS [ 2.899s] ( 447/3443) nexus-db-queries db::datastore::db_metadata::test::test_attempt_handoff_with_active_records
62612026-09-15T03:59:18.305Z PASS [ 2.865s] ( 448/3443) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_lockout_refuses_access
62622026-09-15T03:59:18.320Z PASS [ 2.880s] ( 449/3443) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_empty_table_permits_access
62632026-09-15T03:59:18.343Z PASS [ 2.847s] ( 450/3443) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_nexus_id
62642026-09-15T03:59:18.439Z PASS [ 2.799s] ( 451/3443) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_normal_use
62652026-09-15T03:59:18.564Z PASS [ 2.674s] ( 452/3443) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_schema_too_new
62662026-09-15T03:59:18.801Z PASS [ 2.712s] ( 453/3443) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_update_now
62672026-09-15T03:59:18.805Z PASS [ 40.439s] ( 454/3443) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
62682026-09-15T03:59:18.905Z PASS [ 2.813s] ( 455/3443) nexus-db-queries db::datastore::db_metadata::test::test_check_schema_and_access_wait_for_handoff
62692026-09-15T03:59:19.299Z PASS [ 2.478s] ( 456/3443) nexus-db-queries db::datastore::db_metadata::test::test_verify_add_constraint
62702026-09-15T03:59:19.453Z PASS [ 2.413s] ( 457/3443) nexus-db-queries db::datastore::db_metadata::test::test_verify_fails_for_missing_index
62712026-09-15T03:59:19.456Z PASS [ 2.491s] ( 458/3443) nexus-db-queries db::datastore::db_metadata::test::test_verify_fails_for_missing_constraint
62722026-09-15T03:59:19.541Z PASS [ 2.651s] ( 459/3443) nexus-db-queries db::datastore::db_metadata::test::test_verify_create_index
62732026-09-15T03:59:19.544Z PASS [ 2.481s] ( 460/3443) nexus-db-queries db::datastore::db_metadata::test::update_schema_try_later_is_transient
62742026-09-15T03:59:19.561Z PASS [ 2.506s] ( 461/3443) nexus-db-queries db::datastore::db_metadata::test::update_schema_needs_handoff_is_transient
62752026-09-15T03:59:19.624Z PASS [ 0.063s] ( 462/3443) nexus-db-queries db::datastore::dns::test::test_dns_builder_basic
62762026-09-15T03:59:19.641Z PASS [ 2.535s] ( 463/3443) nexus-db-queries db::datastore::db_metadata::test::update_schema_version_mismatch_without_config_is_permanent
62772026-09-15T03:59:19.967Z PASS [ 3.530s] ( 464/3443) nexus-db-queries db::datastore::db_metadata::test::test_database_nexus_access_delete
62782026-09-15T03:59:20.376Z PASS [ 2.432s] ( 465/3443) nexus-db-queries db::datastore::deployment::tests::explain_insert_target_query
62792026-09-15T03:59:21.544Z PASS [ 4.133s] ( 466/3443) nexus-db-queries db::datastore::deployment::external_networking::tests::test_deallocate_external_networking
62802026-09-15T03:59:21.570Z PASS [ 3.776s] ( 467/3443) nexus-db-queries db::datastore::deployment::external_networking::tests::test_upstream_config_propagates_across_blueprints
62812026-09-15T03:59:21.609Z PASS [ 3.882s] ( 468/3443) nexus-db-queries db::datastore::deployment::external_networking::tests::test_external_dns_external_ips_specified_by_rack_setup
62822026-09-15T03:59:21.701Z PASS [ 4.389s] ( 469/3443) nexus-db-queries db::datastore::deployment::external_networking::tests::test_allocate_external_networking
62832026-09-15T03:59:21.914Z PASS [ 0.305s] ( 470/3443) nexus-db-queries db::datastore::ereport::tests::expectorate_ereports_insert_host
62842026-09-15T03:59:21.957Z PASS [ 3.637s] ( 471/3443) nexus-db-queries db::datastore::deployment::tests::test_bp_zone_nic_dual_stack_round_trips_through_db
62852026-09-15T03:59:21.975Z PASS [ 0.274s] ( 472/3443) nexus-db-queries db::datastore::ereport::tests::expectorate_ereports_insert_sp
62862026-09-15T03:59:21.982Z PASS [ 3.641s] ( 473/3443) nexus-db-queries db::datastore::deployment::tests::test_bp_zone_nic_ipv4_only_round_trips_through_db
62872026-09-15T03:59:22.014Z PASS [ 3.575s] ( 474/3443) nexus-db-queries db::datastore::deployment::tests::test_bp_zone_nic_ipv6_only_round_trips_through_db
62882026-09-15T03:59:22.058Z PASS [ 3.949s] ( 475/3443) nexus-db-queries db::datastore::deployment::tests::test_blueprint_zone_multiple_external_ips_round_trip
62892026-09-15T03:59:22.169Z PASS [ 0.255s] ( 476/3443) nexus-db-queries db::datastore::ereport::tests::expectorate_ereports_list_unmarked
62902026-09-15T03:59:22.203Z PASS [ 0.246s] ( 477/3443) nexus-db-queries db::datastore::ereport::tests::expectorate_ereports_mark_seen
62912026-09-15T03:59:22.458Z PASS [ 4.221s] ( 478/3443) nexus-db-queries db::datastore::deployment::tests::test_bp_target_delete_up_to
62922026-09-15T03:59:22.513Z PASS [ 4.207s] ( 479/3443) nexus-db-queries db::datastore::deployment::tests::test_bp_target_list_page
62932026-09-15T03:59:22.578Z PASS [ 3.776s] ( 480/3443) nexus-db-queries db::datastore::deployment::tests::test_empty_blueprint
62942026-09-15T03:59:23.014Z PASS [ 4.759s] ( 481/3443) nexus-db-queries db::datastore::deployment::tests::test_bp_target_determine_pruneable
62952026-09-15T03:59:23.034Z PASS [ 4.129s] ( 482/3443) nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_works_with_good_target
62962026-09-15T03:59:23.197Z PASS [ 4.633s] ( 483/3443) nexus-db-queries db::datastore::deployment::tests::test_concurrent_blueprint_read_delete
62972026-09-15T03:59:23.360Z PASS [ 4.556s] ( 484/3443) nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_bails_on_bad_target
62982026-09-15T03:59:23.379Z PASS [ 3.755s] ( 485/3443) nexus-db-queries db::datastore::dns::test::test_dns_uniqueness
62992026-09-15T03:59:23.387Z PASS [ 4.088s] ( 486/3443) nexus-db-queries db::datastore::deployment::tests::test_measurement_blueprint
63002026-09-15T03:59:23.449Z PASS [ 3.906s] ( 487/3443) nexus-db-queries db::datastore::disk::tests::test_undelete_disk_set_faulted_idempotent
63012026-09-15T03:59:23.605Z PASS [ 4.148s] ( 488/3443) nexus-db-queries db::datastore::deployment::tests::test_set_target
63022026-09-15T03:59:23.616Z PASS [ 3.975s] ( 489/3443) nexus-db-queries db::datastore::dns::test::test_dns_update_from_version
63032026-09-15T03:59:23.867Z PASS [ 4.326s] ( 490/3443) nexus-db-queries db::datastore::deployment::tests::test_set_target_enabled
63042026-09-15T03:59:24.361Z PASS [ 2.380s] ( 491/3443) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_default
63052026-09-15T03:59:24.367Z PASS [ 3.991s] ( 492/3443) nexus-db-queries db::datastore::dns::test::test_read_dns_config_basic
63062026-09-15T03:59:24.440Z PASS [ 2.426s] ( 493/3443) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_only_serials
63072026-09-15T03:59:24.440Z PASS [ 2.466s] ( 494/3443) nexus-db-queries db::datastore::ereport::tests::explain_ereport_class_totals_query
63082026-09-15T03:59:24.513Z PASS [ 4.546s] ( 495/3443) nexus-db-queries db::datastore::dns::test::test_dns_update_incremental
63092026-09-15T03:59:24.566Z PASS [ 2.509s] ( 496/3443) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_only_time
63102026-09-15T03:59:24.630Z PASS [ 2.427s] ( 497/3443) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_time_and_serials
63112026-09-15T03:59:24.652Z PASS [ 2.483s] ( 498/3443) nexus-db-queries db::datastore::ereport::tests::explain_ereport_fetch_matching_serials_and_classes
63122026-09-15T03:59:24.745Z PASS [ 0.232s] ( 499/3443) nexus-db-queries db::datastore::external_service_ip_pool::test::expectorate_assign_pool_to_service_query
63132026-09-15T03:59:24.824Z PASS [ 0.257s] ( 500/3443) nexus-db-queries db::datastore::external_service_ip_pool::test::expectorate_unassign_pool_from_service_query
63142026-09-15T03:59:24.890Z PASS [ 2.377s] ( 501/3443) nexus-db-queries db::datastore::ereport::tests::explain_ereports_list_unmarked_query
63152026-09-15T03:59:24.907Z PASS [ 2.449s] ( 502/3443) nexus-db-queries db::datastore::ereport::tests::explain_ereport_unmarked_class_totals_query
63162026-09-15T03:59:24.938Z PASS [ 46.573s] ( 503/3443) omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
63172026-09-15T03:59:24.981Z PASS [ 2.403s] ( 504/3443) nexus-db-queries db::datastore::ereport::tests::explain_ereports_mark_seen_query
63182026-09-15T03:59:25.037Z PASS [ 5.584s] ( 505/3443) nexus-db-queries db::datastore::deployment::tests::test_representative_blueprint
63192026-09-15T03:59:25.209Z PASS [ 3.639s] ( 506/3443) nexus-db-queries db::datastore::dns::test::test_read_dns_config_uninitialized
63202026-09-15T03:59:25.358Z PASS [ 2.344s] ( 507/3443) nexus-db-queries db::datastore::ereport::tests::explain_host_latest_ereport_id
63212026-09-15T03:59:25.402Z PASS [ 3.859s] ( 508/3443) nexus-db-queries db::datastore::dns::test::test_read_dns_config_complex
63222026-09-15T03:59:25.479Z PASS [ 2.446s] ( 509/3443) nexus-db-queries db::datastore::ereport::tests::explain_sp_latest_ereport_id
63232026-09-15T03:59:26.649Z PASS [ 3.452s] ( 510/3443) nexus-db-queries db::datastore::ereport::tests::test_ereport_fetch_matching
63242026-09-15T03:59:26.946Z PASS [ 3.567s] ( 511/3443) nexus-db-queries db::datastore::ereport::tests::test_ereports_list_unmarked_class_filter
63252026-09-15T03:59:26.952Z PASS [ 3.592s] ( 512/3443) nexus-db-queries db::datastore::ereport::tests::test_ereporter_restarts
63262026-09-15T03:59:27.015Z PASS [ 3.626s] ( 513/3443) nexus-db-queries db::datastore::ereport::tests::test_time_latest_ereport_received_never_regresses
63272026-09-15T03:59:27.170Z PASS [ 3.553s] ( 514/3443) nexus-db-queries db::datastore::external_ip::tests::ensure_unique_instance_floating_ip_names_within_a_project
63282026-09-15T03:59:27.173Z PASS [ 3.566s] ( 515/3443) nexus-db-queries db::datastore::external_ip::tests::at_most_one_ephemeral_ip_per_instance_per_version
63292026-09-15T03:59:27.244Z PASS [ 3.794s] ( 516/3443) nexus-db-queries db::datastore::external_ip::tests::all_external_ip_check_constraints
63302026-09-15T03:59:27.364Z PASS [ 3.496s] ( 517/3443) nexus-db-queries db::datastore::external_ip::tests::ensure_unique_service_floating_ip_names
63312026-09-15T03:59:27.421Z PASS [ 9.121s] ( 518/3443) nexus-db-queries db::datastore::deployment::tests::test_bp_target_determine_pruneable_dups
63322026-09-15T03:59:27.671Z PASS [ 49.305s] ( 519/3443) omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
63332026-09-15T03:59:28.243Z PASS [ 3.591s] ( 520/3443) nexus-db-queries db::datastore::external_service_ip_pool::test::test_assign_nonexistent_pool_is_not_found
63342026-09-15T03:59:28.475Z PASS [ 3.844s] ( 521/3443) nexus-db-queries db::datastore::external_service_ip_pool::test::test_assign_is_idempotent
63352026-09-15T03:59:28.533Z PASS [ 3.709s] ( 522/3443) nexus-db-queries db::datastore::external_service_ip_pool::test::test_assign_silo_pool_is_rejected
63362026-09-15T03:59:28.554Z PASS [ 4.192s] ( 523/3443) nexus-db-queries db::datastore::external_ip::tests::test_deallocate_external_ip_is_idempotent
63372026-09-15T03:59:28.562Z PASS [ 3.817s] ( 524/3443) nexus-db-queries db::datastore::external_service_ip_pool::test::test_assign_pool_to_service
63382026-09-15T03:59:28.728Z PASS [ 4.287s] ( 525/3443) nexus-db-queries db::datastore::external_ip::tests::test_floating_ip_uses_unicast_default_not_multicast
63392026-09-15T03:59:28.779Z PASS [ 3.841s] ( 526/3443) nexus-db-queries db::datastore::external_service_ip_pool::test::test_pool_shared_by_two_services
63402026-09-15T03:59:28.880Z PASS [ 3.899s] ( 527/3443) nexus-db-queries db::datastore::external_service_ip_pool::test::test_unassign_last_pool_is_rejected
63412026-09-15T03:59:28.887Z PASS [ 3.997s] ( 528/3443) nexus-db-queries db::datastore::external_service_ip_pool::test::test_cannot_delete_pool_assigned_to_service
63422026-09-15T03:59:28.891Z PASS [ 3.852s] ( 529/3443) nexus-db-queries db::datastore::external_service_ip_pool::test::test_unassign_not_assigned_is_noop
63432026-09-15T03:59:28.910Z PASS [ 4.003s] ( 530/3443) nexus-db-queries db::datastore::external_service_ip_pool::test::test_list_and_pagination
63442026-09-15T03:59:29.035Z PASS [ 4.595s] ( 531/3443) nexus-db-queries db::datastore::external_ip::tests::test_service_ip_list
63452026-09-15T03:59:29.050Z PASS [ 4.682s] ( 532/3443) nexus-db-queries db::datastore::external_ip::tests::test_ephemeral_ip_uses_unicast_default_not_multicast
63462026-09-15T03:59:29.230Z PASS [ 4.021s] ( 533/3443) nexus-db-queries db::datastore::external_service_ip_pool::test::test_unassign_pool
63472026-09-15T03:59:29.272Z PASS [ 3.914s] ( 534/3443) nexus-db-queries db::datastore::external_subnet::tests::basic_subnet_pool_crud
63482026-09-15T03:59:29.445Z PASS [ 3.965s] ( 535/3443) nexus-db-queries db::datastore::external_subnet::tests::can_insert_external_subnet_from_explicit_pool_selection
63492026-09-15T03:59:29.491Z PASS [ 4.089s] ( 536/3443) nexus-db-queries db::datastore::external_subnet::tests::can_insert_external_subnet_from_explicit_ip_subnet
63502026-09-15T03:59:30.551Z PASS [ 3.902s] ( 537/3443) nexus-db-queries db::datastore::external_subnet::tests::can_insert_external_subnet_from_ip_version
63512026-09-15T03:59:30.849Z PASS [ 3.903s] ( 538/3443) nexus-db-queries db::datastore::external_subnet::tests::can_insert_external_subnet_using_default_pool
63522026-09-15T03:59:30.978Z PASS [ 3.964s] ( 539/3443) nexus-db-queries db::datastore::external_subnet::tests::cannot_delete_external_subnet_attached_to_instance
63532026-09-15T03:59:31.014Z PASS [ 4.061s] ( 540/3443) nexus-db-queries db::datastore::external_subnet::tests::can_link_subnet_pool_to_silo
63542026-09-15T03:59:31.022Z PASS [ 3.601s] ( 541/3443) nexus-db-queries db::datastore::external_subnet::tests::cannot_link_deleted_subnet_pool_to_silo
63552026-09-15T03:59:31.038Z PASS [ 3.674s] ( 542/3443) nexus-db-queries db::datastore::external_subnet::tests::cannot_insert_subnet_pool_member_with_overlapping_ip_subnet
63562026-09-15T03:59:31.090Z PASS [ 3.920s] ( 543/3443) nexus-db-queries db::datastore::external_subnet::tests::cannot_delete_subnet_pool_with_outstanding_members
63572026-09-15T03:59:31.117Z PASS [ 3.873s] ( 544/3443) nexus-db-queries db::datastore::external_subnet::tests::cannot_insert_subnet_pool_member_which_overlaps_ip_pool_range
63582026-09-15T03:59:31.202Z PASS [ 4.030s] ( 545/3443) nexus-db-queries db::datastore::external_subnet::tests::cannot_insert_overlapping_external_subnets
63592026-09-15T03:59:31.233Z PASS [ 3.562s] ( 546/3443) nexus-db-queries db::datastore::external_subnet::tests::cannot_link_subnet_pool_to_deleted_silo
63602026-09-15T03:59:31.337Z PASS [ 0.246s] ( 547/3443) nexus-db-queries db::datastore::fm::tests::expectorate_deeply_orphaned_batch_query
63612026-09-15T03:59:31.452Z PASS [ 0.334s] ( 548/3443) nexus-db-queries db::datastore::fm::tests::expectorate_delete_orphaned_sitrep_metadata
63622026-09-15T03:59:31.489Z PASS [ 0.286s] ( 549/3443) nexus-db-queries db::datastore::fm::tests::expectorate_insert_sitrep_version_query
63632026-09-15T03:59:32.164Z PASS [ 3.921s] ( 550/3443) nexus-db-queries db::datastore::external_subnet::tests::cannot_request_explicit_ip_subnet_outside_of_linked_pools
63642026-09-15T03:59:32.223Z PASS [ 3.747s] ( 551/3443) nexus-db-queries db::datastore::external_subnet::tests::cannot_set_deleted_subnet_pool_as_default_even_if_link_exists
63652026-09-15T03:59:32.267Z PASS [ 3.713s] ( 552/3443) nexus-db-queries db::datastore::external_subnet::tests::cannot_unset_deleted_subnet_pool_default_even_if_link_exists
63662026-09-15T03:59:32.367Z PASS [ 3.805s] ( 553/3443) nexus-db-queries db::datastore::external_subnet::tests::creating_subnet_ignores_deleted_default_pool
63672026-09-15T03:59:32.422Z PASS [ 3.889s] ( 554/3443) nexus-db-queries db::datastore::external_subnet::tests::cannot_unlink_subnet_pool_with_external_subnets_in_silo
63682026-09-15T03:59:32.518Z PASS [ 3.630s] ( 555/3443) nexus-db-queries db::datastore::external_subnet::tests::deleting_nonexistent_pool_silo_link_fails
63692026-09-15T03:59:32.522Z PASS [ 3.791s] ( 556/3443) nexus-db-queries db::datastore::external_subnet::tests::creating_subnet_with_multiple_default_pools_fails
63702026-09-15T03:59:32.583Z PASS [ 3.702s] ( 557/3443) nexus-db-queries db::datastore::external_subnet::tests::deleted_silo_does_not_appear_in_subnet_pool_silo_list
63712026-09-15T03:59:32.587Z PASS [ 3.805s] ( 558/3443) nexus-db-queries db::datastore::external_subnet::tests::creating_subnet_with_no_default_pools_fails
63722026-09-15T03:59:32.661Z PASS [ 3.771s] ( 559/3443) nexus-db-queries db::datastore::external_subnet::tests::deleting_subnet_pool_removes_silo_links
63732026-09-15T03:59:32.740Z PASS [ 3.705s] ( 560/3443) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_skips_too_small_gaps_at_member_start
63742026-09-15T03:59:32.794Z PASS [ 3.884s] ( 561/3443) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_of_consecutive_single_addresses
63752026-09-15T03:59:32.859Z PASS [ 3.808s] ( 562/3443) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_skips_too_small_gaps_in_member_middle
63762026-09-15T03:59:33.138Z PASS [ 3.908s] ( 563/3443) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_skips_too_small_prefix_aligned_gap
63772026-09-15T03:59:33.187Z PASS [ 3.915s] ( 564/3443) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_takes_smallest_gap_at_member_start
63782026-09-15T03:59:33.317Z PASS [ 3.871s] ( 565/3443) nexus-db-queries db::datastore::external_subnet::tests::external_subnet_allocation_takes_smallest_gap_in_member_middle
63792026-09-15T03:59:33.433Z PASS [ 3.941s] ( 566/3443) nexus-db-queries db::datastore::external_subnet::tests::fail_on_subnet_pool_exhaustion
63802026-09-15T03:59:33.544Z PASS [ 0.228s] ( 567/3443) nexus-db-queries db::datastore::fm_config::tests::expectorate_insert_latest_version_query
63812026-09-15T03:59:33.645Z PASS [ 2.412s] ( 568/3443) nexus-db-queries db::datastore::fm::tests::explain_deeply_orphaned_batch_query
63822026-09-15T03:59:33.750Z PASS [ 2.414s] ( 569/3443) nexus-db-queries db::datastore::fm::tests::explain_delete_orphaned_sitrep_metadata_query
63832026-09-15T03:59:33.819Z PASS [ 2.330s] ( 570/3443) nexus-db-queries db::datastore::fm::tests::explain_sitrep_read_ereports_query
63842026-09-15T03:59:33.908Z PASS [ 0.263s] ( 571/3443) nexus-db-queries db::datastore::fm_rendezvous_gc::tests::expectorate_rendezvous_marker_gc_page
63852026-09-15T03:59:34.001Z PASS [ 2.549s] ( 572/3443) nexus-db-queries db::datastore::fm::tests::explain_insert_sitrep_version_query
63862026-09-15T03:59:34.277Z PASS [ 3.725s] ( 573/3443) nexus-db-queries db::datastore::external_subnet::tests::fail_to_allocate_external_subnet_with_bad_prefix
63872026-09-15T03:59:34.547Z PASS [ 2.382s] ( 574/3443) nexus-db-queries db::datastore::fm::tests::explain_sitrep_version_list_query
63882026-09-15T03:59:34.552Z PASS [ 3.574s] ( 575/3443) nexus-db-queries db::datastore::external_subnet::tests::linking_subnet_pool_and_silo_multiple_times_fails
63892026-09-15T03:59:34.595Z PASS [ 3.746s] ( 576/3443) nexus-db-queries db::datastore::external_subnet::tests::handle_overflow_at_subnet_boundaries
63902026-09-15T03:59:34.701Z PASS [ 3.663s] ( 577/3443) nexus-db-queries db::datastore::external_subnet::tests::updating_nonexistent_pool_silo_link_fails
63912026-09-15T03:59:34.746Z PASS [ 3.733s] ( 578/3443) nexus-db-queries db::datastore::external_subnet::tests::test_ipv4_subnet_pool_utilization
63922026-09-15T03:59:34.906Z PASS [ 3.884s] ( 579/3443) nexus-db-queries db::datastore::external_subnet::tests::test_ipv6_subnet_pool_utilization
63932026-09-15T03:59:36.007Z PASS [ 3.639s] ( 580/3443) nexus-db-queries db::datastore::fm::tests::test_gc_deeply_orphaned_batch_size_one
63942026-09-15T03:59:36.231Z PASS [ 3.713s] ( 581/3443) nexus-db-queries db::datastore::fm::tests::test_gc_deeply_orphaned_pagination
63952026-09-15T03:59:36.272Z PASS [ 3.690s] ( 582/3443) nexus-db-queries db::datastore::fm::tests::test_insert_sitrep_with_nonexistent_parent_fails
63962026-09-15T03:59:36.281Z PASS [ 3.763s] ( 583/3443) nexus-db-queries db::datastore::fm::tests::test_insert_sitrep_with_current_parent
63972026-09-15T03:59:36.335Z PASS [ 3.913s] ( 584/3443) nexus-db-queries db::datastore::fm::tests::test_gc_deeply_orphaned_children
63982026-09-15T03:59:36.347Z PASS [ 3.762s] ( 585/3443) nexus-db-queries db::datastore::fm::tests::test_insert_sitrep_with_outdated_parent_fails
63992026-09-15T03:59:36.366Z PASS [ 3.706s] ( 586/3443) nexus-db-queries db::datastore::fm::tests::test_insert_sitrep_without_parent
64002026-09-15T03:59:36.370Z PASS [ 2.937s] ( 587/3443) nexus-db-queries db::datastore::fm_config::tests::explain_insert_latest_version_query
64012026-09-15T03:59:36.832Z PASS [ 4.038s] ( 588/3443) nexus-db-queries db::datastore::fm::tests::test_sitrep_analysis_report_roundtrip
64022026-09-15T03:59:36.855Z PASS [ 4.115s] ( 589/3443) nexus-db-queries db::datastore::fm::tests::test_representative_sitrep_child_tables
64032026-09-15T03:59:36.927Z PASS [ 4.069s] ( 590/3443) nexus-db-queries db::datastore::fm::tests::test_sitrep_cases_roundtrip
64042026-09-15T03:59:36.998Z PASS [ 4.731s] ( 591/3443) nexus-db-queries db::datastore::fm::tests::test_concurrent_sitrep_read_delete
64052026-09-15T03:59:37.232Z PASS [ 4.045s] ( 592/3443) nexus-db-queries db::datastore::fm::tests::test_sitrep_support_bundle_requests_roundtrip
64062026-09-15T03:59:37.460Z PASS [ 3.915s] ( 593/3443) nexus-db-queries db::datastore::fm_config::tests::test_fm_config_basic
64072026-09-15T03:59:37.546Z PASS [ 4.409s] ( 594/3443) nexus-db-queries db::datastore::fm::tests::test_sitrep_delete_deletes_cases
64082026-09-15T03:59:37.603Z PASS [ 3.853s] ( 595/3443) nexus-db-queries db::datastore::fm_rendezvous_gc::tests::gc_deletes_nothing_when_sitrep_missing
64092026-09-15T03:59:37.644Z PASS [ 3.826s] ( 596/3443) nexus-db-queries db::datastore::fm_rendezvous_gc::tests::gc_deletes_only_dropped_markers
64102026-09-15T03:59:37.816Z PASS [ 3.907s] ( 597/3443) nexus-db-queries db::datastore::fm_rendezvous_gc::tests::gc_pages_advance_past_preserved_markers
64112026-09-15T03:59:38.377Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
64122026-09-15T03:59:38.380Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
64132026-09-15T03:59:38.380Z SLOW [> 60.000s] (─────────) oximeter-db client::tests::test_replicated
64142026-09-15T03:59:38.569Z PASS [ 4.292s] ( 598/3443) nexus-db-queries db::datastore::instance::tests::test_instance_commit_update_is_idempotent
64152026-09-15T03:59:38.711Z PASS [ 4.164s] ( 599/3443) nexus-db-queries db::datastore::instance::tests::test_instance_deletion_is_idempotent
64162026-09-15T03:59:38.775Z PASS [ 4.074s] ( 600/3443) nexus-db-queries db::datastore::instance::tests::test_instance_update_invalidated_while_locked
64172026-09-15T03:59:38.879Z PASS [ 4.327s] ( 601/3443) nexus-db-queries db::datastore::instance::tests::test_instance_fetch_all
64182026-09-15T03:59:38.974Z PASS [ 4.228s] ( 602/3443) nexus-db-queries db::datastore::instance::tests::test_instance_updater_acquires_lock
64192026-09-15T03:59:39.069Z PASS [ 4.474s] ( 603/3443) nexus-db-queries db::datastore::instance::tests::test_instance_set_migration_ids
64202026-09-15T03:59:39.079Z PASS [ 4.172s] ( 604/3443) nexus-db-queries db::datastore::instance::tests::test_instance_updater_cant_unlock_someone_elses_instance_
64212026-09-15T03:59:40.295Z PASS [ 3.947s] ( 605/3443) nexus-db-queries db::datastore::inventory::test::test_find_hw_baseboard_id_missing_returns_not_found
64222026-09-15T03:59:40.323Z PASS [ 6.322s] ( 606/3443) nexus-db-queries db::datastore::instance::tests::test_instance_and_vmm_list_by_sled_agent
64232026-09-15T03:59:40.444Z PASS [ 4.437s] ( 607/3443) nexus-db-queries db::datastore::instance::tests::test_instance_updater_lock_is_idempotent
64242026-09-15T03:59:40.509Z PASS [ 4.140s] ( 608/3443) nexus-db-queries db::datastore::inventory::test::test_inv_zone_nic_ipv4_only_round_trips_through_db
64252026-09-15T03:59:40.600Z PASS [ 4.232s] ( 609/3443) nexus-db-queries db::datastore::inventory::test::test_inv_zone_nic_dual_stack_round_trips_through_db
64262026-09-15T03:59:40.752Z PASS [ 2.936s] ( 610/3443) nexus-db-queries db::datastore::ip_pool::test::can_explain_assign_ip_pool_to_silos_query
64272026-09-15T03:59:40.766Z PASS [ 4.484s] ( 611/3443) nexus-db-queries db::datastore::instance::tests::test_updating_deleted_instance_fails
64282026-09-15T03:59:40.770Z PASS [ 4.536s] ( 612/3443) nexus-db-queries db::datastore::instance::tests::test_locking_a_deleted_instance_fails_even_if_locked
64292026-09-15T03:59:40.833Z PASS [ 4.560s] ( 613/3443) nexus-db-queries db::datastore::instance::tests::test_unlocking_a_deleted_instance_is_okay
64302026-09-15T03:59:40.879Z PASS [ 4.047s] ( 614/3443) nexus-db-queries db::datastore::inventory::test::test_inv_zone_nic_ipv6_only_round_trips_through_db
64312026-09-15T03:59:41.133Z PASS [ 0.300s] ( 615/3443) nexus-db-queries db::datastore::ip_pool::test::expectorate_assign_ip_pool_to_system_services_query
64322026-09-15T03:59:41.149Z PASS [ 0.270s] ( 616/3443) nexus-db-queries db::datastore::ip_pool::test::expectorate_insert_ip_pool_external_silo_link
64332026-09-15T03:59:41.232Z PASS [ 0.465s] ( 617/3443) nexus-db-queries db::datastore::ip_pool::test::expectorate_assign_ip_pool_to_silos_query
64342026-09-15T03:59:41.509Z PASS [ 4.653s] ( 618/3443) nexus-db-queries db::datastore::inventory::test::test_inventory_deletion
64352026-09-15T03:59:41.611Z PASS [ 63.241s] ( 619/3443) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
64362026-09-15T03:59:41.623Z PASS [ 3.054s] ( 620/3443) nexus-db-queries db::datastore::ip_pool::test::can_explain_assign_ip_pool_to_system_services_query
64372026-09-15T03:59:41.705Z PASS [ 5.369s] ( 621/3443) nexus-db-queries db::datastore::inventory::test::test_concurrent_inventory_read_delete
64382026-09-15T03:59:41.830Z PASS [ 4.832s] ( 622/3443) nexus-db-queries db::datastore::inventory::test::test_reconciler_status_fields
64392026-09-15T03:59:41.909Z PASS [ 3.134s] ( 623/3443) nexus-db-queries db::datastore::ip_pool::test::can_explain_unlink_ip_pool_from_external_silo_query
64402026-09-15T03:59:41.913Z PASS [ 3.199s] ( 624/3443) nexus-db-queries db::datastore::ip_pool::test::can_explain_link_ip_pool_to_silo_query
64412026-09-15T03:59:41.917Z PASS [ 4.685s] ( 625/3443) nexus-db-queries db::datastore::inventory::test::test_representative_collection_populates_database
64422026-09-15T03:59:42.111Z PASS [ 4.651s] ( 626/3443) nexus-db-queries db::datastore::inventory::test::test_sled_agent_measurements
64432026-09-15T03:59:42.118Z PASS [ 4.568s] ( 627/3443) nexus-db-queries db::datastore::inventory::test::test_zone_external_ip_shared_across_zones
64442026-09-15T03:59:42.224Z PASS [ 4.620s] ( 628/3443) nexus-db-queries db::datastore::inventory::test::test_zone_image_source
64452026-09-15T03:59:42.345Z PASS [ 4.700s] ( 629/3443) nexus-db-queries db::datastore::inventory::test::test_zone_with_multiple_external_ips_round_trips_through_database
64462026-09-15T03:59:43.333Z PASS [ 4.453s] ( 630/3443) nexus-db-queries db::datastore::ip_pool::test::cannot_assign_externally_linked_pool_to_system_services
64472026-09-15T03:59:43.400Z PASS [ 4.321s] ( 631/3443) nexus-db-queries db::datastore::ip_pool::test::cannot_assign_last_system_services_ip_pool_to_silos
64482026-09-15T03:59:43.442Z PASS [ 4.468s] ( 632/3443) nexus-db-queries db::datastore::ip_pool::test::cannot_assign_ip_pool_to_silos_while_assigned_to_services
64492026-09-15T03:59:43.528Z PASS [ 4.458s] ( 633/3443) nexus-db-queries db::datastore::ip_pool::test::cannot_assign_ip_pool_to_silos_with_outstanding_external_ips
64502026-09-15T03:59:44.354Z PASS [ 7.427s] ( 634/3443) nexus-db-queries db::datastore::inventory::test::test_inventory_insert
64512026-09-15T03:59:44.596Z PASS [ 4.086s] ( 635/3443) nexus-db-queries db::datastore::ip_pool::test::cannot_link_silo_to_deleted_pool
64522026-09-15T03:59:44.649Z PASS [ 4.343s] ( 636/3443) nexus-db-queries db::datastore::ip_pool::test::cannot_delete_last_system_services_ip_pool
64532026-09-15T03:59:44.665Z PASS [ 4.218s] ( 637/3443) nexus-db-queries db::datastore::ip_pool::test::cannot_link_pool_to_deleted_silo
64542026-09-15T03:59:44.703Z PASS [ 4.378s] ( 638/3443) nexus-db-queries db::datastore::ip_pool::test::cannot_insert_ip_pool_range_which_overlaps_subnet_pool_member
64552026-09-15T03:59:44.756Z PASS [ 4.154s] ( 639/3443) nexus-db-queries db::datastore::ip_pool::test::cannot_link_system_services_pool_to_silo
64562026-09-15T03:59:45.170Z PASS [ 4.417s] ( 640/3443) nexus-db-queries db::datastore::ip_pool::test::cannot_set_deleted_pool_as_default_even_if_link_exists
64572026-09-15T03:59:45.248Z PASS [ 4.479s] ( 641/3443) nexus-db-queries db::datastore::ip_pool::test::cannot_unset_deleted_pool_default_even_if_link_exists
64582026-09-15T03:59:45.516Z PASS [ 4.357s] ( 642/3443) nexus-db-queries db::datastore::ip_pool::test::test_cannot_insert_range_in_pool_with_different_ip_version
64592026-09-15T03:59:45.922Z PASS [ 4.405s] ( 643/3443) nexus-db-queries db::datastore::ip_pool::test::test_default_pool_ipv4_ipv6_conflict
64602026-09-15T03:59:45.941Z PASS [ 4.226s] ( 644/3443) nexus-db-queries db::datastore::ip_pool::test::test_fetch_default_returns_unicast_not_multicast
64612026-09-15T03:59:45.983Z PASS [ 4.359s] ( 645/3443) nexus-db-queries db::datastore::ip_pool::test::test_denormalized_columns_consistency
64622026-09-15T03:59:46.006Z PASS [ 4.773s] ( 646/3443) nexus-db-queries db::datastore::ip_pool::test::test_default_ip_pools
64632026-09-15T03:59:46.006Z PASS [ 4.394s] ( 647/3443) nexus-db-queries db::datastore::ip_pool::test::test_default_pool_ipv4_ipv6_ordering
64642026-09-15T03:59:46.018Z PASS [ 4.188s] ( 648/3443) nexus-db-queries db::datastore::ip_pool::test::test_gateway_linking_unicast_only
64652026-09-15T03:59:46.448Z PASS [ 5.315s] ( 649/3443) nexus-db-queries db::datastore::ip_pool::test::paginate_ip_pools_by_assignment
64662026-09-15T03:59:46.468Z PASS [ 4.555s] ( 650/3443) nexus-db-queries db::datastore::ip_pool::test::test_ip_pool_fetch_containing_address_for_services
64672026-09-15T03:59:46.518Z PASS [ 4.598s] ( 651/3443) nexus-db-queries db::datastore::ip_pool::test::test_ip_pools_fetch_any_by_type_ip_version_filtering
64682026-09-15T03:59:46.689Z PASS [ 4.772s] ( 652/3443) nexus-db-queries db::datastore::ip_pool::test::test_ip_pool_fetch_containing_address
64692026-09-15T03:59:46.795Z PASS [ 4.680s] ( 653/3443) nexus-db-queries db::datastore::ip_pool::test::test_ip_pools_fetch_ssm_multicast
64702026-09-15T03:59:46.803Z PASS [ 4.692s] ( 654/3443) nexus-db-queries db::datastore::ip_pool::test::test_ip_pools_fetch_asm_multicast
64712026-09-15T03:59:46.892Z PASS [ 4.663s] ( 655/3443) nexus-db-queries db::datastore::ip_pool::test::test_ipv4_ip_pool_utilization
64722026-09-15T03:59:46.990Z PASS [ 4.641s] ( 656/3443) nexus-db-queries db::datastore::ip_pool::test::test_ipv6_ip_pool_utilization
64732026-09-15T03:59:47.696Z PASS [ 4.363s] ( 657/3443) nexus-db-queries db::datastore::ip_pool::test::test_ipv6_only_default_pool
64742026-09-15T03:59:47.748Z PASS [ 4.348s] ( 658/3443) nexus-db-queries db::datastore::ip_pool::test::test_multicast_ip_pool_basic_operations
64752026-09-15T03:59:47.810Z PASS [ 4.359s] ( 659/3443) nexus-db-queries db::datastore::ip_pool::test::test_multicast_ip_pool_default_by_type
64762026-09-15T03:59:47.899Z PASS [ 4.367s] ( 660/3443) nexus-db-queries db::datastore::ip_pool::test::test_multicast_ip_pool_fetch_any_by_type
64772026-09-15T03:59:48.576Z PASS [ 4.216s] ( 661/3443) nexus-db-queries db::datastore::ip_pool::test::test_multicast_ip_pool_ranges
64782026-09-15T03:59:48.892Z PASS [ 4.250s] ( 662/3443) nexus-db-queries db::datastore::ip_pool::test::test_separate_v4_v6_unicast_default_pools
64792026-09-15T03:59:48.904Z PASS [ 4.308s] ( 663/3443) nexus-db-queries db::datastore::ip_pool::test::test_multiple_default_pools_per_silo
64802026-09-15T03:59:48.911Z PASS [ 4.207s] ( 664/3443) nexus-db-queries db::datastore::multicast::groups::tests::test_ensure_underlay_multicast_group_collision
64812026-09-15T03:59:48.911Z PASS [ 4.247s] ( 665/3443) nexus-db-queries db::datastore::migration::tests::test_migration_query_by_instance
64822026-09-15T03:59:49.509Z PASS [ 4.751s] ( 666/3443) nexus-db-queries db::datastore::multicast::groups::tests::test_mark_for_removal_blocked_by_members
64832026-09-15T03:59:49.540Z PASS [ 4.369s] ( 667/3443) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_asm_fallback_when_no_ssm_pool
64842026-09-15T03:59:49.669Z PASS [ 4.424s] ( 668/3443) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_create_and_fetch
64852026-09-15T03:59:49.847Z PASS [ 4.340s] ( 669/3443) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_datastore_default_pool_allocation
64862026-09-15T03:59:50.207Z PASS [ 4.277s] ( 670/3443) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_deallocation_return_values
64872026-09-15T03:59:50.253Z PASS [ 4.340s] ( 671/3443) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_datastore_underlay_linkage
64882026-09-15T03:59:50.520Z PASS [ 4.515s] ( 672/3443) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_list_fleet_wide
64892026-09-15T03:59:50.537Z PASS [ 4.554s] ( 673/3443) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_has_sources_pool_selection
64902026-09-15T03:59:50.606Z PASS [ 4.601s] ( 674/3443) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_ip_reuse_after_deletion
64912026-09-15T03:59:50.766Z PASS [ 4.319s] ( 675/3443) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_pool_exhaustion_and_reuse
64922026-09-15T03:59:50.766Z PASS [ 4.301s] ( 676/3443) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_set_underlay_salt
64932026-09-15T03:59:50.781Z PASS [ 4.764s] ( 677/3443) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_lookup_by_ip
64942026-09-15T03:59:50.859Z PASS [ 4.344s] ( 678/3443) nexus-db-queries db::datastore::multicast::groups::tests::test_multicast_group_state_transitions
64952026-09-15T03:59:51.007Z PASS [ 4.120s] ( 679/3443) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_error_priority_both_invalid
64962026-09-15T03:59:51.364Z PASS [ 4.682s] ( 680/3443) nexus-db-queries db::datastore::multicast::members::tests::test_instance_get_sled_id
64972026-09-15T03:59:51.624Z PASS [ 19.401s] ( 681/3443) nexus-db-queries db::datastore::fm::tests::test_concurrent_sitrep_insert_read_gc
64982026-09-15T03:59:51.903Z PASS [ 5.109s] ( 682/3443) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_allows_creating_rejects_deleting
64992026-09-15T03:59:51.915Z PASS [ 4.929s] ( 683/3443) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_idempotency
65002026-09-15T03:59:51.954Z PASS [ 5.152s] ( 684/3443) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_concurrent_same_member
65012026-09-15T03:59:52.575Z PASS [ 4.879s] ( 685/3443) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_invalid_group_or_instance
65022026-09-15T03:59:52.700Z PASS [ 4.952s] ( 686/3443) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_partial_index_behavior
65032026-09-15T03:59:52.801Z PASS [ 4.906s] ( 687/3443) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_stopped_instance
65042026-09-15T03:59:52.898Z PASS [ 5.096s] ( 688/3443) nexus-db-queries db::datastore::multicast::members::tests::test_member_attach_reactivation_source_handling
65052026-09-15T03:59:53.587Z PASS [ 5.016s] ( 689/3443) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_attach_to_instance
65062026-09-15T03:59:53.744Z PASS [ 4.840s] ( 690/3443) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_duplicate_prevention
65072026-09-15T03:59:53.847Z PASS [ 4.938s] ( 691/3443) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_operations_with_parent_id
65082026-09-15T03:59:53.889Z PASS [ 5.001s] ( 692/3443) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_database_error_handling
65092026-09-15T03:59:53.949Z PASS [ 5.040s] ( 693/3443) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_set_instance_sled
65102026-09-15T03:59:54.308Z PASS [ 4.803s] ( 694/3443) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_member_state_transitions_datastore
65112026-09-15T03:59:54.390Z PASS [ 3.852s] ( 695/3443) nexus-db-queries db::datastore::multicast::members::tests::test_source_ips_union_empty_input
65122026-09-15T03:59:54.548Z PASS [ 4.878s] ( 696/3443) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_members_delete_by_group
65132026-09-15T03:59:54.644Z PASS [ 5.105s] ( 697/3443) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_members_complete_delete
65142026-09-15T03:59:55.006Z PASS [ 4.400s] ( 698/3443) nexus-db-queries db::datastore::multicast::members::tests::test_source_ips_union_group_with_no_members
65152026-09-15T03:59:55.049Z PASS [ 5.202s] ( 699/3443) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_members_detach_by_instance
65162026-09-15T03:59:55.104Z PASS [ 4.848s] ( 700/3443) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_member_sled_id_lifecycle
65172026-09-15T03:59:55.144Z PASS [ 4.937s] ( 701/3443) nexus-db-queries db::datastore::multicast::members::tests::test_multicast_group_members_mark_for_removal
65182026-09-15T03:59:55.261Z PASS [ 4.741s] ( 702/3443) nexus-db-queries db::datastore::multicast::members::tests::test_source_ips_union_across_members
65192026-09-15T03:59:55.763Z PASS [ 4.903s] ( 703/3443) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_migration_scenario
65202026-09-15T03:59:55.820Z PASS [ 5.039s] ( 704/3443) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_member_not_found
65212026-09-15T03:59:55.929Z PASS [ 5.162s] ( 705/3443) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_concurrent_state_change
65222026-09-15T03:59:55.929Z PASS [ 5.162s] ( 706/3443) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_instance_invalid
65232026-09-15T03:59:55.929Z PASS [ 4.922s] ( 707/3443) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_no_change_needed
65242026-09-15T03:59:56.006Z PASS [ 4.091s] ( 708/3443) nexus-db-queries db::datastore::nat_entry::test::table_allows_unique_active_multiple_deleted
65252026-09-15T03:59:56.024Z PASS [ 4.121s] ( 709/3443) nexus-db-queries db::datastore::nat_entry::test::nat_version_tracking
65262026-09-15T03:59:56.194Z PASS [ 4.830s] ( 710/3443) nexus-db-queries db::datastore::multicast::ops::member_reconcile::tests::test_reconcile_joining_sled_id_changed
65272026-09-15T03:59:56.439Z PASS [ 3.864s] ( 711/3443) nexus-db-queries db::datastore::oximeter::tests::test_oximeter_expunge
65282026-09-15T03:59:56.616Z PASS [ 4.661s] ( 712/3443) nexus-db-queries db::datastore::network_interface::tests::test_service_network_interfaces_list
65292026-09-15T03:59:56.663Z PASS [ 0.047s] ( 713/3443) nexus-db-queries db::datastore::rack::test::service_ip_pool_config_fails_with_empty_ranges
65302026-09-15T03:59:56.715Z PASS [ 0.052s] ( 714/3443) nexus-db-queries db::datastore::rack::test::service_ip_pool_config_fails_with_mixed_versions
65312026-09-15T03:59:56.776Z PASS [ 5.152s] ( 715/3443) nexus-db-queries db::datastore::nat_entry::test::nat_changeset
65322026-09-15T03:59:56.820Z PASS [ 0.043s] ( 716/3443) nexus-db-queries db::datastore::region::test::test_extent_count
65332026-09-15T03:59:56.877Z PASS [ 3.980s] ( 717/3443) nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_reassigns_if_oximeter_expunged
65342026-09-15T03:59:57.294Z PASS [ 4.594s] ( 718/3443) nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassign_fails_if_no_collectors
65352026-09-15T03:59:57.465Z PASS [ 3.721s] ( 719/3443) nexus-db-queries db::datastore::oximeter::tests::test_producers_list_expired
65362026-09-15T03:59:57.570Z PASS [ 3.723s] ( 720/3443) nexus-db-queries db::datastore::oximeter_read_policy::tests::test_oximeter_read_policy_basic
65372026-09-15T03:59:57.916Z PASS [ 3.967s] ( 721/3443) nexus-db-queries db::datastore::physical_disk::test::physical_disk_cannot_insert_to_expunged_sled
65382026-09-15T03:59:58.268Z PASS [ 3.960s] ( 722/3443) nexus-db-queries db::datastore::physical_disk::test::physical_disk_deletion_idempotency
65392026-09-15T03:59:58.362Z PASS [ 4.473s] ( 723/3443) nexus-db-queries db::datastore::physical_disk::test::physical_disk_adoptable_list
65402026-09-15T03:59:58.480Z PASS [ 3.932s] ( 724/3443) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_different_disks
65412026-09-15T03:59:58.541Z PASS [ 4.153s] ( 725/3443) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_delete_reupsert_new_sled
65422026-09-15T03:59:58.659Z PASS [ 4.015s] ( 726/3443) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_disk_and_zpool_fails_without_adoption
65432026-09-15T03:59:58.990Z PASS [ 3.940s] ( 727/3443) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_same_uuid_collides
65442026-09-15T03:59:59.171Z PASS [ 4.164s] ( 728/3443) nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_reupsert_new_sled
65452026-09-15T03:59:59.243Z PASS [ 4.140s] ( 729/3443) nexus-db-queries db::datastore::physical_disk::test::physical_disk_list_new_inventory_on_connection
65462026-09-15T03:59:59.633Z PASS [ 4.489s] ( 730/3443) nexus-db-queries db::datastore::physical_disk::test::physical_disk_unadopted_list
65472026-09-15T03:59:59.963Z PASS [ 4.200s] ( 731/3443) nexus-db-queries db::datastore::rack::test::rack_set_initialized_accepts_existing_sled_bp_availability
65482026-09-15T04:00:00.000Z PASS [ 4.179s] ( 732/3443) nexus-db-queries db::datastore::rack::test::rack_set_initialized_empty
65492026-09-15T04:00:00.264Z PASS [ 4.335s] ( 733/3443) nexus-db-queries db::datastore::rack::test::rack_set_initialized_missing_service_pool_ip_throws_error
65502026-09-15T04:00:00.272Z PASS [ 3.832s] ( 734/3443) nexus-db-queries db::datastore::rack::test::rack_sled_subnet_allocations
65512026-09-15T04:00:00.339Z PASS [ 4.410s] ( 735/3443) nexus-db-queries db::datastore::rack::test::rack_set_initialized_overlapping_ips_throws_error
65522026-09-15T04:00:00.396Z PASS [ 4.467s] ( 736/3443) nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_dual_stack_private_nexus_addresses
65532026-09-15T04:00:00.585Z PASS [ 3.870s] ( 737/3443) nexus-db-queries db::datastore::reconfigurator_config::tests::test_reconfigurator_config_basic
65542026-09-15T04:00:00.660Z PASS [ 3.840s] ( 738/3443) nexus-db-queries db::datastore::region_replacement::test::test_one_replacement_per_volume
65552026-09-15T04:00:00.746Z PASS [ 4.721s] ( 739/3443) nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_many_nexus_services
65562026-09-15T04:00:00.756Z PASS [ 4.750s] ( 740/3443) nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_ipv6_public_addresses
65572026-09-15T04:00:00.774Z PASS [ 3.896s] ( 741/3443) nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_drive_saga
65582026-09-15T04:00:00.780Z PASS [ 5.520s] ( 742/3443) nexus-db-queries db::datastore::rack::test::allocate_sled_underlay_subnet_octets
65592026-09-15T04:00:00.856Z PASS [ 4.661s] ( 743/3443) nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_services
65602026-09-15T04:00:01.095Z PASS [ 3.801s] ( 744/3443) nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_finish_saga
65612026-09-15T04:00:01.326Z PASS [ 3.756s] ( 745/3443) nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict
65622026-09-15T04:00:01.370Z PASS [ 0.044s] ( 746/3443) nexus-db-queries db::datastore::sled::local_storage_pairing_test::boundary_is_strict
65632026-09-15T04:00:01.370Z PASS [ 3.905s] ( 747/3443) nexus-db-queries db::datastore::region_snapshot_replacement::test::count_replacement_steps
65642026-09-15T04:00:01.469Z PASS [ 0.099s] ( 748/3443) nexus-db-queries db::datastore::sled::local_storage_pairing_test::descending_workload_across_seeds
65652026-09-15T04:00:01.473Z PASS [ 0.102s] ( 749/3443) nexus-db-queries db::datastore::sled::local_storage_pairing_test::existing_allocations_reserve_their_pool
65662026-09-15T04:00:01.527Z PASS [ 0.058s] ( 750/3443) nexus-db-queries db::datastore::sled::local_storage_pairing_test::greedy_matches_brute_force
65672026-09-15T04:00:01.530Z PASS [ 0.057s] ( 751/3443) nexus-db-queries db::datastore::sled::local_storage_pairing_test::infeasible_despite_total_space
65682026-09-15T04:00:01.578Z PASS [ 0.047s] ( 752/3443) nexus-db-queries db::datastore::sled::local_storage_pairing_test::no_requests
65692026-09-15T04:00:01.581Z PASS [ 0.051s] ( 753/3443) nexus-db-queries db::datastore::sled::local_storage_pairing_test::more_requests_than_pools
65702026-09-15T04:00:01.600Z PASS [ 3.683s] ( 754/3443) nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict_with_region_replacement
65712026-09-15T04:00:02.049Z PASS [ 3.686s] ( 755/3443) nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume
65722026-09-15T04:00:02.107Z PASS [ 3.839s] ( 756/3443) nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_gc
65732026-09-15T04:00:02.160Z PASS [ 9.358s] ( 757/3443) nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassigns_randomly
65742026-09-15T04:00:02.178Z PASS [ 3.698s] ( 758/3443) nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume_conflict_with_region
65752026-09-15T04:00:02.260Z PASS [ 3.718s] ( 759/3443) nexus-db-queries db::datastore::region_snapshot_replacement::test::unique_region_snapshot_replacement_step_per_volume
65762026-09-15T04:00:02.286Z PASS [ 3.627s] ( 760/3443) nexus-db-queries db::datastore::rendezvous_debug_dataset::tests::insert_if_not_exists
65772026-09-15T04:00:02.574Z PASS [ 3.584s] ( 761/3443) nexus-db-queries db::datastore::rendezvous_debug_dataset::tests::tombstone
65782026-09-15T04:00:02.905Z PASS [ 3.734s] ( 762/3443) nexus-db-queries db::datastore::rendezvous_sled_bp_availability::tests::bulk_write_reports_each_sled_outcome
65792026-09-15T04:00:03.039Z PASS [ 3.795s] ( 763/3443) nexus-db-queries db::datastore::rendezvous_sled_bp_availability::tests::bulk_write_stops_at_first_error
65802026-09-15T04:00:03.111Z PASS [ 3.477s] ( 764/3443) nexus-db-queries db::datastore::rendezvous_sled_bp_availability::tests::check_constraint_rejects_inconsistent_columns
65812026-09-15T04:00:03.619Z PASS [ 3.656s] ( 765/3443) nexus-db-queries db::datastore::rendezvous_sled_bp_availability::tests::decommission_is_terminal
65822026-09-15T04:00:03.704Z PASS [ 3.704s] ( 766/3443) nexus-db-queries db::datastore::rendezvous_sled_bp_availability::tests::decommission_without_row_inserts_tombstone
65832026-09-15T04:00:04.008Z PASS [ 3.668s] ( 767/3443) nexus-db-queries db::datastore::saga::test::test_latest_node_event_times
65842026-09-15T04:00:04.026Z PASS [ 3.754s] ( 768/3443) nexus-db-queries db::datastore::saga::test::test_create_event_idempotent
65852026-09-15T04:00:04.281Z PASS [ 4.017s] ( 769/3443) nexus-db-queries db::datastore::rendezvous_sled_bp_availability::tests::upsert_rejects_stale_generation
65862026-09-15T04:00:04.287Z PASS [ 3.627s] ( 770/3443) nexus-db-queries db::datastore::saga::test::test_list_no_unfinished_nodes
65872026-09-15T04:00:04.318Z PASS [ 3.921s] ( 771/3443) nexus-db-queries db::datastore::saga::test::test_list_candidate_sagas
65882026-09-15T04:00:04.357Z PASS [ 3.772s] ( 772/3443) nexus-db-queries db::datastore::saga::test::test_list_long_running_or_unwinding_sagas
65892026-09-15T04:00:04.550Z PASS [ 3.793s] ( 773/3443) nexus-db-queries db::datastore::saga::test::test_list_unfinished_nodes
65902026-09-15T04:00:04.585Z PASS [ 3.810s] ( 774/3443) nexus-db-queries db::datastore::saga::test::test_saga_reassignment
65912026-09-15T04:00:04.607Z PASS [ 3.826s] ( 775/3443) nexus-db-queries db::datastore::saga::test::test_sagas_abandon_orphans
65922026-09-15T04:00:04.615Z PASS [ 3.870s] ( 776/3443) nexus-db-queries db::datastore::saga::test::test_list_unfinished_batched
65932026-09-15T04:00:04.642Z PASS [ 3.786s] ( 777/3443) nexus-db-queries db::datastore::saga::test::test_update_state_idempotent
65942026-09-15T04:00:05.077Z PASS [ 3.982s] ( 778/3443) nexus-db-queries db::datastore::saga::test::test_update_state_to_abandoned
65952026-09-15T04:00:05.925Z PASS [ 4.325s] ( 779/3443) nexus-db-queries db::datastore::sled::test::affinity_ignored_from_other_groups
65962026-09-15T04:00:05.929Z PASS [ 4.350s] ( 780/3443) nexus-db-queries db::datastore::sled::test::affinity_and_anti_affinity_policy_fail
65972026-09-15T04:00:05.950Z PASS [ 4.372s] ( 781/3443) nexus-db-queries db::datastore::sled::test::affinity_and_anti_affinity_policy_allow
65982026-09-15T04:00:06.306Z PASS [ 4.199s] ( 782/3443) nexus-db-queries db::datastore::sled::test::affinity_policy_allow_picks_different_sled
65992026-09-15T04:00:06.344Z PASS [ 4.295s] ( 783/3443) nexus-db-queries db::datastore::sled::test::affinity_multi_group
66002026-09-15T04:00:06.404Z PASS [ 4.225s] ( 784/3443) nexus-db-queries db::datastore::sled::test::affinity_policy_fail_no_capacity
66012026-09-15T04:00:06.449Z PASS [ 4.289s] ( 785/3443) nexus-db-queries db::datastore::sled::test::affinity_policy_fail
66022026-09-15T04:00:06.529Z PASS [ 4.270s] ( 786/3443) nexus-db-queries db::datastore::sled::test::affinity_policy_fail_too_many_constraints
66032026-09-15T04:00:06.630Z PASS [ 4.343s] ( 787/3443) nexus-db-queries db::datastore::sled::test::anti_affinity_ignored_from_other_groups
66042026-09-15T04:00:06.861Z PASS [ 4.287s] ( 788/3443) nexus-db-queries db::datastore::sled::test::anti_affinity_multi_group
66052026-09-15T04:00:07.234Z PASS [ 4.329s] ( 789/3443) nexus-db-queries db::datastore::sled::test::anti_affinity_policy_allow
66062026-09-15T04:00:07.284Z PASS [ 4.245s] ( 790/3443) nexus-db-queries db::datastore::sled::test::anti_affinity_policy_fail
66072026-09-15T04:00:07.346Z PASS [ 4.236s] ( 791/3443) nexus-db-queries db::datastore::sled::test::anti_affinity_policy_fail_no_capacity
66082026-09-15T04:00:08.315Z PASS [ 4.696s] ( 792/3443) nexus-db-queries db::datastore::sled::test::local_storage_allocation
66092026-09-15T04:00:08.669Z PASS [ 15.082s] ( 793/3443) nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_upsert_rejects_expunged_oximeters
66102026-09-15T04:00:09.132Z PASS [ 4.815s] ( 794/3443) nexus-db-queries db::datastore::sled::test::local_storage_allocation_existing_allocation
66112026-09-15T04:00:09.138Z PASS [ 5.434s] ( 795/3443) nexus-db-queries db::datastore::sled::test::local_storage_allocation_blocked_by_affinity
66122026-09-15T04:00:09.285Z PASS [ 5.260s] ( 796/3443) nexus-db-queries db::datastore::sled::test::local_storage_allocation_blocked_by_constraint
66132026-09-15T04:00:09.291Z PASS [ 4.685s] ( 797/3443) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_no_provision
66142026-09-15T04:00:09.314Z PASS [ 4.672s] ( 798/3443) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_no_space
66152026-09-15T04:00:09.377Z PASS [ 4.762s] ( 799/3443) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_no_share_u2
66162026-09-15T04:00:09.446Z PASS [ 5.439s] ( 800/3443) nexus-db-queries db::datastore::sled::test::local_storage_allocation_blocked_by_anti_affinity
66172026-09-15T04:00:09.641Z PASS [ 5.091s] ( 801/3443) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_multiple_with_existing_no_space
66182026-09-15T04:00:09.699Z PASS [ 5.115s] ( 802/3443) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_no_partial_success
66192026-09-15T04:00:09.743Z PASS [ 5.386s] ( 803/3443) nexus-db-queries db::datastore::sled::test::local_storage_allocation_fail_due_to_vmm_resources
66202026-09-15T04:00:11.456Z PASS [ 7.168s] ( 804/3443) nexus-db-queries db::datastore::sled::test::local_storage_allocation_detached_fail
66212026-09-15T04:00:11.554Z PASS [ 5.150s] ( 805/3443) nexus-db-queries db::datastore::sled::test::local_storage_allocation_multiple_with_one_already
66222026-09-15T04:00:11.573Z PASS [ 5.229s] ( 806/3443) nexus-db-queries db::datastore::sled::test::local_storage_allocation_multiple_u2
66232026-09-15T04:00:11.935Z PASS [ 5.629s] ( 807/3443) nexus-db-queries db::datastore::sled::test::local_storage_allocation_multiple_instances_share_u2
66242026-09-15T04:00:13.346Z PASS [ 6.061s] ( 808/3443) nexus-db-queries db::datastore::sled::test::local_storage_allocation_partial_expunge
66252026-09-15T04:00:13.370Z PASS [ 6.023s] ( 809/3443) nexus-db-queries db::datastore::sled::test::local_storage_allocation_partial_no_provision
66262026-09-15T04:00:13.512Z PASS [ 7.063s] ( 810/3443) nexus-db-queries db::datastore::sled::test::local_storage_allocation_no_reserve_disk_expunge
66272026-09-15T04:00:13.549Z PASS [ 3.805s] ( 811/3443) nexus-db-queries db::datastore::sled::test::test_sled_reservation_update_for_migrate_success
66282026-09-15T04:00:13.553Z PASS [ 7.021s] ( 812/3443) nexus-db-queries db::datastore::sled::test::local_storage_allocation_no_reserve_no_provision
66292026-09-15T04:00:13.566Z PASS [ 4.120s] ( 813/3443) nexus-db-queries db::datastore::sled::test::sled_reservation_cpu_constraints
66302026-09-15T04:00:13.601Z PASS [ 6.740s] ( 814/3443) nexus-db-queries db::datastore::sled::test::local_storage_allocation_no_reserve_tombstoned
66312026-09-15T04:00:13.685Z PASS [ 4.307s] ( 815/3443) nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_space_requirement
66322026-09-15T04:00:13.711Z PASS [ 4.397s] ( 816/3443) nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_anti_affinity_requirement
66332026-09-15T04:00:13.733Z PASS [ 7.103s] ( 817/3443) nexus-db-queries db::datastore::sled::test::local_storage_allocation_no_reserve_sled_expunge
66342026-09-15T04:00:13.766Z PASS [ 4.474s] ( 818/3443) nexus-db-queries db::datastore::sled::test::sled_reservation_concurrent_affinity_requirement
66352026-09-15T04:00:13.779Z PASS [ 4.080s] ( 819/3443) nexus-db-queries db::datastore::sled::test::test_sled_expungement_also_expunges_disks
66362026-09-15T04:00:13.833Z PASS [ 4.546s] ( 820/3443) nexus-db-queries db::datastore::sled::test::sled_list_batch
66372026-09-15T04:00:14.114Z PASS [ 4.473s] ( 821/3443) nexus-db-queries db::datastore::sled::test::sled_reservation_create_non_provisionable
66382026-09-15T04:00:14.169Z PASS [ 5.499s] ( 822/3443) nexus-db-queries db::datastore::sled::test::local_storage_allocation_stale_snapshot_retry
66392026-09-15T04:00:14.224Z PASS [ 6.990s] ( 823/3443) nexus-db-queries db::datastore::sled::test::local_storage_allocation_no_zombies
66402026-09-15T04:00:14.371Z PASS [ 6.056s] ( 824/3443) nexus-db-queries db::datastore::sled::test::local_storage_allocation_partial_tombstone
66412026-09-15T04:00:14.485Z PASS [ 5.347s] ( 825/3443) nexus-db-queries db::datastore::sled::test::local_storage_disk_no_attach_after_reservation
66422026-09-15T04:00:15.210Z PASS [ 3.754s] ( 826/3443) nexus-db-queries db::datastore::sled::test::test_sled_reservation_update_for_migrate_success_deleted
66432026-09-15T04:00:15.455Z PASS [ 3.881s] ( 827/3443) nexus-db-queries db::datastore::sled::test::upsert_sled_doesnt_update_decommissioned
66442026-09-15T04:00:15.684Z PASS [ 6.552s] ( 828/3443) nexus-db-queries db::datastore::sled::test::local_storage_allocation_too_many
66452026-09-15T04:00:15.816Z PASS [ 3.881s] ( 829/3443) nexus-db-queries db::datastore::sled::test::upsert_sled_updates_hardware
66462026-09-15T04:00:16.957Z PASS [ 3.611s] ( 830/3443) nexus-db-queries db::datastore::support_bundle::test::fm_rendezvous_existing_support_bundle_markers_empty_input_returns_empty
66472026-09-15T04:00:17.033Z PASS [ 3.663s] ( 831/3443) nexus-db-queries db::datastore::support_bundle::test::fm_rendezvous_existing_support_bundle_markers_returns_only_present_ids
66482026-09-15T04:00:17.518Z PASS [ 3.970s] ( 832/3443) nexus-db-queries db::datastore::support_bundle::test::support_bundle_create_fm_created_writes_marker
66492026-09-15T04:00:17.602Z PASS [ 4.052s] ( 833/3443) nexus-db-queries db::datastore::support_bundle::test::support_bundle_create_fm_stale_sitrep
66502026-09-15T04:00:17.609Z PASS [ 4.097s] ( 834/3443) nexus-db-queries db::datastore::support_bundle::test::support_bundle_create_fm_already_exists_without_marker
66512026-09-15T04:00:17.631Z PASS [ 4.029s] ( 835/3443) nexus-db-queries db::datastore::support_bundle::test::test_bundle_delete_wrong_state_preserves_data_selection
66522026-09-15T04:00:17.811Z PASS [ 3.979s] ( 836/3443) nexus-db-queries db::datastore::support_bundle::test::test_bundle_list_time_ordering
66532026-09-15T04:00:17.824Z PASS [ 4.257s] ( 837/3443) nexus-db-queries db::datastore::support_bundle::test::test_bundle_create_capacity_limits
66542026-09-15T04:00:17.898Z PASS [ 4.119s] ( 838/3443) nexus-db-queries db::datastore::support_bundle::test::test_bundle_list_filtering
66552026-09-15T04:00:18.097Z PASS [ 3.927s] ( 839/3443) nexus-db-queries db::datastore::switch_port::test::test_bgp_boundary_switches
66562026-09-15T04:00:18.124Z PASS [ 4.010s] ( 840/3443) nexus-db-queries db::datastore::support_bundle::test::test_crud_operations
66572026-09-15T04:00:18.156Z PASS [ 6.602s] ( 841/3443) nexus-db-queries db::datastore::sled::test::test_sled_transitions
66582026-09-15T04:00:18.296Z PASS [ 4.073s] ( 842/3443) nexus-db-queries db::datastore::switch_port::test::test_switch_config_read_snapshot
66592026-09-15T04:00:18.387Z PASS [ 4.016s] ( 843/3443) nexus-db-queries db::datastore::switch_port::test::test_two_unnumbered_bgp_peers_on_different_links
66602026-09-15T04:00:18.421Z PASS [ 3.936s] ( 844/3443) nexus-db-queries db::datastore::target_release::test::reject_target_release_if_repo_pruned
66612026-09-15T04:00:18.696Z PASS [ 4.985s] ( 845/3443) nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_dataset
66622026-09-15T04:00:18.777Z PASS [ 5.011s] ( 846/3443) nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_nexus_with_reassign
66632026-09-15T04:00:18.781Z PASS [ 5.096s] ( 847/3443) nexus-db-queries db::datastore::support_bundle::test::test_bundle_deleted_from_expunged_dataset
66642026-09-15T04:00:18.818Z PASS [ 5.085s] ( 848/3443) nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_nexus_no_reassign
66652026-09-15T04:00:18.853Z PASS [ 14.572s] ( 849/3443) nexus-db-queries db::datastore::sled::test::local_storage_allocation_descending_serial
66662026-09-15T04:00:19.096Z PASS [ 3.885s] ( 850/3443) nexus-db-queries db::datastore::target_release::test::target_release_datastore
66672026-09-15T04:00:19.521Z PASS [ 3.836s] ( 851/3443) nexus-db-queries db::datastore::test::test_deallocate_external_ip_by_instance_id_is_idempotent
66682026-09-15T04:00:19.526Z PASS [ 4.071s] ( 852/3443) nexus-db-queries db::datastore::target_release::test::test_recent_distinct
66692026-09-15T04:00:19.630Z PASS [ 3.814s] ( 853/3443) nexus-db-queries db::datastore::test::test_deallocate_external_ip_is_idempotent
66702026-09-15T04:00:20.519Z PASS [ 3.562s] ( 854/3443) nexus-db-queries db::datastore::test::test_project_creation
66712026-09-15T04:00:20.552Z PASS [ 3.519s] ( 855/3443) nexus-db-queries db::datastore::test::test_queries_do_not_require_full_table_scan
66722026-09-15T04:00:21.417Z PASS [ 3.899s] ( 856/3443) nexus-db-queries db::datastore::test::test_rack_initialize_is_idempotent
66732026-09-15T04:00:21.605Z PASS [ 3.996s] ( 857/3443) nexus-db-queries db::datastore::test::test_region_allocation_not_enough_zpools
66742026-09-15T04:00:21.917Z PASS [ 4.106s] ( 858/3443) nexus-db-queries db::datastore::test::test_region_allocation_only_operates_on_zpools_in_inventory
66752026-09-15T04:00:22.007Z PASS [ 4.376s] ( 859/3443) nexus-db-queries db::datastore::test::test_region_allocation_only_considers_disks_in_service
66762026-09-15T04:00:22.046Z PASS [ 3.890s] ( 860/3443) nexus-db-queries db::datastore::test::test_session_cleanup_batch
66772026-09-15T04:00:22.248Z PASS [ 3.952s] ( 861/3443) nexus-db-queries db::datastore::test::test_session_methods
66782026-09-15T04:00:22.289Z PASS [ 3.902s] ( 862/3443) nexus-db-queries db::datastore::test::test_sled_ipv6_address_allocation
66792026-09-15T04:00:22.293Z PASS [ 3.869s] ( 863/3443) nexus-db-queries db::datastore::test::test_ssh_keys
66802026-09-15T04:00:22.338Z PASS [ 3.642s] ( 864/3443) nexus-db-queries db::datastore::test::test_table_scan
66812026-09-15T04:00:22.636Z PASS [ 3.782s] ( 865/3443) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_insert_initial_lrtq_upgrade
66822026-09-15T04:00:22.676Z PASS [ 3.895s] ( 866/3443) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_get_all_active_rack_id_and_latest_epoch
66832026-09-15T04:00:22.872Z PASS [ 4.094s] ( 867/3443) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_abort
66842026-09-15T04:00:23.034Z PASS [ 4.215s] ( 868/3443) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_get_committed_members_without_active_sled
66852026-09-15T04:00:23.061Z PASS [ 3.965s] ( 869/3443) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_insert_latest_errors
66862026-09-15T04:00:23.684Z PASS [ 4.163s] ( 870/3443) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_update_prepare_and_commit
66872026-09-15T04:00:23.695Z PASS [ 4.169s] ( 871/3443) nexus-db-queries db::datastore::trust_quorum::tests::test_tq_update_prepare_and_commit_partially
66882026-09-15T04:00:24.249Z PASS [ 3.697s] ( 872/3443) nexus-db-queries db::datastore::update::test::test_tuf_repo_get_by_id
66892026-09-15T04:00:24.902Z PASS [ 7.299s] ( 873/3443) nexus-db-queries db::datastore::test::test_region_allocation_is_idempotent
66902026-09-15T04:00:24.994Z PASS [ 7.095s] ( 874/3443) nexus-db-queries db::datastore::test::test_region_allocation_strat_random
66912026-09-15T04:00:25.081Z PASS [ 7.257s] ( 875/3443) nexus-db-queries db::datastore::test::test_region_allocation_out_of_space_fails
66922026-09-15T04:00:25.186Z PASS [ 4.667s] ( 876/3443) nexus-db-queries db::datastore::update::test::test_repo_mark_pruned
66932026-09-15T04:00:25.359Z PASS [ 3.941s] ( 877/3443) nexus-db-queries db::datastore::user_data_export::tests::test_cannot_transition_to_assigning_if_deleted
66942026-09-15T04:00:25.435Z PASS [ 3.829s] ( 878/3443) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_create_image
66952026-09-15T04:00:25.483Z PASS [ 0.048s] ( 879/3443) nexus-db-queries db::datastore::volume::tests::test_read_only_target_in_vcr
66962026-09-15T04:00:25.529Z PASS [ 0.045s] ( 880/3443) nexus-db-queries db::datastore::volume::tests::test_replace_read_only_target_in_vcr
66972026-09-15T04:00:25.777Z PASS [ 3.770s] ( 881/3443) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_create_snapshot
66982026-09-15T04:00:25.892Z PASS [ 3.846s] ( 882/3443) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_image
66992026-09-15T04:00:25.961Z PASS [ 4.044s] ( 883/3443) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_create_large
67002026-09-15T04:00:26.040Z PASS [ 7.915s] ( 884/3443) nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds_fails
67012026-09-15T04:00:26.379Z PASS [ 3.744s] ( 885/3443) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_nothing_noop
67022026-09-15T04:00:26.431Z PASS [ 4.141s] ( 886/3443) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_noop
67032026-09-15T04:00:26.491Z PASS [ 4.202s] ( 887/3443) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_snapshot
67042026-09-15T04:00:26.712Z PASS [ 8.615s] ( 888/3443) nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds
67052026-09-15T04:00:26.735Z PASS [ 4.398s] ( 889/3443) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_noop_large
67062026-09-15T04:00:26.852Z PASS [ 3.980s] ( 890/3443) nexus-db-queries db::datastore::user_data_export::tests::test_marked_for_delete_during_assigning
67072026-09-15T04:00:26.928Z PASS [ 3.895s] ( 891/3443) nexus-db-queries db::datastore::user_data_export::tests::test_resource_id_collision
67082026-09-15T04:00:27.015Z PASS [ 4.339s] ( 892/3443) nexus-db-queries db::datastore::user_data_export::tests::test_delete_records_for_expunged_pantries
67092026-09-15T04:00:27.081Z PASS [ 0.229s] ( 893/3443) nexus-db-queries db::datastore::webhook_delivery::test::expectorate_rx_list_resendable
67102026-09-15T04:00:27.100Z PASS [ 4.039s] ( 894/3443) nexus-db-queries db::datastore::user_data_export::tests::test_user_data_export_duplication
67112026-09-15T04:00:27.138Z PASS [ 4.889s] ( 895/3443) nexus-db-queries db::datastore::user_data_export::tests::test_changeset_delete_large
67122026-09-15T04:00:27.489Z PASS [ 3.805s] ( 896/3443) nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete
67132026-09-15T04:00:27.519Z PASS [ 3.823s] ( 897/3443) nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete_twice
67142026-09-15T04:00:28.112Z PASS [ 3.863s] ( 898/3443) nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete
67152026-09-15T04:00:28.431Z PASS [ 3.529s] ( 899/3443) nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete_twice
67162026-09-15T04:00:28.529Z PASS [ 3.447s] ( 900/3443) nexus-db-queries db::datastore::volume::tests::test_deserialize_old_crucible_resources
67172026-09-15T04:00:28.829Z PASS [ 3.836s] ( 901/3443) nexus-db-queries db::datastore::vmm::tests::test_vmm_and_migration_update_runtime
67182026-09-15T04:00:28.879Z PASS [ 3.692s] ( 902/3443) nexus-db-queries db::datastore::volume::tests::test_find_volumes_referencing_socket_addr
67192026-09-15T04:00:29.481Z PASS [ 3.589s] ( 903/3443) nexus-db-queries db::datastore::volume_repair::test::volume_lock_conflict_error_returned
67202026-09-15T04:00:29.634Z PASS [ 2.553s] ( 904/3443) nexus-db-queries db::datastore::webhook_delivery::test::explain_webhook_delivery_list_created_time
67212026-09-15T04:00:29.655Z PASS [ 3.614s] ( 905/3443) nexus-db-queries db::datastore::volume_repair::test::volume_lock_should_pass_without_volume
67222026-09-15T04:00:29.671Z PASS [ 2.743s] ( 906/3443) nexus-db-queries db::datastore::webhook_delivery::test::explain_rx_list_resendable_events
67232026-09-15T04:00:29.705Z PASS [ 3.744s] ( 907/3443) nexus-db-queries db::datastore::volume_repair::test::volume_lock_relock_allowed
67242026-09-15T04:00:29.726Z PASS [ 2.626s] ( 908/3443) nexus-db-queries db::datastore::webhook_delivery::test::explain_webhook_delivery_list_default
67252026-09-15T04:00:29.732Z PASS [ 2.595s] ( 909/3443) nexus-db-queries db::datastore::webhook_delivery::test::explain_webhook_delivery_list_only_alert
67262026-09-15T04:00:29.797Z PASS [ 2.781s] ( 910/3443) nexus-db-queries db::datastore::webhook_delivery::test::explain_webhook_delivery_list_all_filters
67272026-09-15T04:00:29.842Z PASS [ 0.047s] ( 911/3443) nexus-db-queries db::pagination::test::test_paginator
67282026-09-15T04:00:30.073Z PASS [ 2.584s] ( 912/3443) nexus-db-queries db::datastore::webhook_delivery::test::explain_webhook_delivery_list_only_receiver
67292026-09-15T04:00:30.188Z PASS [ 2.670s] ( 913/3443) nexus-db-queries db::datastore::webhook_delivery::test::explain_webhook_delivery_list_only_states
67302026-09-15T04:00:30.324Z PASS [ 3.945s] ( 914/3443) nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_raw_returns_none_on_vni_exhaustion
67312026-09-15T04:00:30.332Z PASS [ 3.900s] ( 915/3443) nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_retries
67322026-09-15T04:00:30.738Z PASS [ 2.626s] ( 916/3443) nexus-db-queries db::datastore::webhook_delivery::test::explain_webhook_delivery_list_only_triggers
67332026-09-15T04:00:31.009Z PASS [ 2.578s] ( 917/3443) nexus-db-queries db::datastore::webhook_delivery::test::explain_webhook_delivery_list_receiver_and_states
67342026-09-15T04:00:31.123Z PASS [ 4.412s] ( 918/3443) nexus-db-queries db::datastore::vpc::tests::test_vpc_router_rule_instance_resolve
67352026-09-15T04:00:31.297Z PASS [ 2.468s] ( 919/3443) nexus-db-queries db::explain::test::test_explain_async
67362026-09-15T04:00:31.307Z PASS [ 1.234s] ( 920/3443) nexus-db-queries db::pool::test::test_pool_can_be_terminated
67372026-09-15T04:00:31.338Z PASS [ 2.460s] ( 921/3443) nexus-db-queries db::explain::test::test_explain_full_table_scan
67382026-09-15T04:00:31.424Z PASS [ 1.236s] ( 922/3443) nexus-db-queries db::pool::test::test_pool_drop_does_not_panic
67392026-09-15T04:00:31.451Z PASS [ 4.959s] ( 923/3443) nexus-db-queries db::datastore::vpc::tests::test_vpc_resolve_to_sleds_uses_current_target_blueprint
67402026-09-15T04:00:31.562Z PASS [ 4.826s] ( 924/3443) nexus-db-queries db::datastore::vpc::tests::test_vpc_system_router_sync_to_subnets
67412026-09-15T04:00:31.609Z PASS [ 0.271s] ( 925/3443) nexus-db-queries db::queries::external_ip::tests::expectorate_next_automatic_floating_ip_query
67422026-09-15T04:00:31.668Z PASS [ 0.244s] ( 926/3443) nexus-db-queries db::queries::external_ip::tests::expectorate_next_explicit_floating_ip_query
67432026-09-15T04:00:31.712Z PASS [ 0.261s] ( 927/3443) nexus-db-queries db::queries::external_ip::tests::expectorate_next_instance_snat_ip_query
67442026-09-15T04:00:31.830Z PASS [ 0.268s] ( 928/3443) nexus-db-queries db::queries::external_ip::tests::expectorate_next_omicron_zone_snat_ip_query
67452026-09-15T04:00:32.139Z PASS [ 3.610s] ( 929/3443) nexus-db-queries db::datastore::webhook_delivery::test::test_dispatched_deliveries_are_unique_per_rx
67462026-09-15T04:00:32.252Z PASS [ 2.771s] ( 930/3443) nexus-db-queries db::pagination::test::test_paginated_multicolumn_ascending
67472026-09-15T04:00:32.264Z PASS [ 2.422s] ( 931/3443) nexus-db-queries db::pool::test::test_keep_alive_set
67482026-09-15T04:00:32.331Z PASS [ 2.697s] ( 932/3443) nexus-db-queries db::pagination::test::test_paginated_multicolumn_descending
67492026-09-15T04:00:32.382Z PASS [ 2.711s] ( 933/3443) nexus-db-queries db::pagination::test::test_paginated_single_column_ascending
67502026-09-15T04:00:32.408Z PASS [ 2.754s] ( 934/3443) nexus-db-queries db::pagination::test::test_paginated_multicolumn_works_with_joins
67512026-09-15T04:00:32.453Z PASS [ 2.748s] ( 935/3443) nexus-db-queries db::pagination::test::test_paginated_single_column_ascending_paginator
67522026-09-15T04:00:32.456Z PASS [ 2.728s] ( 936/3443) nexus-db-queries db::pagination::test::test_paginated_single_column_descending
67532026-09-15T04:00:32.460Z PASS [ 2.728s] ( 937/3443) nexus-db-queries db::pagination::test::test_paginated_single_column_descending_paginator
67542026-09-15T04:00:32.523Z PASS [ 7.164s] ( 938/3443) nexus-db-queries db::datastore::volume::tests::test_no_find_deleted_region_for_no_volume
67552026-09-15T04:00:32.755Z PASS [ 7.226s] ( 939/3443) nexus-db-queries db::datastore::volume::tests::test_volume_replace_region
67562026-09-15T04:00:32.765Z PASS [ 0.305s] ( 940/3443) nexus-db-queries db::queries::external_multicast_group::tests::expectorate_next_external_multicast_group_explicit
67572026-09-15T04:00:32.772Z PASS [ 0.318s] ( 941/3443) nexus-db-queries db::queries::external_multicast_group::tests::expectorate_next_external_multicast_group_automatic
67582026-09-15T04:00:33.021Z PASS [ 0.266s] ( 942/3443) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_external_subnet_from_default_pool_query
67592026-09-15T04:00:33.046Z PASS [ 0.274s] ( 943/3443) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_external_subnet_from_explicit_subnet_query
67602026-09-15T04:00:33.049Z PASS [ 0.283s] ( 944/3443) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_external_subnet_from_explicit_pool_query
67612026-09-15T04:00:33.262Z PASS [ 0.241s] ( 945/3443) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_external_subnet_from_ip_version_query
67622026-09-15T04:00:33.283Z PASS [ 2.545s] ( 946/3443) nexus-db-queries db::queries::external_ip::tests::can_explain_next_external_ip_query
67632026-09-15T04:00:33.301Z PASS [ 0.253s] ( 947/3443) nexus-db-queries db::queries::ip_pool::tests::expectorate_filter_overlapping_ip_ranges
67642026-09-15T04:00:33.311Z PASS [ 7.534s] ( 948/3443) nexus-db-queries db::datastore::volume::tests::test_volume_replace_snapshot
67652026-09-15T04:00:33.327Z PASS [ 0.281s] ( 949/3443) nexus-db-queries db::queries::external_subnet::tests::expectorate_insert_subnet_pool_member_query
67662026-09-15T04:00:34.374Z PASS [ 4.043s] ( 950/3443) nexus-db-queries db::queries::external_ip::tests::can_allocate_snat_ips_from_all_ranges_in_a_pool
67672026-09-15T04:00:34.541Z PASS [ 4.216s] ( 951/3443) nexus-db-queries db::queries::external_ip::tests::can_allocate_ephemeral_ips_from_all_ranges_in_a_pool
67682026-09-15T04:00:34.871Z PASS [ 3.863s] ( 952/3443) nexus-db-queries db::queries::external_ip::tests::can_insert_explicit_address_with_two_ranges_in_pool
67692026-09-15T04:00:35.122Z PASS [ 0.747s] ( 953/3443) nexus-db-queries db::queries::network_interface::tests::expectorate_query
67702026-09-15T04:00:35.241Z PASS [ 2.718s] ( 954/3443) nexus-db-queries db::queries::external_subnet::tests::can_explain_insert_external_subnet_from_explicit_ip_query
67712026-09-15T04:00:35.351Z PASS [ 4.227s] ( 955/3443) nexus-db-queries db::queries::external_ip::tests::can_reallocate_automatic_ephemeral_with_full_range
67722026-09-15T04:00:35.404Z PASS [ 4.093s] ( 956/3443) nexus-db-queries db::queries::external_ip::tests::cannot_allocate_instance_ip_from_pool_with_different_version
67732026-09-15T04:00:35.410Z PASS [ 0.052s] ( 957/3443) nexus-db-queries db::queries::network_interface::tests::test_first_available_address
67742026-09-15T04:00:35.663Z PASS [ 4.054s] ( 958/3443) nexus-db-queries db::queries::external_ip::tests::next_external_ip_guard_rejects_reassigned_silo_pool
67752026-09-15T04:00:35.727Z PASS [ 4.059s] ( 959/3443) nexus-db-queries db::queries::external_ip::tests::next_external_ip_guard_rejects_unlinked_silo_pool
67762026-09-15T04:00:35.750Z PASS [ 4.453s] ( 960/3443) nexus-db-queries db::queries::external_ip::tests::can_reallocate_automatic_snat_with_full_range
67772026-09-15T04:00:36.276Z PASS [ 4.446s] ( 961/3443) nexus-db-queries db::queries::external_ip::tests::test_ephemeral_and_snat_ips_do_not_overlap
67782026-09-15T04:00:36.303Z PASS [ 4.051s] ( 962/3443) nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_out_of_range
67792026-09-15T04:00:36.375Z PASS [ 4.111s] ( 963/3443) nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_is_idempotent
67802026-09-15T04:00:36.404Z PASS [ 4.266s] ( 964/3443) nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_is_idempotent
67812026-09-15T04:00:36.408Z PASS [ 4.693s] ( 965/3443) nexus-db-queries db::queries::external_ip::tests::test_ensure_pool_exhaustion_does_not_use_other_pool
67822026-09-15T04:00:36.531Z PASS [ 4.200s] ( 966/3443) nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_allocation_and_exhaustion
67832026-09-15T04:00:36.596Z PASS [ 4.187s] ( 967/3443) nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_out_of_order_allocation_ok
67842026-09-15T04:00:36.802Z PASS [ 4.419s] ( 968/3443) nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_is_restricted_to_pools
67852026-09-15T04:00:36.835Z PASS [ 4.382s] ( 969/3443) nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_with_ephemeral_takes_whole_port_range
67862026-09-15T04:00:37.292Z PASS [ 3.981s] ( 970/3443) nexus-db-queries db::queries::network_interface::tests::can_request_exact_ipv4
67872026-09-15T04:00:37.336Z PASS [ 4.009s] ( 971/3443) nexus-db-queries db::queries::network_interface::tests::can_request_exact_ipv6
67882026-09-15T04:00:37.371Z PASS [ 4.108s] ( 972/3443) nexus-db-queries db::queries::network_interface::tests::allocation_after_explicit_ip_address_takes_next_smallest_address
67892026-09-15T04:00:37.383Z PASS [ 0.047s] ( 973/3443) nexus-db-queries db::queries::network_interface::tests::test_last_available_address
67902026-09-15T04:00:37.647Z PASS [ 4.364s] ( 974/3443) nexus-db-queries db::queries::network_interface::tests::allocation_and_deallocation_takes_next_smallest_ipv4_address
67912026-09-15T04:00:37.650Z PASS [ 4.346s] ( 975/3443) nexus-db-queries db::queries::network_interface::tests::allocation_and_deallocation_takes_next_smallest_ipv6_address
67922026-09-15T04:00:38.248Z PASS [ 3.708s] ( 976/3443) nexus-db-queries db::queries::network_interface::tests::test_delete_service_is_idempotent
67932026-09-15T04:00:38.381Z SLOW [>120.000s] (─────────) oximeter-db client::tests::test_replicated
67942026-09-15T04:00:38.381Z SLOW [>120.000s] (─────────) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
67952026-09-15T04:00:39.040Z PASS [ 3.908s] ( 977/3443) nexus-db-queries db::queries::network_interface::tests::test_dual_stack_after_ipv4_only
67962026-09-15T04:00:39.091Z PASS [ 0.050s] ( 978/3443) nexus-db-queries db::queries::next_item::tests::test_shift_indices
67972026-09-15T04:00:39.374Z PASS [ 3.647s] ( 979/3443) nexus-db-queries db::queries::network_interface::tests::test_insert_request_mac
67982026-09-15T04:00:39.409Z PASS [ 3.746s] ( 980/3443) nexus-db-queries db::queries::network_interface::tests::test_insert_no_instance_fails
67992026-09-15T04:00:39.444Z PASS [ 4.571s] ( 981/3443) nexus-db-queries db::queries::network_interface::tests::test_detect_ip_exhaustion
68002026-09-15T04:00:39.459Z PASS [ 4.058s] ( 982/3443) nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpc_subnets_succeeds
68012026-09-15T04:00:39.521Z PASS [ 4.120s] ( 983/3443) nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpcs_fails
68022026-09-15T04:00:39.568Z PASS [ 0.046s] ( 984/3443) nexus-db-queries db::queries::region_allocation::test::allocation_query_region_size_overflow
68032026-09-15T04:00:39.615Z PASS [ 0.047s] ( 985/3443) nexus-db-queries db::queries::region_allocation::test::allocation_query_region_size_too_large
68042026-09-15T04:00:39.648Z PASS [ 3.897s] ( 986/3443) nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_ip_fails
68052026-09-15T04:00:39.661Z PASS [ 0.286s] ( 987/3443) nexus-db-queries db::queries::oximeter::test::expectorate_query_reassign_producers
68062026-09-15T04:00:39.694Z PASS [ 0.285s] ( 988/3443) nexus-db-queries db::queries::oximeter::test::expectorate_query_upsert_producer
68072026-09-15T04:00:40.033Z PASS [ 4.792s] ( 989/3443) nexus-db-queries db::queries::network_interface::tests::test_dual_stack_ipv4_exhaustion
68082026-09-15T04:00:40.125Z PASS [ 3.822s] ( 990/3443) nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_mac_fails
68092026-09-15T04:00:40.235Z PASS [ 2.852s] ( 991/3443) nexus-db-queries db::queries::next_item::tests::test_explain_next_item_self_joined
68102026-09-15T04:00:40.251Z PASS [ 3.876s] ( 992/3443) nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_slot_fails
68112026-09-15T04:00:40.395Z PASS [ 3.990s] ( 993/3443) nexus-db-queries db::queries::network_interface::tests::test_insert_running_instance_fails
68122026-09-15T04:00:40.407Z PASS [ 4.131s] ( 994/3443) nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_ipv6_fails
68132026-09-15T04:00:40.460Z PASS [ 4.056s] ( 995/3443) nexus-db-queries db::queries::network_interface::tests::test_insert_request_slot
68142026-09-15T04:00:40.491Z PASS [ 0.240s] ( 996/3443) nexus-db-queries db::queries::regions_hard_delete::test::expectorate_query
68152026-09-15T04:00:40.597Z PASS [ 4.066s] ( 997/3443) nexus-db-queries db::queries::network_interface::tests::test_insert_same_interface_fails
68162026-09-15T04:00:40.601Z PASS [ 0.986s] ( 998/3443) nexus-db-queries db::queries::region_allocation::test::expectorate_query
68172026-09-15T04:00:40.625Z PASS [ 2.978s] ( 999/3443) nexus-db-queries db::queries::next_item::tests::test_next_item_query_is_ordered_by_indices
68182026-09-15T04:00:40.636Z PASS [ 4.040s] (1000/3443) nexus-db-queries db::queries::network_interface::tests::test_insert_same_vpc_subnet_fails
68192026-09-15T04:00:40.644Z PASS [ 0.237s] (1001/3443) nexus-db-queries db::queries::sled_reservation::test::expectorate_sled_find_targets_query
68202026-09-15T04:00:40.649Z PASS [ 3.001s] (1002/3443) nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined
68212026-09-15T04:00:40.719Z PASS [ 0.258s] (1003/3443) nexus-db-queries db::queries::sled_reservation::test::expectorate_sled_find_targets_query_with_cpu
68222026-09-15T04:00:40.751Z PASS [ 3.947s] (1004/3443) nexus-db-queries db::queries::network_interface::tests::test_insert_sequential_ip_allocation
68232026-09-15T04:00:40.790Z PASS [ 3.954s] (1005/3443) nexus-db-queries db::queries::network_interface::tests::test_insert_with_duplicate_name_fails
68242026-09-15T04:00:40.865Z PASS [ 0.240s] (1006/3443) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_instance
68252026-09-15T04:00:40.873Z PASS [ 0.238s] (1007/3443) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_storage
68262026-09-15T04:00:40.919Z PASS [ 0.270s] (1008/3443) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_storage
68272026-09-15T04:00:40.933Z PASS [ 0.060s] (1009/3443) nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_full_count
68282026-09-15T04:00:40.937Z PASS [ 0.290s] (1010/3443) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_instance
68292026-09-15T04:00:40.964Z PASS [ 0.043s] (1011/3443) nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_steps
68302026-09-15T04:00:40.978Z PASS [ 0.486s] (1012/3443) nexus-db-queries db::queries::sled_reservation::test::expectorate_sled_insert_resource_query
68312026-09-15T04:00:41.005Z PASS [ 0.071s] (1013/3443) nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_wrapping
68322026-09-15T04:00:41.005Z PASS [ 0.042s] (1014/3443) nexus-db-queries db::queries::vpc::tests::test_vni_shift_with_wrapping
68332026-09-15T04:00:41.012Z PASS [ 0.076s] (1015/3443) nexus-db-queries db::queries::vpc::tests::test_vni_shift_no_wrapping
68342026-09-15T04:00:41.056Z PASS [ 2.803s] (1016/3443) nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined_with_gaps
68352026-09-15T04:00:41.197Z PASS [ 0.220s] (1017/3443) nexus-db-queries db::queries::vpc_subnet::test::expectorate_insert_vpc_subnet_query
68362026-09-15T04:00:41.269Z PASS [ 3.978s] (1018/3443) nexus-db-queries db::queries::network_interface::tests::test_insert_with_transit_ips
68372026-09-15T04:00:41.311Z PASS [ 0.260s] (1019/3443) nexus-db-queries db::sitrep_guard::tests::expectorate_sitrep_guarded_insert
68382026-09-15T04:00:41.459Z PASS [ 4.088s] (1020/3443) nexus-db-queries db::queries::network_interface::tests::test_limit_number_of_interfaces_per_instance_query
68392026-09-15T04:00:41.617Z PASS [ 2.539s] (1021/3443) nexus-db-queries db::queries::next_item::tests::test_wrapping_next_item_query
68402026-09-15T04:00:41.809Z PASS [ 2.367s] (1022/3443) nexus-db-queries db::queries::oximeter::test::explainable_reassign_producers
68412026-09-15T04:00:41.992Z PASS [ 2.532s] (1023/3443) nexus-db-queries db::queries::oximeter::test::explainable_upsert_producer
68422026-09-15T04:00:42.154Z PASS [ 2.507s] (1024/3443) nexus-db-queries db::queries::region_allocation::test::explainable
68432026-09-15T04:00:42.679Z PASS [ 2.284s] (1025/3443) nexus-db-queries db::queries::regions_hard_delete::test::explainable
68442026-09-15T04:00:43.070Z PASS [ 2.352s] (1026/3443) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_instance
68452026-09-15T04:00:43.128Z PASS [ 2.379s] (1027/3443) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_storage
68462026-09-15T04:00:43.134Z PASS [ 2.537s] (1028/3443) nexus-db-queries db::queries::sled_reservation::test::explain_sled_find_targets_query
68472026-09-15T04:00:43.149Z PASS [ 0.021s] (1029/3443) nexus-defaults tests::test_random_vpc_ipv6_prefix
68482026-09-15T04:00:43.171Z PASS [ 0.032s] (1030/3443) nexus-fm analysis_input::tests::build_drops_closed_case_when_all_alerts_satisfied
68492026-09-15T04:00:43.179Z PASS [ 0.030s] (1031/3443) nexus-fm analysis_input::tests::build_drops_closed_case_when_all_bundles_satisfied
68502026-09-15T04:00:43.196Z PASS [ 0.029s] (1032/3443) nexus-fm analysis_input::tests::build_keeps_closed_case_intact_when_not_all_alerts_satisfied
68512026-09-15T04:00:43.201Z PASS [ 2.411s] (1033/3443) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_instance
68522026-09-15T04:00:43.212Z PASS [ 0.032s] (1034/3443) nexus-fm analysis_input::tests::build_keeps_closed_case_intact_when_not_all_bundles_satisfied
68532026-09-15T04:00:43.240Z PASS [ 0.044s] (1035/3443) nexus-fm analysis_input::tests::test_analysis_input_builder_and_sitrep_builder
68542026-09-15T04:00:43.245Z PASS [ 0.040s] (1036/3443) nexus-fm builder::case::tests::dirty_bits_default_false
68552026-09-15T04:00:43.246Z PASS [ 2.380s] (1037/3443) nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_storage
68562026-09-15T04:00:43.246Z PASS [ 2.643s] (1038/3443) nexus-db-queries db::queries::sled_reservation::test::explain_sled_insert_resource_query
68572026-09-15T04:00:43.251Z PASS [ 0.035s] (1039/3443) nexus-fm builder::case::tests::request_alert_flips_alert_state
68582026-09-15T04:00:43.286Z PASS [ 0.043s] (1040/3443) nexus-fm builder::case::tests::request_support_bundle_flips_bundle_state
68592026-09-15T04:00:43.289Z PASS [ 0.044s] (1041/3443) nexus-fm builder::tests::carry_forward_drop_bumps_support_bundle_generation
68602026-09-15T04:00:43.289Z PASS [ 0.047s] (1042/3443) nexus-fm builder::tests::carry_forward_drop_bumps_alert_generation
68612026-09-15T04:00:43.293Z PASS [ 0.046s] (1043/3443) nexus-fm builder::tests::child_sitrep_with_both_new_requests_bumps_both_generations
68622026-09-15T04:00:43.304Z PASS [ 0.058s] (1044/3443) nexus-fm builder::tests::child_sitrep_with_new_alert_bumps_alert_generation_only
68632026-09-15T04:00:43.327Z PASS [ 0.045s] (1045/3443) nexus-fm builder::tests::child_sitrep_with_new_bundle_bumps_bundle_generation_only
68642026-09-15T04:00:43.332Z PASS [ 0.044s] (1046/3443) nexus-fm builder::tests::first_sitrep_with_no_requests_stamps_initial_generation
68652026-09-15T04:00:43.336Z PASS [ 0.045s] (1047/3443) nexus-fm builder::tests::first_sitrep_with_alert_request_bumps_alert_generation
68662026-09-15T04:00:43.339Z PASS [ 0.047s] (1048/3443) nexus-fm builder::tests::first_sitrep_with_support_bundle_request_bumps_bundle_generation
68672026-09-15T04:00:43.349Z PASS [ 0.045s] (1049/3443) nexus-fm builder::tests::generation_stable_when_no_new_requests_with_parent
68682026-09-15T04:00:43.388Z PASS [ 0.061s] (1050/3443) nexus-fm diagnosis::physical_disk::tests::closes_on_expungement
68692026-09-15T04:00:43.396Z PASS [ 0.063s] (1051/3443) nexus-fm diagnosis::physical_disk::tests::closes_on_recovery
68702026-09-15T04:00:43.396Z PASS [ 0.058s] (1052/3443) nexus-fm diagnosis::physical_disk::tests::empty_case_is_closed
68712026-09-15T04:00:43.399Z PASS [ 0.064s] (1053/3443) nexus-fm diagnosis::physical_disk::tests::duplicate_case_is_closed
68722026-09-15T04:00:43.412Z PASS [ 0.063s] (1054/3443) nexus-fm diagnosis::physical_disk::tests::fact_uuid_rotates_when_observation_changes
68732026-09-15T04:00:43.439Z PASS [ 0.050s] (1055/3443) nexus-fm diagnosis::physical_disk::tests::fact_uuid_rotates_when_zpool_replaced
68742026-09-15T04:00:43.451Z PASS [ 0.053s] (1056/3443) nexus-fm diagnosis::physical_disk::tests::idempotent_when_case_already_open
68752026-09-15T04:00:43.456Z PASS [ 0.061s] (1057/3443) nexus-fm diagnosis::physical_disk::tests::fact_uuid_stable_when_observation_unchanged
68762026-09-15T04:00:43.465Z PASS [ 0.053s] (1058/3443) nexus-fm diagnosis::physical_disk::tests::keeps_open_on_absence_from_inventory
68772026-09-15T04:00:43.471Z PASS [ 0.075s] (1059/3443) nexus-fm diagnosis::physical_disk::tests::foreign_payload_case_is_closed
68782026-09-15T04:00:43.485Z PASS [ 2.479s] (1060/3443) nexus-db-queries db::queries::vpc_subnet::test::explain_insert_query
68792026-09-15T04:00:43.488Z PASS [ 0.046s] (1061/3443) nexus-fm diagnosis::physical_disk::tests::opens_on_degraded_in_service
68802026-09-15T04:00:43.499Z PASS [ 0.048s] (1062/3443) nexus-fm diagnosis::physical_disk::tests::skips_degraded_when_expunged
68812026-09-15T04:00:43.508Z PASS [ 0.051s] (1063/3443) nexus-fm diagnosis::physical_disk::tests::uninterpretable_case_is_replaced
68822026-09-15T04:00:43.511Z PASS [ 3.816s] (1064/3443) nexus-db-queries db::queries::region_allocation::test::region_allocation_fail_control_plane_storage_buffer
68832026-09-15T04:00:43.519Z PASS [ 3.858s] (1065/3443) nexus-db-queries db::queries::region_allocation::test::region_allocation_barely_pass_local_storage_dataset
68842026-09-15T04:00:43.525Z PASS [ 0.059s] (1066/3443) nexus-fm diagnosis::power_shelf::tests::carried_forward_remove_then_insert_closes_without_duplicate_alert
68852026-09-15T04:00:43.531Z PASS [ 0.060s] (1067/3443) nexus-fm diagnosis::power_shelf::tests::case_with_only_unparseable_ereports_stays_open
68862026-09-15T04:00:43.542Z PASS [ 0.057s] (1068/3443) nexus-fm diagnosis::power_shelf::tests::distinct_slots_get_distinct_cases
68872026-09-15T04:00:43.545Z PASS [ 0.061s] (1069/3443) nexus-fm diagnosis::power_shelf::tests::current_restart_is_the_one_with_the_latest_seen_ereport
68882026-09-15T04:00:43.559Z PASS [ 0.059s] (1070/3443) nexus-fm diagnosis::power_shelf::tests::insert_then_remove_remains_open_until_insert
68892026-09-15T04:00:43.564Z PASS [ 0.054s] (1071/3443) nexus-fm diagnosis::power_shelf::tests::single_insert_closes_case_with_inserted_alert
68902026-09-15T04:00:43.568Z PASS [ 0.041s] (1072/3443) nexus-fm diagnosis::power_shelf::tests::test_psu_insert_json_parses
68912026-09-15T04:00:43.568Z PASS [ 0.058s] (1073/3443) nexus-fm diagnosis::power_shelf::tests::remove_then_insert_in_one_sitrep_closes_with_both_alerts
68922026-09-15T04:00:43.571Z PASS [ 0.039s] (1074/3443) nexus-fm diagnosis::power_shelf::tests::test_psu_remove_json_parses
68932026-09-15T04:00:43.579Z PASS [ 0.060s] (1075/3443) nexus-fm diagnosis::power_shelf::tests::single_remove_opens_case_with_removed_alert
68942026-09-15T04:00:43.595Z PASS [ 0.051s] (1076/3443) nexus-fm diagnosis::power_shelf::tests::unparseable_ereport_case_with_absent_psu_stays_open
68952026-09-15T04:00:43.600Z PASS [ 0.057s] (1077/3443) nexus-fm diagnosis::power_shelf::tests::unknown_ereports_are_ignored
68962026-09-15T04:00:43.610Z PASS [ 0.046s] (1078/3443) nexus-fm diagnosis::saga::tests::abandoned_case_closes_when_saga_removed
68972026-09-15T04:00:43.613Z PASS [ 2.607s] (1079/3443) nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query
68982026-09-15T04:00:43.619Z PASS [ 0.059s] (1080/3443) nexus-fm diagnosis::power_shelf::tests::unparseable_ereport_prevents_close_despite_insert
68992026-09-15T04:00:43.627Z PASS [ 0.047s] (1081/3443) nexus-fm diagnosis::saga::tests::both_facts_on_one_case
69002026-09-15T04:00:43.631Z PASS [ 0.066s] (1082/3443) nexus-fm diagnosis::saga::tests::abandoned_comment_attributes_omdb
69012026-09-15T04:00:43.639Z PASS [ 0.043s] (1083/3443) nexus-fm diagnosis::saga::tests::closes_on_owner_readopted
69022026-09-15T04:00:43.639Z PASS [ 0.073s] (1084/3443) nexus-fm diagnosis::saga::tests::abandoned_fact_uuid_stable
69032026-09-15T04:00:43.642Z PASS [ 0.071s] (1085/3443) nexus-fm diagnosis::saga::tests::active_owner_not_flagged
69042026-09-15T04:00:43.647Z PASS [ 0.048s] (1086/3443) nexus-fm diagnosis::saga::tests::closes_on_progress_resumed
69052026-09-15T04:00:43.662Z PASS [ 0.051s] (1087/3443) nexus-fm diagnosis::saga::tests::closes_on_terminal
69062026-09-15T04:00:43.665Z PASS [ 0.050s] (1088/3443) nexus-fm diagnosis::saga::tests::duplicate_case_is_closed
69072026-09-15T04:00:43.669Z PASS [ 0.048s] (1089/3443) nexus-fm diagnosis::saga::tests::duplicate_fact_removed_when_kept_fact_is_stale
69082026-09-15T04:00:43.673Z PASS [ 2.662s] (1090/3443) nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query_is_idempotent
69092026-09-15T04:00:43.679Z PASS [ 0.052s] (1091/3443) nexus-fm diagnosis::saga::tests::duplicate_fact_removed_when_kept_fact_matches
69102026-09-15T04:00:43.683Z PASS [ 0.049s] (1092/3443) nexus-fm diagnosis::saga::tests::empty_case_is_closed
69112026-09-15T04:00:43.688Z PASS [ 0.048s] (1093/3443) nexus-fm diagnosis::saga::tests::fact_uuid_rotates_when_last_event_changes
69122026-09-15T04:00:43.692Z PASS [ 0.050s] (1094/3443) nexus-fm diagnosis::saga::tests::fact_uuid_stable_when_unchanged
69132026-09-15T04:00:43.692Z PASS [ 0.048s] (1095/3443) nexus-fm diagnosis::saga::tests::foreign_payload_case_is_closed
69142026-09-15T04:00:43.698Z PASS [ 0.045s] (1096/3443) nexus-fm diagnosis::saga::tests::no_case_when_progress_recent
69152026-09-15T04:00:43.713Z PASS [ 0.050s] (1097/3443) nexus-fm diagnosis::saga::tests::opens_abandoned_case
69162026-09-15T04:00:43.726Z PASS [ 0.052s] (1098/3443) nexus-fm diagnosis::saga::tests::notyet_owner_not_flagged
69172026-09-15T04:00:43.732Z PASS [ 0.050s] (1099/3443) nexus-fm diagnosis::saga::tests::opens_not_progressing_when_stale
69182026-09-15T04:00:43.732Z PASS [ 0.052s] (1100/3443) nexus-fm diagnosis::saga::tests::opens_owner_not_current_when_quiesced
69192026-09-15T04:00:43.732Z PASS [ 0.049s] (1101/3443) nexus-fm diagnosis::saga::tests::partial_recovery_keeps_case_open
69202026-09-15T04:00:43.732Z PASS [ 0.048s] (1102/3443) nexus-fm diagnosis::saga::tests::rerun_with_unchanged_input_changes_nothing
69212026-09-15T04:00:43.740Z PASS [ 0.045s] (1103/3443) nexus-fm diagnosis::saga::tests::stuck_saga_escalates_to_abandoned
69222026-09-15T04:00:43.752Z PASS [ 0.045s] (1104/3443) nexus-fm-slippy checks::physical_disk::tests::closed_case_for_same_disk_is_not_flagged
69232026-09-15T04:00:43.752Z PASS [ 0.054s] (1105/3443) nexus-fm diagnosis::saga::tests::uninterpretable_case_is_replaced
69242026-09-15T04:00:43.763Z PASS [ 0.061s] (1106/3443) nexus-fm-slippy checks::physical_disk::tests::case_with_disagreeing_disks_is_flagged
69252026-09-15T04:00:43.768Z PASS [ 0.047s] (1107/3443) nexus-fm-slippy checks::physical_disk::tests::disagreeing_disks_on_closed_case_is_quarantined
69262026-09-15T04:00:43.768Z PASS [ 0.051s] (1108/3443) nexus-fm-slippy checks::physical_disk::tests::closed_empty_case_is_not_flagged
69272026-09-15T04:00:43.775Z PASS [ 0.053s] (1109/3443) nexus-fm-slippy checks::physical_disk::tests::duplicate_open_case_for_disk_is_flagged
69282026-09-15T04:00:43.780Z PASS [ 0.052s] (1110/3443) nexus-fm-slippy checks::physical_disk::tests::open_disk_case_with_no_facts_is_flagged
69292026-09-15T04:00:43.780Z PASS [ 0.051s] (1111/3443) nexus-fm-slippy checks::tests::cross_engine_duplicate_fact_id_is_flagged
69302026-09-15T04:00:43.780Z PASS [ 0.047s] (1112/3443) nexus-fm-slippy checks::tests::duplicate_case_ereport_id_is_flagged
69312026-09-15T04:00:43.792Z PASS [ 0.054s] (1113/3443) nexus-fm-slippy checks::tests::duplicate_alert_id_is_flagged
69322026-09-15T04:00:43.799Z PASS [ 0.050s] (1114/3443) nexus-fm-slippy checks::tests::duplicate_case_ereport_id_within_one_case_is_flagged
69332026-09-15T04:00:43.799Z PASS [ 0.050s] (1115/3443) nexus-fm-slippy checks::tests::duplicate_fact_id_is_flagged
69342026-09-15T04:00:43.810Z PASS [ 0.051s] (1116/3443) nexus-fm-slippy checks::tests::duplicate_support_bundle_id_is_flagged
69352026-09-15T04:00:43.815Z PASS [ 0.052s] (1117/3443) nexus-fm-slippy checks::tests::engine_produced_sitrep_is_clean
69362026-09-15T04:00:43.816Z PASS [ 0.051s] (1118/3443) nexus-fm-slippy checks::tests::ereport_missing_from_index_is_flagged
69372026-09-15T04:00:43.827Z PASS [ 0.049s] (1119/3443) nexus-fm-slippy checks::tests::foreign_fact_payload_is_flagged
69382026-09-15T04:00:43.827Z PASS [ 0.047s] (1120/3443) nexus-fm-slippy checks::tests::foreign_fact_payload_on_closed_case_is_flagged
69392026-09-15T04:00:43.833Z PASS [ 0.054s] (1121/3443) nexus-fm-slippy checks::tests::orphaned_indexed_ereport_is_flagged
69402026-09-15T04:00:43.838Z PASS [ 0.049s] (1122/3443) nexus-inventory builder::test::test_empty
69412026-09-15T04:00:43.838Z PASS [ 0.045s] (1123/3443) nexus-inventory builder::test::test_problems
69422026-09-15T04:00:43.842Z PASS [ 0.063s] (1124/3443) nexus-fm-slippy checks::tests::indexed_ereport_content_mismatch_is_flagged
69432026-09-15T04:00:43.859Z PASS [ 0.073s] (1125/3443) nexus-inventory builder::test::test_basic
69442026-09-15T04:00:43.866Z PASS [ 3.824s] (1126/3443) nexus-db-queries db::queries::region_allocation::test::region_allocation_fail_local_storage_dataset
69452026-09-15T04:00:44.051Z PASS [ 3.814s] (1127/3443) nexus-db-queries db::queries::region_allocation::test::region_allocation_normal_no_local_storage_dataset
69462026-09-15T04:00:44.060Z PASS [ 3.931s] (1128/3443) nexus-db-queries db::queries::region_allocation::test::region_allocation_normal
69472026-09-15T04:00:44.205Z PASS [ 0.388s] (1129/3443) nexus-inventory collector::test::test_multi_mgs_failure
69482026-09-15T04:00:44.420Z PASS [ 1.350s] (1130/3443) nexus-db-schema crdb_alignment_test::diesel_schema_matches_crdb_schema
69492026-09-15T04:00:44.436Z PASS [ 0.614s] (1131/3443) nexus-inventory collector::test::test_sled_agent_failure
69502026-09-15T04:00:44.511Z PASS [ 0.709s] (1132/3443) nexus-inventory collector::test::test_basic
69512026-09-15T04:00:44.629Z PASS [ 0.786s] (1133/3443) nexus-mgs-updates driver_update::test::test_rot_bootloader_basic_failures
69522026-09-15T04:00:44.662Z PASS [ 3.465s] (1134/3443) nexus-db-queries db::sitrep_guard::tests::sitrep_guarded_insert_already_exists_via_conflict
69532026-09-15T04:00:44.701Z PASS [ 0.888s] (1135/3443) nexus-inventory collector::test::test_multi_mgs
69542026-09-15T04:00:44.716Z PASS [ 0.877s] (1136/3443) nexus-mgs-updates driver_update::test::test_rot_basic_failures
69552026-09-15T04:00:44.795Z PASS [ 0.741s] (1137/3443) nexus-mgs-updates driver_update::test::test_sp_basic_failures
69562026-09-15T04:00:44.814Z PASS [ 3.544s] (1138/3443) nexus-db-queries db::sitrep_guard::tests::sitrep_guarded_insert_already_exists_via_marker
69572026-09-15T04:00:44.827Z PASS [ 0.036s] (1139/3443) nexus-reconfigurator-blippy checks::tests::test_bad_internal_dns_subnet
69582026-09-15T04:00:44.854Z PASS [ 0.040s] (1140/3443) nexus-reconfigurator-blippy checks::tests::test_dataset_on_nonexistent_zpool
69592026-09-15T04:00:44.870Z PASS [ 0.040s] (1141/3443) nexus-reconfigurator-blippy checks::tests::test_dataset_with_bad_address
69602026-09-15T04:00:44.883Z PASS [ 3.570s] (1142/3443) nexus-db-queries db::sitrep_guard::tests::sitrep_guarded_insert_created_writes_marker
69612026-09-15T04:00:44.897Z PASS [ 0.038s] (1143/3443) nexus-reconfigurator-blippy checks::tests::test_duplicate_external_ip
69622026-09-15T04:00:44.913Z PASS [ 0.044s] (1144/3443) nexus-reconfigurator-blippy checks::tests::test_duplicate_nic_ip
69632026-09-15T04:00:44.930Z PASS [ 0.044s] (1145/3443) nexus-reconfigurator-blippy checks::tests::test_duplicate_nic_mac
69642026-09-15T04:00:44.942Z PASS [ 0.047s] (1146/3443) nexus-reconfigurator-blippy checks::tests::test_duplicate_sled_subnet
69652026-09-15T04:00:44.948Z PASS [ 0.244s] (1147/3443) nexus-mgs-updates test_util::step_through::test::test_basic
69662026-09-15T04:00:44.957Z PASS [ 0.045s] (1148/3443) nexus-reconfigurator-blippy checks::tests::test_duplicate_underlay_ips
69672026-09-15T04:00:44.968Z PASS [ 3.505s] (1149/3443) nexus-db-queries db::sitrep_guard::tests::sitrep_guarded_insert_no_sitrep_writes_nothing
69682026-09-15T04:00:44.974Z PASS [ 0.043s] (1150/3443) nexus-reconfigurator-blippy checks::tests::test_durable_dataset_collision
69692026-09-15T04:00:44.989Z PASS [ 0.050s] (1151/3443) nexus-reconfigurator-blippy checks::tests::test_example_blueprint_is_blippy_clean
69702026-09-15T04:00:44.993Z PASS [ 0.048s] (1152/3443) nexus-reconfigurator-blippy checks::tests::test_mupdate_override_with_artifact_image_source
69712026-09-15T04:00:45.000Z PASS [ 0.284s] (1153/3443) nexus-mgs-updates::host_phase1_hash test_host_phase1_hashing
69722026-09-15T04:00:45.004Z PASS [ 0.045s] (1154/3443) nexus-reconfigurator-blippy checks::tests::test_nexus_generation_image_consistency
69732026-09-15T04:00:45.017Z PASS [ 0.041s] (1155/3443) nexus-reconfigurator-blippy checks::tests::test_nexus_generation_no_nexus
69742026-09-15T04:00:45.021Z PASS [ 0.044s] (1156/3443) nexus-reconfigurator-blippy checks::tests::test_orphaned_datasets
69752026-09-15T04:00:45.028Z PASS [ 0.039s] (1157/3443) nexus-reconfigurator-blippy checks::tests::test_transient_root_dataset_collision
69762026-09-15T04:00:45.041Z PASS [ 0.046s] (1158/3443) nexus-reconfigurator-blippy checks::tests::test_underlay_ip_above_last_allocated
69772026-09-15T04:00:45.046Z PASS [ 0.044s] (1159/3443) nexus-reconfigurator-blippy checks::tests::test_zone_missing_datasets
69782026-09-15T04:00:45.046Z PASS [ 0.043s] (1160/3443) nexus-reconfigurator-blippy checks::tests::test_zpool_missing_default_datasets
69792026-09-15T04:00:45.053Z PASS [ 0.045s] (1161/3443) nexus-reconfigurator-blippy checks::tests::test_zpool_with_duplicate_dataset_kinds
69802026-09-15T04:00:45.061Z PASS [ 0.045s] (1162/3443) nexus-reconfigurator-blippy checks::tests::test_zpool_with_expunged_duplicate_dataset_kinds
69812026-09-15T04:00:45.090Z PASS [ 0.049s] (1163/3443) nexus-reconfigurator-execution clickhouse::test::test_generate_config_settings
69822026-09-15T04:00:45.094Z PASS [ 3.472s] (1164/3443) nexus-db-queries db::sitrep_guard::tests::sitrep_guarded_insert_stale_sitrep
69832026-09-15T04:00:45.257Z PASS [ 0.167s] (1165/3443) nexus-reconfigurator-execution dns::test::test_blueprint_external_dns_basic
69842026-09-15T04:00:45.356Z PASS [ 0.098s] (1166/3443) nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_basic
69852026-09-15T04:00:45.414Z PASS [ 0.055s] (1167/3443) nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_empty
69862026-09-15T04:00:45.471Z PASS [ 0.060s] (1168/3443) nexus-reconfigurator-execution dns::test::test_dns_compute_update
69872026-09-15T04:00:45.647Z PASS [ 1.135s] (1169/3443) nexus-mgs-updates driver_update::test_host_phase_1::basic_failures
69882026-09-15T04:00:45.699Z PASS [ 3.544s] (1170/3443) nexus-db-queries transaction_retry::test::test_transaction_retry_produces_samples
69892026-09-15T04:00:45.808Z PASS [ 26.175s] (1171/3443) nexus-db-queries db::datastore::update::test::test_list_unpruned
69902026-09-15T04:00:45.902Z PASS [ 3.221s] (1172/3443) nexus-db-queries transaction_retry::test::test_transaction_rollback_produces_no_samples
69912026-09-15T04:00:46.690Z PASS [ 2.865s] (1173/3443) nexus-metrics-producer-gc tests::test_prune_expired_producers
69922026-09-15T04:00:46.698Z PASS [ 2.860s] (1174/3443) nexus-metrics-producer-gc tests::test_prune_expired_producers_notifies_collector
69932026-09-15T04:00:46.753Z PASS [ 0.055s] (1175/3443) nexus-reconfigurator-execution sagas::test::test_find_expunged_older_generation
69942026-09-15T04:00:46.811Z PASS [ 2.977s] (1176/3443) nexus-metrics-producer-gc tests::test_prune_expired_producers_expunged_oximeter
69952026-09-15T04:00:46.817Z PASS [ 0.063s] (1177/3443) nexus-reconfigurator-execution sagas::test::test_find_expunged_same_generation
69962026-09-15T04:00:46.857Z PASS [ 0.041s] (1178/3443) nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_error_cases
69972026-09-15T04:00:46.899Z PASS [ 0.041s] (1179/3443) nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_without_existing_nexus_zones
69982026-09-15T04:00:46.935Z PASS [ 0.036s] (1180/3443) nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_physical_disks
69992026-09-15T04:00:46.992Z PASS [ 0.056s] (1181/3443) nexus-reconfigurator-planning blueprint_builder::builder::test::test_basic
70002026-09-15T04:00:47.043Z PASS [ 0.052s] (1182/3443) nexus-reconfigurator-planning blueprint_builder::builder::test::test_datasets_for_zpools_and_zones
70012026-09-15T04:00:47.082Z PASS [ 0.038s] (1183/3443) nexus-reconfigurator-planning blueprint_builder::builder::test::test_decommissioned_sleds
70022026-09-15T04:00:47.129Z PASS [ 0.047s] (1184/3443) nexus-reconfigurator-planning blueprint_builder::builder::test::test_ensure_cockroachdb
70032026-09-15T04:00:47.167Z PASS [ 0.038s] (1185/3443) nexus-reconfigurator-planning blueprint_builder::builder::test::test_zone_filesystem_zpool_colocated
70042026-09-15T04:00:47.211Z PASS [ 0.044s] (1186/3443) nexus-reconfigurator-planning blueprint_builder::builder::test::test_zone_image_source_change_diff
70052026-09-15T04:00:47.255Z PASS [ 0.044s] (1187/3443) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::add_3_servers_and_expunge_one_simultaneously
70062026-09-15T04:00:47.308Z PASS [ 0.053s] (1188/3443) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_2_of_5_keeper_zones
70072026-09-15T04:00:47.344Z PASS [ 0.036s] (1189/3443) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_a_different_keeper_while_adding_keeper
70082026-09-15T04:00:47.371Z PASS [ 0.027s] (1190/3443) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_keeper_being_added
70092026-09-15T04:00:47.399Z PASS [ 0.026s] (1191/3443) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::inventory_returns_unexpected_membership
70102026-09-15T04:00:47.427Z PASS [ 0.029s] (1192/3443) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::move_from_3_to_5_keepers
70112026-09-15T04:00:47.458Z PASS [ 0.030s] (1193/3443) nexus-reconfigurator-planning blueprint_builder::clickhouse::test::no_changes_needed
70122026-09-15T04:00:47.486Z PASS [ 0.028s] (1194/3443) nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::external_dns_ips_are_partitioned_separately
70132026-09-15T04:00:47.524Z PASS [ 0.038s] (1195/3443) nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::test_available_iterator
70142026-09-15T04:00:48.855Z PASS [ 4.432s] (1196/3443) nexus-mgs-updates driver_update::test::test_sp_update_watched
70152026-09-15T04:00:48.894Z PASS [ 0.034s] (1197/3443) nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::v6_only_pool_allocates_v6_external_networking
70162026-09-15T04:00:49.138Z PASS [ 0.252s] (1198/3443) nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_add_same_kind_after_expunging
70172026-09-15T04:00:49.257Z PASS [ 4.211s] (1199/3443) nexus-reconfigurator-execution database::test::test_database_nexus_access_create
70182026-09-15T04:00:49.565Z PASS [ 0.308s] (1200/3443) nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_create_editor_with_expunged_datasets
70192026-09-15T04:00:49.646Z PASS [ 0.080s] (1201/3443) nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_create_editor_with_in_service_datasets
70202026-09-15T04:00:49.679Z PASS [ 0.030s] (1202/3443) nexus-reconfigurator-planning blueprint_editor::sled_editor::tests::update_disposition_kind_is_a_scalar_edit
70212026-09-15T04:00:49.704Z PASS [ 0.028s] (1203/3443) nexus-reconfigurator-planning blueprint_editor::sled_editor::underlay_ip_allocator::test::test_basic
70222026-09-15T04:00:49.711Z PASS [ 0.573s] (1204/3443) nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_add_same_kind_after_expunging_by_zpool
70232026-09-15T04:00:49.718Z PASS [ 4.624s] (1205/3443) nexus-reconfigurator-execution database::test::test_database_nexus_access_create_idempotent
70242026-09-15T04:00:49.736Z PASS [ 4.685s] (1206/3443) nexus-reconfigurator-execution database::test::test_database_nexus_access_create_during_quiesce
70252026-09-15T04:00:49.752Z PASS [ 0.049s] (1207/3443) nexus-reconfigurator-planning example::tests::builder_all_zone_types
70262026-09-15T04:00:49.767Z PASS [ 0.054s] (1208/3443) nexus-reconfigurator-planning example::tests::builder_zone_counts
70272026-09-15T04:00:49.772Z PASS [ 0.030s] (1209/3443) nexus-reconfigurator-planning example::tests::instances_on_examples
70282026-09-15T04:00:49.785Z PASS [ 4.721s] (1210/3443) nexus-reconfigurator-execution database::test::test_database_nexus_access_create_fails_wrong_target_blueprint
70292026-09-15T04:00:49.798Z PASS [ 0.043s] (1211/3443) nexus-reconfigurator-planning mgs_updates::host_phase_1::tests::test_basic_host_os
70302026-09-15T04:00:49.807Z PASS [ 0.041s] (1212/3443) nexus-reconfigurator-planning mgs_updates::host_phase_1::tests::test_sled_move
70312026-09-15T04:00:49.820Z PASS [ 0.044s] (1213/3443) nexus-reconfigurator-planning mgs_updates::rot::tests::test_basic_rot
70322026-09-15T04:00:49.824Z PASS [ 0.041s] (1214/3443) nexus-reconfigurator-planning mgs_updates::rot_bootloader::tests::test_basic_rot_bootloader
70332026-09-15T04:00:49.836Z PASS [ 0.040s] (1215/3443) nexus-reconfigurator-planning mgs_updates::sp::tests::test_basic_sp
70342026-09-15T04:00:49.845Z PASS [ 0.037s] (1216/3443) nexus-reconfigurator-planning mgs_updates::test::test_blocked_updates
70352026-09-15T04:00:49.858Z PASS [ 0.041s] (1217/3443) nexus-reconfigurator-planning mgs_updates::test::test_impossible_update_policy
70362026-09-15T04:00:49.864Z PASS [ 0.042s] (1218/3443) nexus-reconfigurator-planning mgs_updates::test::test_sp_move
70372026-09-15T04:00:49.890Z PASS [ 0.049s] (1219/3443) nexus-reconfigurator-planning mgs_updates::test::test_whole_system_sequential
70382026-09-15T04:00:49.899Z PASS [ 0.052s] (1220/3443) nexus-reconfigurator-planning mgs_updates::test::test_whole_system_simultaneous_updates
70392026-09-15T04:00:49.908Z PASS [ 0.050s] (1221/3443) nexus-reconfigurator-planning planner::omicron_zone_placement::test::test_place_omicron_zones
70402026-09-15T04:00:49.965Z PASS [ 0.079s] (1222/3443) nexus-reconfigurator-planning::mod integration_tests::planner::test_add_multiple_nexus_to_one_sled
70412026-09-15T04:00:49.969Z PASS [ 0.063s] (1223/3443) nexus-reconfigurator-planning::mod integration_tests::planner::test_crucible_allocation_skips_nonprovisionable_disks
70422026-09-15T04:00:49.975Z PASS [ 0.107s] (1224/3443) nexus-reconfigurator-planning::mod integration_tests::planner::planner_decommissions_sleds
70432026-09-15T04:00:50.001Z PASS [ 0.103s] (1225/3443) nexus-reconfigurator-planning::mod integration_tests::planner::test_basic_add_sled
70442026-09-15T04:00:50.036Z PASS [ 0.071s] (1226/3443) nexus-reconfigurator-planning::mod integration_tests::planner::test_dataset_settings_modified_in_place
70452026-09-15T04:00:50.044Z PASS [ 0.077s] (1227/3443) nexus-reconfigurator-planning::mod integration_tests::planner::test_crucible_pantry
70462026-09-15T04:00:50.062Z PASS [ 0.091s] (1228/3443) nexus-reconfigurator-planning::mod integration_tests::planner::test_disk_add_expunge_decommission
70472026-09-15T04:00:50.070Z PASS [ 0.069s] (1229/3443) nexus-reconfigurator-planning::mod integration_tests::planner::test_disk_expungement_removes_zones_durable_zpool
70482026-09-15T04:00:50.075Z PASS [ 5.640s] (1230/3443) nexus-mgs-updates driver_update::test_host_phase_1::basic
70492026-09-15T04:00:50.089Z PASS [ 2.563s] (1231/3443) nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::test_external_ip_allocator
70502026-09-15T04:00:50.096Z PASS [ 0.058s] (1232/3443) nexus-reconfigurator-planning::mod integration_tests::planner::test_disk_expungement_removes_zones_transient_filesystem
70512026-09-15T04:00:50.105Z PASS [ 0.062s] (1233/3443) nexus-reconfigurator-planning::mod integration_tests::planner::test_ensure_preserve_downgrade_option
70522026-09-15T04:00:50.153Z PASS [ 0.081s] (1234/3443) nexus-reconfigurator-planning::mod integration_tests::planner::test_expunge_clickhouse_zones_after_policy_is_changed
70532026-09-15T04:00:50.171Z PASS [ 0.094s] (1235/3443) nexus-reconfigurator-planning::mod integration_tests::planner::test_expunge_clickhouse_clusters
70542026-09-15T04:00:50.172Z PASS [ 0.087s] (1236/3443) nexus-reconfigurator-planning::mod integration_tests::planner::test_internal_dns_zone_replaced_after_marked_for_cleanup
70552026-09-15T04:00:50.188Z PASS [ 0.093s] (1237/3443) nexus-reconfigurator-planning::mod integration_tests::planner::test_multiple_measurements
70562026-09-15T04:00:50.212Z PASS [ 0.109s] (1238/3443) nexus-reconfigurator-planning::mod integration_tests::planner::test_plan_deploy_all_clickhouse_cluster_nodes
70572026-09-15T04:00:50.244Z PASS [ 0.081s] (1239/3443) nexus-reconfigurator-planning::mod integration_tests::planner::test_simple_measurements
70582026-09-15T04:00:50.252Z PASS [ 0.152s] (1240/3443) nexus-reconfigurator-planning::mod integration_tests::planner::test_nexus_allocation_skips_nonprovisionable_sleds
70592026-09-15T04:00:50.264Z PASS [ 0.100s] (1241/3443) nexus-reconfigurator-planning::mod integration_tests::planner::test_reuse_external_dns_ips_from_expunged_zones
70602026-09-15T04:00:50.274Z PASS [ 0.104s] (1242/3443) nexus-reconfigurator-planning::mod integration_tests::planner::test_reuse_external_ips_from_expunged_zones
70612026-09-15T04:00:50.282Z PASS [ 0.094s] (1243/3443) nexus-reconfigurator-planning::mod integration_tests::planner::test_single_node_clickhouse
70622026-09-15T04:00:50.328Z PASS [ 0.116s] (1244/3443) nexus-reconfigurator-planning::mod integration_tests::planner::test_spread_additional_nexus_zones_across_sleds
70632026-09-15T04:00:50.422Z PASS [ 0.180s] (1245/3443) nexus-reconfigurator-planning::mod integration_tests::planner::test_spread_internal_dns_zones_across_sleds
70642026-09-15T04:00:50.581Z PASS [ 0.250s] (1246/3443) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_internal_dns
70652026-09-15T04:00:50.641Z PASS [ 6.784s] (1247/3443) nexus-mgs-updates driver_update::test::test_rot_bootloader_update_basic
70662026-09-15T04:00:50.646Z PASS [ 0.065s] (1248/3443) nexus-reconfigurator-planning::mod integration_tests::planner::test_zones_marked_ready_for_cleanup_based_on_inventory
70672026-09-15T04:00:50.657Z PASS [ 6.797s] (1249/3443) nexus-mgs-updates driver_update::test::test_rot_update_basic
70682026-09-15T04:00:50.706Z PASS [ 0.445s] (1250/3443) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_cockroach
70692026-09-15T04:00:50.761Z PASS [ 4.068s] (1251/3443) nexus-reconfigurator-execution sagas::test::test_abandon_orphan_sagas
70702026-09-15T04:00:50.892Z PASS [ 0.640s] (1252/3443) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_boundary_ntp
70712026-09-15T04:00:51.085Z PASS [ 0.810s] (1253/3443) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_crucible_pantry_before_nexus
70722026-09-15T04:00:51.286Z PASS [ 1.040s] (1254/3443) nexus-reconfigurator-planning::mod integration_tests::planner::test_update_all_zones
70732026-09-15T04:00:51.310Z PASS [ 0.019s] (1255/3443) nexus-reconfigurator-simulation utils::tests::test_insert_sorted_by
70742026-09-15T04:00:51.340Z PASS [ 0.035s] (1256/3443) nexus-saga-recovery recovery::test::test_execution_basic
70752026-09-15T04:00:51.376Z PASS [ 0.030s] (1257/3443) nexus-saga-recovery recovery::test::test_plan_basic
70762026-09-15T04:00:51.395Z PASS [ 0.024s] (1258/3443) nexus-saga-recovery recovery::test::test_read_all_from_channel
70772026-09-15T04:00:51.432Z PASS [ 0.038s] (1259/3443) nexus-saga-recovery test::test_basic
70782026-09-15T04:00:51.460Z PASS [ 0.028s] (1260/3443) nexus-switch-config tests::all_problems_are_accumulated
70792026-09-15T04:00:51.495Z PASS [ 0.033s] (1261/3443) nexus-switch-config tests::collapse_bgp_configs_dedups_one_config_referenced_many_times
70802026-09-15T04:00:51.525Z PASS [ 0.029s] (1262/3443) nexus-switch-config tests::collapse_bgp_configs_marks_only_conflicting_switches
70812026-09-15T04:00:51.556Z PASS [ 0.028s] (1263/3443) nexus-switch-config tests::conflicting_bgp_configs_for_switch_is_reported
70822026-09-15T04:00:51.579Z PASS [ 0.027s] (1264/3443) nexus-switch-config tests::empty_port_list_is_reported
70832026-09-15T04:00:51.612Z PASS [ 0.028s] (1265/3443) nexus-switch-config tests::illegal_max_paths_is_reported
70842026-09-15T04:00:51.637Z PASS [ 0.026s] (1266/3443) nexus-switch-config tests::malformed_uplink_address_is_reported
70852026-09-15T04:00:51.664Z PASS [ 0.030s] (1267/3443) nexus-switch-config tests::missing_rack_subnet_is_reported
70862026-09-15T04:00:51.693Z PASS [ 0.027s] (1268/3443) nexus-switch-config tests::no_silent_port_drops
70872026-09-15T04:00:51.716Z PASS [ 0.024s] (1269/3443) nexus-switch-config tests::non_ipv6_rack_subnet_is_reported
70882026-09-15T04:00:51.743Z PASS [ 0.022s] (1270/3443) nexus-switch-config tests::peered_port_requires_switch_bgp_config
70892026-09-15T04:00:51.765Z PASS [ 0.026s] (1271/3443) nexus-switch-config tests::peered_port_switch_asn
70902026-09-15T04:00:51.787Z PASS [ 0.023s] (1272/3443) nexus-switch-config tests::peerless_port_needs_no_switch_bgp_config
70912026-09-15T04:00:51.814Z PASS [ 0.027s] (1273/3443) nexus-switch-config tests::unspecified_address_becomes_addrconf_not_a_problem
70922026-09-15T04:00:52.495Z PASS [ 134.124s] (1274/3443) omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
70932026-09-15T04:00:52.525Z PASS [ 0.029s] (1275/3443) nexus-types alert::power_shelf::tests::psu_inserted_v0_schema
70942026-09-15T04:00:52.553Z PASS [ 0.029s] (1276/3443) nexus-types alert::power_shelf::tests::psu_removed_v0_schema
70952026-09-15T04:00:52.579Z PASS [ 0.026s] (1277/3443) nexus-types alert::tests::test_from_str_roundtrips
70962026-09-15T04:00:52.613Z PASS [ 0.033s] (1278/3443) nexus-types alert::tests::test_is_test
70972026-09-15T04:00:52.639Z PASS [ 0.026s] (1279/3443) nexus-types authn::cookies::test::test_parse_cookies_empty_headers
70982026-09-15T04:00:52.665Z PASS [ 0.026s] (1280/3443) nexus-types authn::cookies::test::test_parse_cookies_ignore_other_headers
70992026-09-15T04:00:52.694Z PASS [ 0.028s] (1281/3443) nexus-types authn::cookies::test::test_parse_cookies_one_cookie
71002026-09-15T04:00:52.720Z PASS [ 0.027s] (1282/3443) nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers
71012026-09-15T04:00:52.751Z PASS [ 8.694s] (1283/3443) nexus-mgs-updates driver_update::test::test_sp_update_basic
71022026-09-15T04:00:52.754Z PASS [ 0.031s] (1284/3443) nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers_same_name
71032026-09-15T04:00:52.780Z PASS [ 0.029s] (1285/3443) nexus-types authn::cookies::test::test_parse_cookies_two_cookies
71042026-09-15T04:00:52.787Z PASS [ 0.035s] (1286/3443) nexus-types deployment::blueprint_diff::tests::modified_update_disposition_rendering
71052026-09-15T04:00:52.815Z PASS [ 0.028s] (1287/3443) nexus-types deployment::network_resources::tests::display
71062026-09-15T04:00:52.826Z PASS [ 0.046s] (1288/3443) nexus-types deployment::network_resources::tests::adding_a_resource_without_the_other_passes
71072026-09-15T04:00:52.844Z PASS [ 0.028s] (1289/3443) nexus-types deployment::network_resources::tests::external_ip_consistent_with_nic_passes
71082026-09-15T04:00:52.855Z PASS [ 0.028s] (1290/3443) nexus-types deployment::network_resources::tests::external_ip_without_matching_nic_family_fails
71092026-09-15T04:00:52.879Z PASS [ 0.035s] (1291/3443) nexus-types deployment::network_resources::tests::floating_addrs_always_convert_to_inventory
71102026-09-15T04:00:52.894Z PASS [ 2.472s] (1292/3443) nexus-reconfigurator-planning::mod integration_tests::planner::test_zone_update_ordering_respects_dependency_dag
71112026-09-15T04:00:52.902Z PASS [ 0.047s] (1293/3443) nexus-types deployment::network_resources::tests::floating_ips_always_convert_to_inventory
71122026-09-15T04:00:52.919Z PASS [ 0.040s] (1294/3443) nexus-types deployment::network_resources::tests::from_private_ip_config_and_accessors
71132026-09-15T04:00:52.932Z PASS [ 0.038s] (1295/3443) nexus-types deployment::network_resources::tests::omicron_zone_external_floating_ips_reject_bad_count
71142026-09-15T04:00:52.940Z PASS [ 0.037s] (1296/3443) nexus-types deployment::network_resources::tests::omicron_zone_external_floating_ips_reject_duplicate_ip_on_deserialize
71152026-09-15T04:00:52.953Z PASS [ 0.034s] (1297/3443) nexus-types deployment::network_resources::tests::omicron_zone_network_resources_allows_multiple_ips_per_zone
71162026-09-15T04:00:52.963Z PASS [ 0.031s] (1298/3443) nexus-types deployment::planning_input::tests::cockroachdb_cluster_versions
71172026-09-15T04:00:52.998Z PASS [ 0.045s] (1299/3443) nexus-types deployment::test::test_serialize_pending_mgs_updates
71182026-09-15T04:00:52.999Z PASS [ 0.035s] (1300/3443) nexus-types fm::analysis_reports::tests::test_analysis_input_report_display_empty
71192026-09-15T04:00:53.040Z PASS [ 0.041s] (1301/3443) nexus-types fm::analysis_reports::tests::test_analysis_input_report_display_with_cases
71202026-09-15T04:00:53.040Z PASS [ 0.041s] (1302/3443) nexus-types fm::analysis_reports::tests::test_analysis_input_report_display_same_inv
71212026-09-15T04:00:53.084Z PASS [ 0.044s] (1303/3443) nexus-types fm::analysis_reports::tests::test_log_entry_backwards_compat_event_only
71222026-09-15T04:00:53.089Z PASS [ 0.049s] (1304/3443) nexus-types fm::analysis_reports::tests::test_analysis_report_display_full
71232026-09-15T04:00:53.123Z PASS [ 0.039s] (1305/3443) nexus-types fm::analysis_reports::tests::test_log_entry_display_colored
71242026-09-15T04:00:53.127Z PASS [ 0.038s] (1306/3443) nexus-types fm::analysis_reports::tests::test_log_entry_display_multiline_comment
71252026-09-15T04:00:53.163Z PASS [ 0.040s] (1307/3443) nexus-types fm::analysis_reports::tests::test_log_entry_display_nested_values
71262026-09-15T04:00:53.168Z PASS [ 0.042s] (1308/3443) nexus-types fm::analysis_reports::tests::test_log_entry_forwards_compat_extra_fields
71272026-09-15T04:00:53.197Z PASS [ 0.034s] (1309/3443) nexus-types fm::analysis_reports::tests::test_log_entry_forwards_compat_varied_types
71282026-09-15T04:00:53.201Z PASS [ 0.033s] (1310/3443) nexus-types fm::analysis_reports::tests::test_log_entry_roundtrip
71292026-09-15T04:00:53.236Z PASS [ 0.039s] (1311/3443) nexus-types fm::case::tests::test_case_display
71302026-09-15T04:00:53.248Z PASS [ 0.047s] (1312/3443) nexus-types fm::case::tests::test_case_display_colored
71312026-09-15T04:00:53.269Z PASS [ 0.033s] (1313/3443) nexus-types fm::config::tests::test_history_pruning_threshold_must_be_less_than_sitrep_limit
71322026-09-15T04:00:53.298Z PASS [ 0.049s] (1314/3443) nexus-types fm::config::tests::test_min_history_pruning_threshold
71332026-09-15T04:00:53.311Z PASS [ 0.041s] (1315/3443) nexus-types fm::config::tests::test_min_sitrep_limit
71342026-09-15T04:00:53.339Z PASS [ 0.041s] (1316/3443) nexus-types internal_api::background::test::test_display_blueprint_pruner_status_disabled
71352026-09-15T04:00:53.343Z PASS [ 0.032s] (1317/3443) nexus-types internal_api::background::test::test_display_blueprint_pruner_status_enabled
71362026-09-15T04:00:53.375Z PASS [ 0.035s] (1318/3443) nexus-types internal_api::background::test::test_display_tuf_repo_pruner_status_disabled
71372026-09-15T04:00:53.382Z PASS [ 0.039s] (1319/3443) nexus-types internal_api::background::test::test_display_tuf_repo_pruner_status_enabled
71382026-09-15T04:00:53.413Z PASS [ 0.038s] (1320/3443) nexus-types internal_api::views::test::test_can_serialize_mgs_updates
71392026-09-15T04:00:53.421Z PASS [ 3.707s] (1321/3443) nexus-reconfigurator-planning example::tests::dns_resolution_works
71402026-09-15T04:00:53.443Z PASS [ 0.062s] (1322/3443) nexus-types quiesce::test::test_drained_blueprint
71412026-09-15T04:00:53.450Z PASS [ 0.037s] (1323/3443) nexus-types quiesce::test::test_quiesce_block_on_first_recovery
71422026-09-15T04:00:53.464Z PASS [ 0.043s] (1324/3443) nexus-types quiesce::test::test_quiesce_block_on_reassigned_concurrent_recovery
71432026-09-15T04:00:53.487Z PASS [ 0.043s] (1325/3443) nexus-types quiesce::test::test_quiesce_block_on_reassigned_recovered_saga
71442026-09-15T04:00:53.490Z PASS [ 0.039s] (1326/3443) nexus-types quiesce::test::test_quiesce_block_on_reassigned_recovery
71452026-09-15T04:00:53.500Z PASS [ 0.036s] (1327/3443) nexus-types quiesce::test::test_quiesce_block_on_reassignment
71462026-09-15T04:00:53.540Z PASS [ 0.053s] (1328/3443) nexus-types quiesce::test::test_quiesce_block_on_recovered_sagas
71472026-09-15T04:00:53.544Z PASS [ 0.044s] (1329/3443) nexus-types quiesce::test::test_quiesce_no_block_on_sagas_not_started
71482026-09-15T04:00:53.578Z PASS [ 0.038s] (1330/3443) nexus-types quiesce::test::test_quiesce_noop
71492026-09-15T04:00:53.589Z PASS [ 0.044s] (1331/3443) nexus-types quiesce::test::test_quiesce_sagas_disabled_on_startup
71502026-09-15T04:00:53.603Z PASS [ 0.113s] (1332/3443) nexus-types quiesce::test::test_quiesce_block_on_saga_started
71512026-09-15T04:00:53.634Z PASS [ 0.056s] (1333/3443) nexus-types support_bundle::tests::bundle_data_selection_serde_round_trip
71522026-09-15T04:00:53.828Z PASS [ 0.194s] (1334/3443) nexus-types::read_series collection_mismatch
71532026-09-15T04:00:53.859Z PASS [ 0.269s] (1335/3443) nexus-types::read_series blueprint_mismatch
71542026-09-15T04:00:54.002Z PASS [ 0.143s] (1336/3443) nexus-types::read_series identical_inputs
71552026-09-15T04:00:54.012Z PASS [ 0.184s] (1337/3443) nexus-types::read_series external_dns_mismatch
71562026-09-15T04:00:54.020Z PASS [ 0.417s] (1338/3443) nexus-types::read_series blueprint_source_reconciliation
71572026-09-15T04:00:54.056Z PASS [ 0.036s] (1339/3443) nexus-types::read_series malformed_json
71582026-09-15T04:00:54.125Z PASS [ 2.312s] (1340/3443) nexus-test-utils test::test_suite_password_matches_hash
71592026-09-15T04:00:54.178Z PASS [ 0.053s] (1341/3443) nexus-types::read_series no_inputs
71602026-09-15T04:00:54.239Z PASS [ 0.227s] (1342/3443) nexus-types::read_series internal_dns_mismatch
71612026-09-15T04:00:54.439Z PASS [ 0.200s] (1343/3443) nexus-types::read_series single_input_happy_path
71622026-09-15T04:00:54.574Z PASS [ 9.912s] (1344/3443) nexus-mgs-updates driver_update::test_host_phase_1::update_watched
71632026-09-15T04:00:54.602Z PASS [ 0.028s] (1345/3443) nexus-types-versions impls::alert::tests::test_webhook_subscription_validation
71642026-09-15T04:00:54.608Z PASS [ 0.552s] (1346/3443) nexus-types::read_series multiple_latest_candidates
71652026-09-15T04:00:54.615Z PASS [ 3.857s] (1347/3443) nexus-reconfigurator-rendezvous sled_blueprint_availability::tests::equal_generation_different_availability_left_untouched
71662026-09-15T04:00:54.626Z PASS [ 0.024s] (1348/3443) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_explicit_null_fields
71672026-09-15T04:00:54.632Z PASS [ 0.024s] (1349/3443) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_invalid_multicast_ip
71682026-09-15T04:00:54.638Z PASS [ 0.023s] (1350/3443) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_invalid_source_ip
71692026-09-15T04:00:54.652Z PASS [ 0.025s] (1351/3443) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_mixed_null_and_values
71702026-09-15T04:00:54.658Z PASS [ 0.026s] (1352/3443) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_only_multicast_ip
71712026-09-15T04:00:54.664Z PASS [ 0.026s] (1353/3443) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_only_source_ips
71722026-09-15T04:00:54.676Z PASS [ 0.237s] (1354/3443) nexus-types::read_series target_missing_from_its_own_file
71732026-09-15T04:00:54.679Z PASS [ 0.027s] (1355/3443) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_with_all_fields
71742026-09-15T04:00:54.684Z PASS [ 0.026s] (1356/3443) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_with_empty_source_ips
71752026-09-15T04:00:54.684Z PASS [ 0.505s] (1357/3443) nexus-types::read_series overlapping_inputs_order_independent
71762026-09-15T04:00:54.693Z PASS [ 0.029s] (1358/3443) nexus-types-versions impls::multicast::tests::test_multicast_group_create_deserialization_without_optional_fields
71772026-09-15T04:00:54.706Z PASS [ 0.030s] (1359/3443) nexus-types-versions impls::multicast::tests::test_multicast_group_update_deserialization_clear_source_ips
71782026-09-15T04:00:54.709Z PASS [ 0.028s] (1360/3443) nexus-types-versions impls::multicast::tests::test_multicast_group_update_deserialization_omit_all_fields
71792026-09-15T04:00:54.709Z PASS [ 0.026s] (1361/3443) nexus-types-versions impls::multicast::tests::test_validate_multicast_ip_v4
71802026-09-15T04:00:54.713Z PASS [ 0.029s] (1362/3443) nexus-types-versions impls::multicast::tests::test_multicast_group_update_deserialization_update_source_ips
71812026-09-15T04:00:54.718Z PASS [ 0.025s] (1363/3443) nexus-types-versions impls::multicast::tests::test_validate_multicast_ip_v6
71822026-09-15T04:00:54.733Z PASS [ 0.026s] (1364/3443) nexus-types-versions impls::multicast::tests::test_validate_source_ip_v4
71832026-09-15T04:00:54.736Z PASS [ 0.029s] (1365/3443) nexus-types-versions impls::multicast::tests::test_validate_source_ip_v6
71842026-09-15T04:00:54.739Z PASS [ 0.029s] (1366/3443) nexus-types-versions impls::policy::tests::test_policy_parsing
71852026-09-15T04:00:54.743Z PASS [ 0.031s] (1367/3443) nexus-types-versions v2026_03_06_01::tests::test_switch_slot_to_string_and_back_again
71862026-09-15T04:00:54.750Z PASS [ 0.031s] (1368/3443) nexus-types-versions v2026_04_16_00::networking::tests::test_bgp_peer_conversion_numbered_preserves_fields
71872026-09-15T04:00:54.758Z PASS [ 0.025s] (1369/3443) nexus-types-versions v2026_04_16_00::networking::tests::test_bgp_peer_conversion_unnumbered_preserves_fields
71882026-09-15T04:00:54.766Z PASS [ 0.027s] (1370/3443) nexus-types-versions v2026_04_16_00::networking::tests::test_bgp_peer_reverse_unnumbered
71892026-09-15T04:00:54.766Z PASS [ 0.030s] (1371/3443) nexus-types-versions v2026_04_16_00::networking::tests::test_bgp_peer_reverse_numbered
71902026-09-15T04:00:54.774Z PASS [ 0.030s] (1372/3443) nexus-types-versions v2026_04_16_00::networking::tests::test_bgp_peer_round_trip_numbered
71912026-09-15T04:00:54.779Z PASS [ 0.026s] (1373/3443) nexus-types-versions v2026_04_16_00::networking::tests::test_bgp_peer_round_trip_sentinel_becomes_none
71922026-09-15T04:00:54.791Z PASS [ 0.033s] (1374/3443) nexus-types-versions v2026_04_16_00::networking::tests::test_bgp_peer_round_trip_unnumbered
71932026-09-15T04:00:54.796Z PASS [ 0.031s] (1375/3443) nexus-types-versions v2026_04_16_00::networking::tests::test_valid_router_peer_type_try_from_old_representation
71942026-09-15T04:00:54.810Z PASS [ 0.042s] (1376/3443) nexus-types-versions v2026_04_16_00::networking::tests::test_invalid_router_peer_type_try_from_old_representation
71952026-09-15T04:00:54.810Z PASS [ 0.031s] (1377/3443) nexus-types-versions v2026_09_08_00::project::tests::defaults_wire_format
71962026-09-15T04:00:54.810Z PASS [ 0.033s] (1378/3443) nexus-types-versions v2026_09_08_00::project::tests::defaults_selection_rejects_unknown_fields
71972026-09-15T04:00:54.821Z PASS [ 0.029s] (1379/3443) nexus-types-versions v2026_09_08_00::vpc::tests::defaults_wire_format
71982026-09-15T04:00:54.871Z PASS [ 0.869s] (1380/3443) nexus-types::read_series intended_blueprint_warning
71992026-09-15T04:00:54.882Z PASS [ 0.085s] (1381/3443) omicron-certificates tests::cert_validated_if_any_possible_hostname_is_valid
72002026-09-15T04:00:54.926Z PASS [ 0.117s] (1382/3443) omicron-certificates tests::test_cert_extended_key_usage
72012026-09-15T04:00:54.929Z PASS [ 0.117s] (1383/3443) omicron-certificates tests::test_common_name_is_validated
72022026-09-15T04:00:54.929Z PASS [ 0.105s] (1384/3443) omicron-certificates tests::test_subject_alternate_names_are_validated
72032026-09-15T04:00:54.929Z PASS [ 0.117s] (1385/3443) omicron-certificates tests::common_name_is_ignored_if_subject_alternate_names_exist
72042026-09-15T04:00:54.929Z PASS [ 13.116s] (1386/3443) nexus-db-queries policy_test::test_conferred_roles
72052026-09-15T04:00:54.951Z PASS [ 4.062s] (1387/3443) nexus-reconfigurator-rendezvous sled_blueprint_availability::tests::partial_failure_then_retry_converges
72062026-09-15T04:00:54.979Z PASS [ 0.028s] (1388/3443) omicron-cockroach-metrics tests::proptest_tests::prometheus_parse_never_panics
72072026-09-15T04:00:55.022Z PASS [ 0.043s] (1389/3443) omicron-cockroach-metrics tests::proptest_tests::prometheus_parse_structured_input
72082026-09-15T04:00:55.123Z PASS [ 0.252s] (1390/3443) omicron-cockroach-admin cockroach_cli::tests::proptest_validate_decommissionable
72092026-09-15T04:00:55.146Z PASS [ 0.023s] (1391/3443) omicron-cockroach-metrics tests::test_histogram_bucket_sorting
72102026-09-15T04:00:55.156Z PASS [ 0.134s] (1392/3443) omicron-cockroach-metrics tests::test_cluster_client_caching
72112026-09-15T04:00:55.171Z PASS [ 0.025s] (1393/3443) omicron-cockroach-metrics tests::test_prometheus_histogram_parsing
72122026-09-15T04:00:55.187Z PASS [ 0.030s] (1394/3443) omicron-cockroach-metrics tests::test_prometheus_metrics_comments_only
72132026-09-15T04:00:55.194Z PASS [ 0.023s] (1395/3443) omicron-cockroach-metrics tests::test_prometheus_metrics_empty
72142026-09-15T04:00:55.208Z PASS [ 0.021s] (1396/3443) omicron-cockroach-metrics tests::test_prometheus_metrics_parse_resilience
72152026-09-15T04:00:55.221Z PASS [ 0.026s] (1397/3443) omicron-cockroach-metrics tests::test_prometheus_metrics_parsing
72162026-09-15T04:00:55.228Z PASS [ 0.021s] (1398/3443) omicron-cockroach-metrics tests::test_typed_cockroach_metrics
72172026-09-15T04:00:55.241Z PASS [ 0.020s] (1399/3443) omicron-common address::test::test_dns_subnets
72182026-09-15T04:00:55.255Z PASS [ 0.027s] (1400/3443) omicron-common address::test::test_ip_range_checks_non_decreasing
72192026-09-15T04:00:55.265Z PASS [ 0.024s] (1401/3443) omicron-common address::test::test_ip_range_enum_deserialization
72202026-09-15T04:00:55.276Z PASS [ 0.020s] (1402/3443) omicron-common address::test::test_ip_range_iter
72212026-09-15T04:00:55.304Z PASS [ 0.028s] (1403/3443) omicron-common address::test::test_ip_range_try_from
72222026-09-15T04:00:55.314Z PASS [ 0.049s] (1404/3443) omicron-common address::test::test_ip_range_length
72232026-09-15T04:00:55.332Z PASS [ 0.028s] (1405/3443) omicron-common address::test::test_ipv6_subnet_deserialize
72242026-09-15T04:00:55.336Z PASS [ 0.022s] (1406/3443) omicron-common address::test::test_sled_address
72252026-09-15T04:00:55.352Z PASS [ 0.019s] (1407/3443) omicron-common api::external::error::test::test_bail_unless
72262026-09-15T04:00:55.365Z PASS [ 0.029s] (1408/3443) omicron-common api::external::error::test::test_context
72272026-09-15T04:00:55.370Z PASS [ 0.018s] (1409/3443) omicron-common api::external::http_pagination::test::test_pagination_examples
72282026-09-15T04:00:55.388Z PASS [ 0.023s] (1410/3443) omicron-common api::external::http_pagination::test::test_pagination_schemas
72292026-09-15T04:00:55.393Z PASS [ 0.023s] (1411/3443) omicron-common api::external::http_pagination::test::test_scan_by_id
72302026-09-15T04:00:55.407Z PASS [ 0.019s] (1412/3443) omicron-common api::external::http_pagination::test::test_scan_by_name
72312026-09-15T04:00:55.414Z PASS [ 0.021s] (1413/3443) omicron-common api::external::http_pagination::test::test_scan_by_nameid_generic
72322026-09-15T04:00:55.427Z PASS [ 0.020s] (1414/3443) omicron-common api::external::http_pagination::test::test_scan_by_nameid_id
72332026-09-15T04:00:55.433Z PASS [ 0.019s] (1415/3443) omicron-common api::external::http_pagination::test::test_scan_by_nameid_name
72342026-09-15T04:00:55.450Z PASS [ 0.023s] (1416/3443) omicron-common api::external::http_pagination::test::test_scan_by_time_and_id
72352026-09-15T04:00:55.453Z PASS [ 0.020s] (1417/3443) omicron-common api::external::test::test_bytecount
72362026-09-15T04:00:55.473Z PASS [ 0.023s] (1418/3443) omicron-common api::external::test::test_bytecount_display
72372026-09-15T04:00:55.476Z PASS [ 0.021s] (1419/3443) omicron-common api::external::test::test_digest
72382026-09-15T04:00:55.492Z PASS [ 0.019s] (1420/3443) omicron-common api::external::test::test_firewall_deserialization
72392026-09-15T04:00:55.505Z PASS [ 0.031s] (1421/3443) omicron-common api::external::test::test_firewall_rule_host_filter_parse
72402026-09-15T04:00:55.529Z PASS [ 0.037s] (1422/3443) omicron-common api::external::test::test_firewall_rule_proto_filter_from_api_string
72412026-09-15T04:00:55.539Z PASS [ 0.033s] (1423/3443) omicron-common api::external::test::test_firewall_rule_target_parse
72422026-09-15T04:00:55.553Z PASS [ 0.024s] (1424/3443) omicron-common api::external::test::test_hostname_from_str
72432026-09-15T04:00:55.564Z PASS [ 0.025s] (1425/3443) omicron-common api::external::test::test_ip_port_range_from_str
72442026-09-15T04:00:55.579Z PASS [ 0.026s] (1426/3443) omicron-common api::external::test::test_ip_port_range_into_str
72452026-09-15T04:00:55.594Z PASS [ 0.029s] (1427/3443) omicron-common api::external::test::test_ipv6_net_operations
72462026-09-15T04:00:55.603Z PASS [ 0.025s] (1428/3443) omicron-common api::external::test::test_mac_system_iterator
72472026-09-15T04:00:55.616Z PASS [ 0.022s] (1429/3443) omicron-common api::external::test::test_mac_to_int_conversions
72482026-09-15T04:00:55.634Z PASS [ 0.030s] (1430/3443) omicron-common api::external::test::test_macaddr
72492026-09-15T04:00:55.637Z PASS [ 0.020s] (1431/3443) omicron-common api::external::test::test_name_parse
72502026-09-15T04:00:55.656Z PASS [ 0.022s] (1432/3443) omicron-common api::external::test::test_name_parse_from_param
72512026-09-15T04:00:55.659Z PASS [ 0.022s] (1433/3443) omicron-common api::external::test::test_resource_name_parse
72522026-09-15T04:00:55.688Z PASS [ 0.030s] (1434/3443) omicron-common api::external::test::test_route_destination_parse
72532026-09-15T04:00:55.695Z PASS [ 0.036s] (1435/3443) omicron-common api::external::test::test_route_target_parse
72542026-09-15T04:00:55.707Z PASS [ 0.021s] (1436/3443) omicron-common api::external::test::test_semver_serialize
72552026-09-15T04:00:55.723Z PASS [ 0.029s] (1437/3443) omicron-common api::internal::shared::tests::test_dataset_kind_serialization
72562026-09-15T04:00:55.753Z PASS [ 0.046s] (1438/3443) omicron-common api::internal::shared::tests::test_delegated_zvol_device_name
72572026-09-15T04:00:55.759Z PASS [ 0.036s] (1439/3443) omicron-common api::internal::shared::tests::test_deserialize_allowed_source_ips
72582026-09-15T04:00:55.780Z PASS [ 0.027s] (1440/3443) omicron-common api::internal::shared::tests::test_deserialize_any_into_allowed_external_ips
72592026-09-15T04:00:55.784Z PASS [ 0.025s] (1441/3443) omicron-common api::internal::shared::tests::test_deserialize_unknown_string
72602026-09-15T04:00:55.809Z PASS [ 0.030s] (1442/3443) omicron-common disk::tests::parse_dataset_name
72612026-09-15T04:00:55.812Z PASS [ 0.028s] (1443/3443) omicron-common zpool_name::test::test_parse_bad_zpool_names
72622026-09-15T04:00:55.832Z PASS [ 0.021s] (1444/3443) omicron-common zpool_name::test::test_parse_external_zpool_name
72632026-09-15T04:00:55.845Z PASS [ 0.034s] (1445/3443) omicron-common zpool_name::test::test_parse_internal_zpool_name
72642026-09-15T04:00:55.860Z PASS [ 0.029s] (1446/3443) omicron-common zpool_name::test::test_parse_zpool_name_json
72652026-09-15T04:00:55.871Z PASS [ 0.025s] (1447/3443) omicron-common zpool_name::test::test_zpool_name_regex
72662026-09-15T04:00:55.963Z PASS [ 0.104s] (1448/3443) omicron-dev::test-omicron-dev test_omicron_dev_bad_cmd
72672026-09-15T04:00:56.039Z PASS [ 0.168s] (1449/3443) omicron-dev::test-omicron-dev test_omicron_dev_no_args
72682026-09-15T04:00:56.377Z PASS [ 1.445s] (1450/3443) omicron-cockroach-admin context::tests::test_node_id
72692026-09-15T04:00:56.417Z PASS [ 0.040s] (1451/3443) omicron-gateway management_switch::location_map::tests::test_config_validation
72702026-09-15T04:00:56.435Z PASS [ 1.497s] (1452/3443) omicron-cockroach-admin cockroach_cli::tests::test_node_decommission_compatibility
72712026-09-15T04:00:56.466Z PASS [ 0.049s] (1453/3443) omicron-gateway management_switch::location_map::tests::test_resolve_location
72722026-09-15T04:00:56.634Z PASS [ 0.199s] (1454/3443) omicron-gateway::test_all integration_tests::component_list::component_list
72732026-09-15T04:00:56.689Z PASS [ 0.223s] (1455/3443) omicron-gateway::test_all integration_tests::component_vpd::fan_tray_barcode_vpd
72742026-09-15T04:00:56.713Z PASS [ 1.767s] (1456/3443) omicron-cockroach-admin cockroach_cli::tests::test_node_status_compatibility
72752026-09-15T04:00:56.844Z PASS [ 0.209s] (1457/3443) omicron-gateway::test_all integration_tests::component_vpd::pmbus_vpd
72762026-09-15T04:00:56.885Z PASS [ 0.041s] (1458/3443) omicron-gateway::test_all integration_tests::config::read_production_smf_config
72772026-09-15T04:00:56.901Z PASS [ 0.211s] (1459/3443) omicron-gateway::test_all integration_tests::component_vpd::single_barcode_vpd
72782026-09-15T04:00:56.930Z PASS [ 0.217s] (1460/3443) omicron-gateway::test_all integration_tests::component_vpd::tmp11x_vpd
72792026-09-15T04:00:57.094Z PASS [ 0.208s] (1461/3443) omicron-gateway::test_all integration_tests::ereports::ereports_basic
72802026-09-15T04:00:57.119Z PASS [ 0.218s] (1462/3443) omicron-gateway::test_all integration_tests::ereports::ereports_commit
72812026-09-15T04:00:57.171Z PASS [ 0.240s] (1463/3443) omicron-gateway::test_all integration_tests::ereports::ereports_limit
72822026-09-15T04:00:57.396Z PASS [ 0.225s] (1464/3443) omicron-gateway::test_all integration_tests::serial_console::serial_console_detach
72832026-09-15T04:00:57.411Z PASS [ 0.292s] (1465/3443) omicron-gateway::test_all integration_tests::serial_console::serial_console_communication
72842026-09-15T04:00:57.448Z PASS [ 0.037s] (1466/3443) omicron-ledger test::test_commit_handles_write_failures
72852026-09-15T04:00:57.474Z PASS [ 0.026s] (1467/3443) omicron-ledger test::test_create_default_ledger
72862026-09-15T04:00:57.501Z PASS [ 0.027s] (1468/3443) omicron-ledger test::test_create_ledger_reads_from_storage
72872026-09-15T04:00:57.528Z PASS [ 0.027s] (1469/3443) omicron-ledger test::test_create_ledger_reads_latest_from_storage
72882026-09-15T04:00:57.549Z PASS [ 0.020s] (1470/3443) omicron-ls-apis api_metadata::tests::from_raw_collects_multiple_errors
72892026-09-15T04:00:57.570Z PASS [ 0.021s] (1471/3443) omicron-ls-apis api_metadata::tests::load_errors_display_lists_every_error
72902026-09-15T04:00:57.573Z PASS [ 0.479s] (1472/3443) omicron-gateway::test_all integration_tests::location_discovery::discovery_both_locations
72912026-09-15T04:00:57.589Z PASS [ 0.019s] (1473/3443) omicron-ls-apis workspaces::test::find_prebuilt_repo_commits_multiple_prebuilts_different_commits
72922026-09-15T04:00:57.595Z PASS [ 0.022s] (1474/3443) omicron-ls-apis workspaces::test::find_prebuilt_repo_commits_repo_absent
72932026-09-15T04:00:57.609Z PASS [ 0.020s] (1475/3443) omicron-ls-apis workspaces::test::find_prebuilt_repo_commits_success
72942026-09-15T04:00:57.664Z PASS [ 0.268s] (1476/3443) omicron-gateway::test_all integration_tests::task_dump::task_dump
72952026-09-15T04:00:57.923Z PASS [ 12.225s] (1477/3443) nexus-reconfigurator-execution omicron_physical_disks::test::test_decommission_expunged_disks
72962026-09-15T04:00:57.978Z PASS [ 0.054s] (1478/3443) omicron-nexus app::alert::tests::test_alert_class_list
72972026-09-15T04:00:58.227Z PASS [ 12.326s] (1479/3443) nexus-reconfigurator-execution omicron_zones::test::test_clean_up_cockroach_zones
72982026-09-15T04:00:58.369Z PASS [ 3.487s] (1480/3443) omicron-cockroach-admin cockroach_cli::tests::test_cluster_init_compatibility
72992026-09-15T04:00:58.557Z PASS [ 12.751s] (1481/3443) nexus-reconfigurator-execution omicron_sled_config::tests::test_deploy_config
73002026-09-15T04:00:58.654Z PASS [ 14.452s] (1482/3443) nexus-mgs-updates driver_update::test::test_sp_update_takeover
73012026-09-15T04:00:59.674Z PASS [ 4.728s] (1483/3443) omicron-cockroach-admin cockroach_cli::tests::test_schema_init
73022026-09-15T04:01:00.576Z PASS [ 5.649s] (1484/3443) omicron-cockroach-admin cockroach_cli::tests::test_cluster_schema_init_interleaved
73032026-09-15T04:01:00.617Z PASS [ 13.807s] (1485/3443) nexus-reconfigurator-execution sled_state::tests::test_decommission_is_idempotent
73042026-09-15T04:01:00.665Z PASS [ 0.048s] (1486/3443) omicron-nexus app::background::tasks::attached_subnets::test::attached_subnet_diff_adds_entries
73052026-09-15T04:01:00.713Z PASS [ 0.047s] (1487/3443) omicron-nexus app::background::tasks::attached_subnets::test::attached_subnet_diff_removes_entries
73062026-09-15T04:01:00.759Z PASS [ 0.046s] (1488/3443) omicron-nexus app::background::tasks::attached_subnets::test::attached_subnet_diff_works_with_empty_sets
73072026-09-15T04:01:00.810Z PASS [ 0.051s] (1489/3443) omicron-nexus app::background::tasks::attached_subnets::test::attached_subnet_leaves_valid_entries
73082026-09-15T04:01:00.859Z PASS [ 0.048s] (1490/3443) omicron-nexus app::background::tasks::attached_subnets::test::attached_subnet_modifies_changed_entries
73092026-09-15T04:01:04.237Z PASS [ 19.609s] (1491/3443) nexus-mgs-updates driver_update::test_host_phase_1::update_takeover
73102026-09-15T04:01:05.079Z SLOW [> 60.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
73112026-09-15T04:01:05.927Z SLOW [> 60.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_full_rack
73122026-09-15T04:01:05.931Z SLOW [> 60.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_full_rack_concurrent
73132026-09-15T04:01:05.952Z SLOW [> 60.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_full_rack_concurrent_multi
73142026-09-15T04:01:06.233Z PASS [ 13.294s] (1492/3443) nexus-types deployment::planning_report::tests::planning_report_json_roundtrip
73152026-09-15T04:01:07.996Z PASS [ 12.033s] (1493/3443) omicron-dev::test-omicron-dev test_run_all
73162026-09-15T04:01:08.613Z PASS [ 17.529s] (1494/3443) nexus-reconfigurator-rendezvous sled_blueprint_availability::tests::proptest_reconciliation
73172026-09-15T04:01:10.509Z PASS [ 19.868s] (1495/3443) nexus-reconfigurator-rendezvous crucible_dataset::tests::proptest_reconciliation
73182026-09-15T04:01:10.955Z PASS [ 6.717s] (1496/3443) omicron-nexus app::background::tasks::audit_log_cleanup::tests::test_audit_log_cleanup_activation
73192026-09-15T04:01:12.429Z PASS [ 6.195s] (1497/3443) omicron-nexus app::background::tasks::audit_log_cleanup::tests::test_audit_log_cleanup_retention_days_overflow
73202026-09-15T04:01:12.823Z PASS [ 14.846s] (1498/3443) omicron-nexus app::background::driver::test::test_activation_in_progress
73212026-09-15T04:01:12.891Z PASS [ 14.664s] (1499/3443) omicron-nexus app::background::driver::test::test_driver_basic
73222026-09-15T04:01:14.247Z PASS [ 6.251s] (1500/3443) omicron-nexus app::background::tasks::audit_log_timeout_incomplete::tests::test_audit_log_timeout_incomplete_activation
73232026-09-15T04:01:14.732Z PASS [ 24.027s] (1501/3443) nexus-reconfigurator-rendezvous local_storage_unencrypted_dataset::tests::proptest_reconciliation
73242026-09-15T04:01:15.259Z PASS [ 24.617s] (1502/3443) nexus-reconfigurator-rendezvous debug_dataset::tests::proptest_reconciliation
73252026-09-15T04:01:16.017Z PASS [ 17.648s] (1503/3443) omicron-nexus app::background::init::test::test_dns_propagation_basic
73262026-09-15T04:01:16.621Z PASS [ 16.045s] (1504/3443) omicron-nexus app::background::tasks::alert_dispatcher::test::test_glob_reprocessing
73272026-09-15T04:01:19.618Z PASS [ 28.963s] (1505/3443) nexus-reconfigurator-rendezvous local_storage_dataset::tests::proptest_reconciliation
73282026-09-15T04:01:20.276Z PASS [ 22.681s] (1506/3443) omicron-ls-apis::test_dependencies test_api_check
73292026-09-15T04:01:20.453Z PASS [ 8.024s] (1507/3443) omicron-nexus app::background::tasks::blueprint_planner::test::test_blueprint_planner_limit
73302026-09-15T04:01:21.404Z PASS [ 22.847s] (1508/3443) omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::sled_resource_vmm_already_deleted
73312026-09-15T04:01:21.553Z PASS [ 36.525s] (1509/3443) nexus-reconfigurator-cli-integration-tests::integration blueprint_edit::test_blueprint_edit
73322026-09-15T04:01:22.040Z PASS [ 24.375s] (1510/3443) omicron-ls-apis::test_dependencies test_deployment_unit_dag_edges
73332026-09-15T04:01:22.092Z PASS [ 23.437s] (1511/3443) omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::test_abandoned_vmms_are_reaped
73342026-09-15T04:01:22.125Z PASS [ 0.085s] (1512/3443) omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_default_cockroach_admin_addrs_from_blueprint
73352026-09-15T04:01:22.619Z PASS [ 22.944s] (1513/3443) omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::vmm_already_deleted
73362026-09-15T04:01:22.625Z PASS [ 9.734s] (1514/3443) omicron-nexus app::background::tasks::blueprint_pruner::test::test_blueprint_pruner_delete_cap_mid_blueprint
73372026-09-15T04:01:22.925Z PASS [ 7.666s] (1515/3443) omicron-nexus app::background::tasks::blueprint_pruner::test::test_blueprint_pruner_never_deletes_target
73382026-09-15T04:01:23.495Z PASS [ 25.885s] (1516/3443) omicron-ls-apis::test_dependencies test_api_dependencies
73392026-09-15T04:01:24.088Z PASS [ 9.841s] (1517/3443) omicron-nexus app::background::tasks::blueprint_pruner::test::test_blueprint_pruner_dups
73402026-09-15T04:01:24.116Z PASS [ 9.384s] (1518/3443) omicron-nexus app::background::tasks::blueprint_pruner::test::test_blueprint_pruner_multiple_batches
73412026-09-15T04:01:25.035Z PASS [ 8.413s] (1519/3443) omicron-nexus app::background::tasks::blueprint_pruner::test::test_config
73422026-09-15T04:01:25.419Z PASS [ 12.595s] (1520/3443) omicron-nexus app::background::tasks::blueprint_pruner::test::test_basic
73432026-09-15T04:01:25.510Z PASS [ 15.001s] (1521/3443) omicron-nexus app::background::tasks::blueprint_load::test::test_load_blueprints
73442026-09-15T04:01:26.227Z PASS [ 5.773s] (1522/3443) omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_fails_if_no_blueprint
73452026-09-15T04:01:27.389Z PASS [ 5.984s] (1523/3443) omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_no_unknown_node_ids
73462026-09-15T04:01:27.574Z PASS [ 18.961s] (1524/3443) omicron-nexus app::background::tasks::blueprint_execution::test::test_deploy_omicron_config
73472026-09-15T04:01:27.620Z PASS [ 6.066s] (1525/3443) omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_unknown_node_ids
73482026-09-15T04:01:28.155Z PASS [ 8.537s] (1526/3443) omicron-nexus app::background::tasks::blueprint_pruner::test::test_no_prune_non_target_blueprint
73492026-09-15T04:01:30.415Z PASS [ 10.138s] (1527/3443) omicron-nexus app::background::tasks::blueprint_pruner::test::test_prune_missing_blueprint
73502026-09-15T04:01:31.526Z PASS [ 6.491s] (1528/3443) omicron-nexus app::background::tasks::fm_analysis::tests::test_analysis_respects_sitrep_limit
73512026-09-15T04:01:31.825Z PASS [ 20.870s] (1529/3443) omicron-nexus app::background::tasks::blueprint_planner::test::test_blueprint_planner
73522026-09-15T04:01:32.176Z PASS [ 6.758s] (1530/3443) omicron-nexus app::background::tasks::fm_analysis::tests::test_check_sitrep_limit
73532026-09-15T04:01:32.364Z PASS [ 6.854s] (1531/3443) omicron-nexus app::background::tasks::fm_analysis::tests::test_inventory_staleness_check
73542026-09-15T04:01:32.768Z PASS [ 6.542s] (1532/3443) omicron-nexus app::background::tasks::fm_analysis::tests::test_prepare_inputs_observes_alert_markers
73552026-09-15T04:01:34.369Z PASS [ 18.352s] (1533/3443) omicron-nexus app::background::tasks::blueprint_pruner::test::test_blueprint_pruner_task
73562026-09-15T04:01:34.512Z PASS [ 7.123s] (1534/3443) omicron-nexus app::background::tasks::fm_config_load::test::test_load_fm_config
73572026-09-15T04:01:34.725Z PASS [ 7.106s] (1535/3443) omicron-nexus app::background::tasks::fm_rendezvous::tests::test_alert_requests_aborted_when_sitrep_is_stale
73582026-09-15T04:01:34.983Z PASS [ 7.409s] (1536/3443) omicron-nexus app::background::tasks::fm_rendezvous::tests::test_alert_requests
73592026-09-15T04:01:35.568Z PASS [ 7.413s] (1537/3443) omicron-nexus app::background::tasks::fm_rendezvous::tests::test_bundle_requests_aborted_when_sitrep_is_stale
73602026-09-15T04:01:36.990Z PASS [ 14.865s] (1538/3443) omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_does_not_clean_disks_with_regions
73612026-09-15T04:01:37.244Z PASS [ 15.152s] (1539/3443) omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_cleans_disks_with_no_regions
73622026-09-15T04:01:37.660Z PASS [ 15.034s] (1540/3443) omicron-nexus app::background::tasks::dns_config::test::test_basic
73632026-09-15T04:01:37.830Z PASS [ 7.415s] (1541/3443) omicron-nexus app::background::tasks::fm_rendezvous::tests::test_mark_ereports_seen
73642026-09-15T04:01:38.177Z PASS [ 15.252s] (1542/3443) omicron-nexus app::background::tasks::dns_propagation::test::test_basic
73652026-09-15T04:01:38.383Z SLOW [>180.000s] (─────────) oximeter-db client::tests::test_replicated
73662026-09-15T04:01:38.671Z PASS [ 16.053s] (1543/3443) omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_ignores_active_disks
73672026-09-15T04:01:38.726Z PASS [ 6.550s] (1544/3443) omicron-nexus app::background::tasks::fm_rendezvous::tests::test_support_bundle_requests_capacity_error
73682026-09-15T04:01:38.758Z PASS [ 7.232s] (1545/3443) omicron-nexus app::background::tasks::fm_rendezvous::tests::test_mark_ereports_seen_across_sitreps
73692026-09-15T04:01:38.780Z PASS [ 0.054s] (1546/3443) omicron-nexus app::background::tasks::multicast::groups::tests::test_dpd_state_matches_sources_asm_address
73702026-09-15T04:01:38.812Z PASS [ 0.054s] (1547/3443) omicron-nexus app::background::tasks::multicast::groups::tests::test_dpd_state_matches_sources_asm_with_any_source_member
73712026-09-15T04:01:38.838Z PASS [ 0.058s] (1548/3443) omicron-nexus app::background::tasks::multicast::groups::tests::test_dpd_state_matches_sources_ssm_ignores_has_any_source_member
73722026-09-15T04:01:38.845Z PASS [ 7.019s] (1549/3443) omicron-nexus app::background::tasks::fm_rendezvous::tests::test_support_bundle_requests
73732026-09-15T04:01:38.870Z PASS [ 0.058s] (1550/3443) omicron-nexus app::background::tasks::multicast::groups::tests::test_dpd_state_matches_sources_ssm_with_sources
73742026-09-15T04:01:38.930Z PASS [ 0.092s] (1551/3443) omicron-nexus app::background::tasks::multicast::tests::test_admin_scope_xor_folding
73752026-09-15T04:01:38.933Z PASS [ 0.085s] (1552/3443) omicron-nexus app::background::tasks::multicast::tests::test_bounded_preservation_prefix_48
73762026-09-15T04:01:38.933Z PASS [ 0.060s] (1553/3443) omicron-nexus app::background::tasks::multicast::tests::test_documented_examples
73772026-09-15T04:01:38.988Z PASS [ 0.058s] (1554/3443) omicron-nexus app::background::tasks::multicast::tests::test_map_ipv4_edge_cases
73782026-09-15T04:01:38.998Z PASS [ 0.067s] (1555/3443) omicron-nexus app::background::tasks::multicast::tests::test_map_ipv4_to_underlay_ipv6
73792026-09-15T04:01:39.030Z PASS [ 6.666s] (1556/3443) omicron-nexus app::background::tasks::fm_sitrep_gc::tests::test_gc_deletes_sitreps_pruned_from_history
73802026-09-15T04:01:39.044Z PASS [ 0.056s] (1557/3443) omicron-nexus app::background::tasks::multicast::tests::test_prefix_validation_ipv4_too_small
73812026-09-15T04:01:39.047Z PASS [ 0.114s] (1558/3443) omicron-nexus app::background::tasks::multicast::tests::test_prefix_preservation_hash_space_for_large_sets
73822026-09-15T04:01:39.052Z PASS [ 0.054s] (1559/3443) omicron-nexus app::background::tasks::multicast::tests::test_prefix_validation_success_larger_prefix
73832026-09-15T04:01:39.491Z PASS [ 0.056s] (1560/3443) omicron-nexus app::background::tasks::multicast::tests::test_prod_ipv6_salt_uniqueness
73842026-09-15T04:01:39.496Z PASS [ 0.136s] (1561/3443) omicron-nexus app::background::tasks::multicast::tests::test_prod_ipv6_scope_differentiation
73852026-09-15T04:01:39.496Z PASS [ 0.141s] (1562/3443) omicron-nexus app::background::tasks::multicast::tests::test_prod_ipv6_xor_fold_math
73862026-09-15T04:01:39.496Z PASS [ 0.107s] (1563/3443) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_changes_output
73872026-09-15T04:01:39.496Z PASS [ 0.168s] (1564/3443) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_64bit_ipv4_placement
73882026-09-15T04:01:39.496Z PASS [ 0.054s] (1565/3443) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_deterministic
73892026-09-15T04:01:39.496Z PASS [ 15.123s] (1566/3443) omicron-nexus app::background::tasks::external_endpoints::test::test_basic
73902026-09-15T04:01:39.496Z PASS [ 0.056s] (1567/3443) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_full_coverage_within_8bits
73912026-09-15T04:01:39.496Z PASS [ 6.554s] (1568/3443) omicron-nexus app::background::tasks::fm_sitrep_gc::tests::test_orphaned_sitrep_gc
73922026-09-15T04:01:39.496Z PASS [ 0.156s] (1569/3443) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_ipv4_changes_output
73932026-09-15T04:01:39.496Z PASS [ 0.136s] (1570/3443) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_16bit_already_admin_scoped
73942026-09-15T04:01:39.496Z PASS [ 0.156s] (1571/3443) omicron-nexus app::background::tasks::multicast::tests::test_xor_fold_salt_stays_within_prefix
73952026-09-15T04:01:39.496Z PASS [ 0.144s] (1572/3443) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_16bit_site_local_to_admin_scoped
73962026-09-15T04:01:39.496Z PASS [ 0.062s] (1573/3443) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_64bit_already_admin_scoped
73972026-09-15T04:01:39.496Z PASS [ 0.159s] (1574/3443) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_16bit_global_to_admin_scoped
73982026-09-15T04:01:39.496Z PASS [ 0.056s] (1575/3443) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_64bit_site_local_to_admin_scoped
73992026-09-15T04:01:39.496Z PASS [ 0.118s] (1576/3443) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_distinguishes_scopes
74002026-09-15T04:01:39.629Z PASS [ 0.253s] (1577/3443) omicron-nexus app::background::tasks::multicast::tests::test_xor_folding_with_64bit_prefix
74012026-09-15T04:01:39.763Z PASS [ 15.675s] (1578/3443) omicron-nexus app::background::tasks::ereport_ingester::tests::test_sp_ereport_ingestion_stale_restart_id
74022026-09-15T04:01:40.036Z PASS [ 16.541s] (1579/3443) omicron-nexus app::background::tasks::ereport_ingester::tests::test_sp_ereport_ingestion
74032026-09-15T04:01:40.623Z PASS [ 5.898s] (1580/3443) omicron-nexus app::background::tasks::fm_sitrep_load::test::test_load_sitreps
74042026-09-15T04:01:41.993Z SLOW [> 60.000s] (─────────) nexus-db-queries policy_test::test_iam_roles_behavior
74052026-09-15T04:01:42.387Z PASS [ 41.528s] (1581/3443) omicron-nexus app::background::tasks::attached_subnets::test::test_attached_subnet_manager
74062026-09-15T04:01:43.104Z PASS [ 58.060s] (1582/3443) nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option
74072026-09-15T04:01:43.244Z PASS [ 8.874s] (1583/3443) omicron-nexus app::background::tasks::fm_sitrep_history_pruner::tests::test_history_pruning
74082026-09-15T04:01:44.225Z PASS [ 6.048s] (1584/3443) omicron-nexus app::background::tasks::inventory_load::tests::test_inventory_loader
74092026-09-15T04:01:44.939Z PASS [ 48.900s] (1585/3443) omicron-dropshot-apis::bin/omicron-dropshot-apis tests::test_apis_up_to_date
74102026-09-15T04:01:45.471Z SLOW [> 60.000s] (─────────) nexus-reconfigurator-execution dns::test::test_dns_stale_blueprint_does_not_overwrite
74112026-09-15T04:01:45.647Z SLOW [> 60.000s] (─────────) nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
74122026-09-15T04:01:52.607Z PASS [ 67.137s] (1586/3443) nexus-reconfigurator-execution dns::test::test_dns_stale_blueprint_does_not_overwrite
74132026-09-15T04:01:56.049Z PASS [ 74.058s] (1587/3443) nexus-db-queries policy_test::test_iam_roles_behavior
74142026-09-15T04:01:57.234Z PASS [ 18.562s] (1588/3443) omicron-nexus app::background::tasks::metrics_producer_gc::tests::test_pruning
74152026-09-15T04:01:57.661Z PASS [ 19.831s] (1589/3443) omicron-nexus app::background::tasks::inventory_collection::test::test_db_sled_enumerator
74162026-09-15T04:01:58.025Z PASS [ 18.396s] (1590/3443) omicron-nexus app::background::tasks::region_replacement_driver::test::test_done_region_replacement_causes_finish
74172026-09-15T04:01:58.125Z PASS [ 18.362s] (1591/3443) omicron-nexus app::background::tasks::region_replacement_driver::test::test_mark_region_replacement_done_after_notification
74182026-09-15T04:01:58.308Z PASS [ 18.900s] (1592/3443) omicron-nexus app::background::tasks::reconfigurator_config::test::test_basic
74192026-09-15T04:01:58.517Z PASS [ 19.028s] (1593/3443) omicron-nexus app::background::tasks::region_replacement::test::test_add_region_replacement_causes_start
74202026-09-15T04:01:59.101Z PASS [ 18.477s] (1594/3443) omicron-nexus app::background::tasks::region_replacement_driver::test::test_running_region_replacement_causes_drive
74212026-09-15T04:01:59.143Z PASS [ 19.107s] (1595/3443) omicron-nexus app::background::tasks::region_replacement_driver::test::test_no_mark_region_replacement_done_after_failed_notification
74222026-09-15T04:01:59.319Z PASS [ 16.075s] (1596/3443) omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_add_region_snapshot_replacement_causes_start
74232026-09-15T04:01:59.544Z PASS [ 16.439s] (1597/3443) omicron-nexus app::background::tasks::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_task
74242026-09-15T04:01:59.880Z PASS [ 17.493s] (1598/3443) omicron-nexus app::background::tasks::region_snapshot_replacement_finish::test::test_done_region_snapshot_replacement_causes_finish
74252026-09-15T04:01:59.883Z PASS [ 24.314s] (1599/3443) omicron-nexus app::background::tasks::instance_reincarnation::test::test_default_policy_is_reincarnatable
74262026-09-15T04:01:59.889Z PASS [ 113.959s] (1600/3443) nexus-db-queries db::datastore::sled::test::local_storage_allocation_full_rack_concurrent
74272026-09-15T04:01:59.915Z PASS [ 25.403s] (1601/3443) omicron-nexus app::background::tasks::fm_sitrep_history_pruner::tests::test_history_pruning_batched
74282026-09-15T04:02:01.335Z PASS [ 4.101s] (1602/3443) omicron-nexus app::background::tasks::saga_recovery::test::test_failure_during_saga_can_be_recovered
74292026-09-15T04:02:01.577Z PASS [ 24.332s] (1603/3443) omicron-nexus app::background::tasks::instance_reincarnation::test::test_reincarnates_failed_instances
74302026-09-15T04:02:01.997Z PASS [ 3.972s] (1604/3443) omicron-nexus app::background::tasks::saga_recovery::test::test_recovery_failure_without_sec_does_not_abandon_saga
74312026-09-15T04:02:02.267Z PASS [ 3.960s] (1605/3443) omicron-nexus app::background::tasks::saga_recovery::test::test_transient_recovery_failure_does_not_abandon_saga
74322026-09-15T04:02:02.300Z PASS [ 22.915s] (1606/3443) omicron-nexus app::background::tasks::populate_switch_ports::tests::test_switch1_comes_up_late
74332026-09-15T04:02:02.487Z PASS [ 4.362s] (1607/3443) omicron-nexus app::background::tasks::saga_recovery::test::test_successful_saga_does_not_replay_during_recovery
74342026-09-15T04:02:02.590Z PASS [ 4.074s] (1608/3443) omicron-nexus app::background::tasks::saga_recovery::test::test_unrecoverable_saga_is_abandoned
74352026-09-15T04:02:02.869Z PASS [ 116.943s] (1609/3443) nexus-db-queries db::datastore::sled::test::local_storage_allocation_full_rack
74362026-09-15T04:02:02.966Z PASS [ 0.097s] (1610/3443) omicron-nexus app::background::tasks::support_bundle_collector::test::test_zipfile_creation
74372026-09-15T04:02:03.034Z PASS [ 0.067s] (1611/3443) omicron-nexus app::background::tasks::sync_switch_configuration::tests::bootstore_no_update_when_desired_blueprint_is_strictly_older
74382026-09-15T04:02:03.099Z PASS [ 0.066s] (1612/3443) omicron-nexus app::background::tasks::sync_switch_configuration::tests::bootstore_no_update_when_everything_matches
74392026-09-15T04:02:03.169Z PASS [ 0.070s] (1613/3443) omicron-nexus app::background::tasks::sync_switch_configuration::tests::bootstore_update_when_blueprints_equal_and_nat_differs_at_gen_1
74402026-09-15T04:02:03.240Z PASS [ 0.067s] (1614/3443) omicron-nexus app::background::tasks::sync_switch_configuration::tests::bootstore_update_when_current_has_no_blueprint_config
74412026-09-15T04:02:03.305Z PASS [ 0.069s] (1615/3443) omicron-nexus app::background::tasks::sync_switch_configuration::tests::bootstore_update_when_desired_blueprint_is_newer_and_nat_differs
74422026-09-15T04:02:03.375Z PASS [ 0.070s] (1616/3443) omicron-nexus app::background::tasks::sync_switch_configuration::tests::bootstore_update_when_nat_matches_but_rnc_differs
74432026-09-15T04:02:03.735Z PASS [ 0.358s] (1617/3443) omicron-nexus app::background::tasks::tuf_artifact_replication::tests::new_sled
74442026-09-15T04:02:04.046Z PASS [ 0.312s] (1618/3443) omicron-nexus app::background::tasks::tuf_artifact_replication::tests::nothing
74452026-09-15T04:02:04.088Z PASS [ 118.137s] (1619/3443) nexus-db-queries db::datastore::sled::test::local_storage_allocation_full_rack_concurrent_multi
74462026-09-15T04:02:04.332Z PASS [ 0.286s] (1620/3443) omicron-nexus app::background::tasks::tuf_artifact_replication::tests::recopy
74472026-09-15T04:02:04.392Z PASS [ 0.060s] (1621/3443) omicron-nexus app::background::tasks::tuf_repo_pruner::test::test_decide_prune
74482026-09-15T04:02:04.453Z PASS [ 0.060s] (1622/3443) omicron-nexus app::crucible::test::single_upstairs_health_ro_basic
74492026-09-15T04:02:04.509Z PASS [ 0.055s] (1623/3443) omicron-nexus app::crucible::test::single_upstairs_health_rw_basic
74502026-09-15T04:02:04.530Z PASS [ 5.429s] (1624/3443) omicron-nexus app::background::tasks::session_cleanup::tests::test_session_cleanup_activation
74512026-09-15T04:02:04.564Z PASS [ 0.055s] (1625/3443) omicron-nexus app::crucible::test::single_upstairs_health_rw_live_repair_in_progress
74522026-09-15T04:02:04.601Z PASS [ 0.071s] (1626/3443) omicron-nexus app::crucible::test::single_upstairs_health_rw_one_live_repair
74532026-09-15T04:02:04.622Z PASS [ 0.058s] (1627/3443) omicron-nexus app::crucible::test::single_upstairs_health_rw_one_stopping
74542026-09-15T04:02:04.637Z PASS [ 20.411s] (1628/3443) omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_delete_region_snapshot_replacement_volume_causes_complete
74552026-09-15T04:02:04.668Z PASS [ 0.067s] (1629/3443) omicron-nexus app::crucible::test::single_upstairs_health_rw_only_two_present_and_active
74562026-09-15T04:02:04.684Z PASS [ 0.062s] (1630/3443) omicron-nexus app::crucible::test::single_upstairs_health_rw_reconciliation
74572026-09-15T04:02:04.692Z PASS [ 0.055s] (1631/3443) omicron-nexus app::crucible::test::single_upstairs_health_rw_replace
74582026-09-15T04:02:04.696Z PASS [ 5.550s] (1632/3443) omicron-nexus app::background::tasks::session_cleanup::tests::test_session_cleanup_respects_limit
74592026-09-15T04:02:04.726Z PASS [ 0.058s] (1633/3443) omicron-nexus app::crucible::test::single_upstairs_health_rw_two_live_repair
74602026-09-15T04:02:04.747Z PASS [ 0.063s] (1634/3443) omicron-nexus app::crucible::test::upstairs_health_search
74612026-09-15T04:02:04.875Z PASS [ 0.149s] (1635/3443) omicron-nexus app::deployment::tests::test_target_release_for_mupdate_recovery_after_noop_conversion
74622026-09-15T04:02:04.875Z PASS [ 0.181s] (1636/3443) omicron-nexus app::deployment::tests::test_reject_update_requests_if_system_is_not_updateable
74632026-09-15T04:02:04.882Z PASS [ 0.133s] (1637/3443) omicron-nexus app::deployment::tests::test_validate_can_set_target_release_for_mupdate_recovery
74642026-09-15T04:02:05.049Z PASS [ 0.173s] (1638/3443) omicron-nexus app::deployment::tests::test_version_number_ordering_requirements_for_update
74652026-09-15T04:02:05.081Z SLOW [>120.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
74662026-09-15T04:02:05.084Z PASS [ 0.996s] (1639/3443) omicron-nexus app::background::tasks::tuf_artifact_replication::tests::simple_replicate
74672026-09-15T04:02:05.126Z PASS [ 0.078s] (1640/3443) omicron-nexus app::external_client::test::test_ensure_external_url_allows_domain_hosts
74682026-09-15T04:02:05.150Z PASS [ 0.066s] (1641/3443) omicron-nexus app::external_client::test::test_ensure_external_url_allows_external_ipv6_hosts
74692026-09-15T04:02:05.167Z PASS [ 0.475s] (1642/3443) omicron-nexus app::deployment::tests::test_debug_files
74702026-09-15T04:02:05.185Z PASS [ 0.059s] (1643/3443) omicron-nexus app::external_client::test::test_ensure_external_url_allows_hostless_urls
74712026-09-15T04:02:05.208Z PASS [ 0.059s] (1644/3443) omicron-nexus app::external_client::test::test_ensure_external_url_allows_ipv4_hosts
74722026-09-15T04:02:05.227Z PASS [ 0.059s] (1645/3443) omicron-nexus app::external_client::test::test_ensure_external_url_allows_loopback_for_tests
74732026-09-15T04:02:05.246Z PASS [ 0.061s] (1646/3443) omicron-nexus app::external_client::test::test_ensure_external_url_rejects_bootstrap_network
74742026-09-15T04:02:05.266Z PASS [ 0.057s] (1647/3443) omicron-nexus app::external_client::test::test_ensure_external_url_rejects_ip_hosts_before_rack_init
74752026-09-15T04:02:05.288Z PASS [ 0.061s] (1648/3443) omicron-nexus app::external_client::test::test_ensure_external_url_rejects_loopback
74762026-09-15T04:02:05.293Z PASS [ 0.418s] (1649/3443) omicron-nexus app::external_client::test::test_domain_resolving_to_permitted_address_is_connected
74772026-09-15T04:02:05.310Z PASS [ 0.064s] (1650/3443) omicron-nexus app::external_client::test::test_ensure_external_url_rejects_underlay_ipv6_hosts
74782026-09-15T04:02:05.318Z PASS [ 0.437s] (1651/3443) omicron-nexus app::external_client::test::test_domain_resolving_to_underlay_is_rejected
74792026-09-15T04:02:05.330Z PASS [ 0.064s] (1652/3443) omicron-nexus app::external_client::test::test_loopback_policy_does_not_weaken_underlay_check
74802026-09-15T04:02:05.425Z PASS [ 0.132s] (1653/3443) omicron-nexus app::external_client::test::test_redirect_to_permitted_target_is_followed
74812026-09-15T04:02:05.466Z PASS [ 0.136s] (1654/3443) omicron-nexus app::external_client::test::test_wrapped_policy_none_stops_at_permitted_target
74822026-09-15T04:02:05.513Z PASS [ 0.203s] (1655/3443) omicron-nexus app::external_client::test::test_redirect_to_underlay_is_rejected
74832026-09-15T04:02:05.520Z PASS [ 0.202s] (1656/3443) omicron-nexus app::external_client::test::test_underlay_redirect_rejected_even_with_policy_none
74842026-09-15T04:02:05.622Z PASS [ 0.155s] (1657/3443) omicron-nexus app::external_endpoints::test::test_external_endpoints_basic
74852026-09-15T04:02:05.699Z PASS [ 0.179s] (1658/3443) omicron-nexus app::external_endpoints::test::test_external_endpoints_empty
74862026-09-15T04:02:05.704Z PASS [ 0.081s] (1659/3443) omicron-nexus app::external_endpoints::test::test_no_endpoint
74872026-09-15T04:02:05.733Z PASS [ 0.445s] (1660/3443) omicron-nexus app::external_client::test::test_redirect_to_domain_resolving_to_underlay_is_rejected
74882026-09-15T04:02:05.772Z PASS [ 0.073s] (1661/3443) omicron-nexus app::instance::tests::test_instance_create_propagates_enable_jumbo_frames
74892026-09-15T04:02:05.780Z PASS [ 0.077s] (1662/3443) omicron-nexus app::instance::tests::test_instance_start_allowed_when_no_vmm
74902026-09-15T04:02:05.805Z PASS [ 0.072s] (1663/3443) omicron-nexus app::instance::tests::test_instance_start_allowed_when_vmm_in_saga_unwound
74912026-09-15T04:02:05.841Z PASS [ 0.069s] (1664/3443) omicron-nexus app::instance::tests::test_instance_start_forbidden_while_creating
74922026-09-15T04:02:05.852Z PASS [ 0.072s] (1665/3443) omicron-nexus app::instance::tests::test_instance_start_idempotent_if_active
74932026-09-15T04:02:05.868Z PASS [ 0.062s] (1666/3443) omicron-nexus app::instance::tests::test_primary_nic_mtu_for_jumbo_frames
74942026-09-15T04:02:05.920Z PASS [ 0.079s] (1667/3443) omicron-nexus app::instance::tests::test_serial_console_stream_proxying
74952026-09-15T04:02:05.928Z PASS [ 0.076s] (1668/3443) omicron-nexus app::instance_platform::cpu_platform::test::milan_current_vs_rfd314_is_understood
74962026-09-15T04:02:05.934Z PASS [ 0.066s] (1669/3443) omicron-nexus app::instance_platform::cpu_platform::test::milan_rfd314_is_as_described
74972026-09-15T04:02:06.013Z PASS [ 0.092s] (1670/3443) omicron-nexus app::instance_platform::cpu_platform::test::turin_v1_is_as_described
74982026-09-15T04:02:06.063Z PASS [ 0.135s] (1671/3443) omicron-nexus app::instance_platform::cpu_platform::test::turin_v2_is_as_described
74992026-09-15T04:02:06.072Z PASS [ 0.059s] (1672/3443) omicron-nexus app::ip_pool::tests::test_validate_multicast_allows_other_admin_scoped_subnets
75002026-09-15T04:02:06.111Z PASS [ 0.686s] (1673/3443) omicron-nexus app::external_endpoints::test::test_authority
75012026-09-15T04:02:06.127Z PASS [ 13.520s] (1674/3443) omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task
75022026-09-15T04:02:06.130Z PASS [ 0.067s] (1675/3443) omicron-nexus app::ip_pool::tests::test_validate_multicast_allows_site_local_ipv6
75032026-09-15T04:02:06.147Z PASS [ 0.075s] (1676/3443) omicron-nexus app::ip_pool::tests::test_validate_multicast_allows_valid_ipv4_asm
75042026-09-15T04:02:06.173Z PASS [ 0.062s] (1677/3443) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_asm_ssm_spanning_range
75052026-09-15T04:02:06.207Z PASS [ 0.079s] (1678/3443) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_full_underlay_subnet
75062026-09-15T04:02:06.224Z PASS [ 0.077s] (1679/3443) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_range_overlapping_underlay
75072026-09-15T04:02:06.224Z PASS [ 0.094s] (1680/3443) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_link_local_ipv4
75082026-09-15T04:02:06.249Z PASS [ 0.076s] (1681/3443) omicron-nexus app::ip_pool::tests::test_validate_multicast_rejects_underlay_ipv6_range
75092026-09-15T04:02:06.301Z PASS [ 0.094s] (1682/3443) omicron-nexus app::multicast::tests::test_is_ssm_address
75102026-09-15T04:02:06.412Z PASS [ 0.111s] (1683/3443) omicron-nexus app::sagas::demo::test::test_demo_saga_rendezvous
75112026-09-15T04:02:06.803Z PASS [ 81.157s] (1684/3443) nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
75122026-09-15T04:02:06.902Z PASS [ 27.517s] (1685/3443) omicron-nexus app::background::tasks::read_only_region_replacement_start::test::test_expunge_disk_causes_read_only_region_replacement_request
75132026-09-15T04:02:07.985Z PASS [ 23.046s] (1686/3443) omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_expunge_disk_causes_region_snapshot_replacement_start
75142026-09-15T04:02:08.195Z PASS [ 12.145s] (1687/3443) omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task_gc
75152026-09-15T04:02:08.248Z PASS [ 2.735s] (1688/3443) omicron-nexus app::external_endpoints::test::test_external_endpoints_complex
75162026-09-15T04:02:10.175Z PASS [ 30.776s] (1689/3443) omicron-nexus app::background::tasks::reconfigurator_config::test::test_background_tasks_enable_disable
75172026-09-15T04:02:12.627Z PASS [ 14.965s] (1690/3443) omicron-nexus app::background::tasks::saga_recovery::test::test_nexus_recovery
75182026-09-15T04:02:12.844Z PASS [ 12.929s] (1691/3443) omicron-nexus app::background::tasks::support_bundle_collector::test::test_cleanup_noop
75192026-09-15T04:02:13.720Z PASS [ 13.840s] (1692/3443) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_cancel_before_collect
75202026-09-15T04:02:13.723Z PASS [ 13.832s] (1693/3443) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_failed_bundle_before_collection
75212026-09-15T04:02:14.674Z PASS [ 15.355s] (1694/3443) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_after_zpool_deletion
75222026-09-15T04:02:14.739Z PASS [ 15.195s] (1695/3443) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_cancel_after_collect
75232026-09-15T04:02:15.838Z PASS [ 13.840s] (1696/3443) omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_noop
75242026-09-15T04:02:16.374Z PASS [ 41.391s] (1697/3443) omicron-nexus app::background::tasks::instance_reincarnation::test::test_cooldown_on_subsequent_reincarnations
75252026-09-15T04:02:16.923Z PASS [ 17.039s] (1698/3443) omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_failed_bundle_after_collection
75262026-09-15T04:02:19.362Z PASS [ 17.061s] (1699/3443) omicron-nexus app::background::tasks::support_bundle_collector::test::test_per_bundle_data_selection
75272026-09-15T04:02:19.423Z PASS [ 16.936s] (1700/3443) omicron-nexus app::background::tasks::support_bundle_collector::test::test_reconfigurator_state_collected
75282026-09-15T04:02:19.848Z PASS [ 13.914s] (1701/3443) omicron-nexus app::ip_pool::tests::test_ip_pool_service_add_range_requires_single_pool
75292026-09-15T04:02:19.853Z PASS [ 17.586s] (1702/3443) omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_one
75302026-09-15T04:02:19.960Z PASS [ 42.970s] (1703/3443) omicron-nexus app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances
75312026-09-15T04:02:20.520Z PASS [ 19.184s] (1704/3443) omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_chunked
75322026-09-15T04:02:20.753Z PASS [ 19.177s] (1705/3443) omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_many
75332026-09-15T04:02:20.971Z PASS [ 18.380s] (1706/3443) omicron-nexus app::background::tasks::support_bundle_collector::test::test_trace_file_generated
75342026-09-15T04:02:21.408Z PASS [ 15.184s] (1707/3443) omicron-nexus app::quiesce::test::test_quiesce_full
75352026-09-15T04:02:22.356Z PASS [ 44.696s] (1708/3443) omicron-nexus app::background::tasks::inventory_collection::test::test_basic
75362026-09-15T04:02:22.776Z PASS [ 16.527s] (1709/3443) omicron-nexus app::quiesce::test::test_quiesce_multi
75372026-09-15T04:02:23.311Z PASS [ 17.086s] (1710/3443) omicron-nexus app::quiesce::test::test_quiesce_easy
75382026-09-15T04:02:29.691Z PASS [ 23.280s] (1711/3443) omicron-nexus app::sagas::disk_create::test::test_actions_succeed_idempotently
75392026-09-15T04:02:32.669Z PASS [ 24.420s] (1712/3443) omicron-nexus app::sagas::disk_create::test::test_saga_read_only_disk_basic_usage_succeeds
75402026-09-15T04:02:32.775Z PASS [ 25.873s] (1713/3443) omicron-nexus app::sagas::disk_create::test::test_readonly_disk_action_failure_can_unwind_idempotently
75412026-09-15T04:02:34.335Z PASS [ 20.615s] (1714/3443) omicron-nexus app::sagas::disk_delete::test::test_saga_basic_usage_succeeds
75422026-09-15T04:02:37.609Z PASS [ 30.806s] (1715/3443) omicron-nexus app::sagas::disk_create::test::test_readonly_disk_action_failure_can_unwind
75432026-09-15T04:02:37.994Z PASS [ 15.638s] (1716/3443) omicron-nexus app::sagas::instance_start::test::test_ensure_running_unwind
75442026-09-15T04:02:38.238Z PASS [ 18.389s] (1717/3443) omicron-nexus app::sagas::instance_ip_attach::test::test_saga_basic_usage_succeeds
75452026-09-15T04:02:38.384Z SLOW [>240.000s] (─────────) oximeter-db client::tests::test_replicated
75462026-09-15T04:02:38.588Z PASS [ 19.165s] (1718/3443) omicron-nexus app::sagas::instance_ip_attach::test::test_actions_succeed_idempotently
75472026-09-15T04:02:39.215Z PASS [ 18.695s] (1719/3443) omicron-nexus app::sagas::instance_migrate::tests::test_saga_basic_usage_succeeds
75482026-09-15T04:02:39.242Z PASS [ 18.271s] (1720/3443) omicron-nexus app::sagas::instance_start::test::test_actions_succeed_idempotently
75492026-09-15T04:02:39.255Z PASS [ 31.270s] (1721/3443) omicron-nexus app::sagas::disk_create::test::test_readonly_disk_actions_succeed_idempotently
75502026-09-15T04:02:39.401Z PASS [ 16.625s] (1722/3443) omicron-nexus app::sagas::instance_start::test::test_saga_basic_usage_succeeds
75512026-09-15T04:02:39.482Z PASS [ 19.522s] (1723/3443) omicron-nexus app::sagas::instance_ip_detach::test::test_saga_basic_usage_succeeds
75522026-09-15T04:02:39.678Z PASS [ 19.824s] (1724/3443) omicron-nexus app::sagas::instance_ip_detach::test::test_actions_succeed_idempotently
75532026-09-15T04:02:40.504Z PASS [ 19.751s] (1725/3443) omicron-nexus app::sagas::instance_start::test::should_start_with_dead_switch
75542026-09-15T04:02:41.818Z PASS [ 25.980s] (1726/3443) omicron-nexus app::sagas::instance_create::test::test_actions_succeed_idempotently
75552026-09-15T04:02:42.805Z PASS [ 21.397s] (1727/3443) omicron-nexus app::sagas::instance_start::test::test_cannot_start_local_storage_disk_gone
75562026-09-15T04:02:42.918Z PASS [ 34.723s] (1728/3443) omicron-nexus app::sagas::disk_create::test::test_saga_basic_usage_succeeds
75572026-09-15T04:02:43.232Z PASS [ 33.053s] (1729/3443) omicron-nexus app::sagas::disk_delete::test::test_actions_succeed_idempotently
75582026-09-15T04:02:43.938Z PASS [ 20.627s] (1730/3443) omicron-nexus app::sagas::instance_update::test::destroyed_update_can_complete_with_dead_switch
75592026-09-15T04:02:48.338Z PASS [ 35.712s] (1731/3443) omicron-nexus app::sagas::disk_delete::test::test_delete_local_disk_backed_by_expunged_sled
75602026-09-15T04:02:50.244Z PASS [ 33.870s] (1732/3443) omicron-nexus app::sagas::instance_create::test::test_saga_basic_usage_succeeds
75612026-09-15T04:02:50.929Z PASS [ 36.190s] (1733/3443) omicron-nexus app::sagas::image_create::test::test_saga_basic_usage_succeeds_silo
75622026-09-15T04:02:51.371Z PASS [ 34.449s] (1734/3443) omicron-nexus app::sagas::instance_delete::test::test_actions_succeed_idempotently
75632026-09-15T04:02:51.813Z PASS [ 38.091s] (1735/3443) omicron-nexus app::sagas::image_create::test::test_actions_succeed_idempotently
75642026-09-15T04:02:52.131Z PASS [ 19.355s] (1736/3443) omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_actions_succeed_idempotently
75652026-09-15T04:02:53.477Z PASS [ 38.802s] (1737/3443) omicron-nexus app::sagas::image_create::test::test_saga_basic_usage_succeeds_project
75662026-09-15T04:02:53.723Z PASS [ 19.375s] (1738/3443) omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_succeeds
75672026-09-15T04:02:54.308Z PASS [ 24.616s] (1739/3443) omicron-nexus app::sagas::instance_update::test::migration_update_can_complete_with_dead_switch
75682026-09-15T04:02:56.488Z PASS [ 43.644s] (1740/3443) omicron-nexus app::sagas::disk_delete::test::test_delete_local_disk_backed_by_expunged_zpool
75692026-09-15T04:03:00.995Z PASS [ 22.757s] (1741/3443) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_succeeds
75702026-09-15T04:03:02.231Z PASS [ 22.748s] (1742/3443) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_succeeds
75712026-09-15T04:03:02.466Z PASS [ 23.222s] (1743/3443) omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_succeeds
75722026-09-15T04:03:02.728Z PASS [ 25.119s] (1744/3443) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_actions_succeed_idempotently
75732026-09-15T04:03:02.955Z PASS [ 24.367s] (1745/3443) omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_actions_succeed_idempotently
75742026-09-15T04:03:03.564Z PASS [ 23.887s] (1746/3443) omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_actions_succeed_idempotently
75752026-09-15T04:03:03.625Z PASS [ 0.060s] (1747/3443) omicron-nexus app::sagas::project_create::test::test_default_vpc_defaults
75762026-09-15T04:03:03.630Z PASS [ 24.375s] (1748/3443) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_actions_succeed_idempotently
75772026-09-15T04:03:04.408Z PASS [ 22.589s] (1749/3443) omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_succeeds
75782026-09-15T04:03:05.082Z SLOW [>180.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
75792026-09-15T04:03:06.431Z PASS [ 23.203s] (1750/3443) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_succeeds
75802026-09-15T04:03:06.687Z PASS [ 23.881s] (1751/3443) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_actions_succeed_idempotently
75812026-09-15T04:03:07.338Z PASS [ 47.974s] (1752/3443) omicron-nexus app::sagas::instance_delete::test::test_saga_basic_usage_succeeds
75822026-09-15T04:03:07.753Z PASS [ 23.814s] (1753/3443) omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_actions_succeed_idempotently
75832026-09-15T04:03:13.460Z PASS [ 23.197s] (1754/3443) omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_succeeds
75842026-09-15T04:03:14.490Z PASS [ 12.253s] (1755/3443) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_params_serialization
75852026-09-15T04:03:14.663Z PASS [ 12.194s] (1756/3443) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_saga_dag_structure
75862026-09-15T04:03:15.762Z PASS [ 13.033s] (1757/3443) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_saga_handles_missing_groups
75872026-09-15T04:03:16.244Z PASS [ 25.264s] (1758/3443) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_actions_succeed_idempotently
75882026-09-15T04:03:16.291Z PASS [ 22.814s] (1759/3443) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_succeeds
75892026-09-15T04:03:16.361Z PASS [ 0.067s] (1760/3443) omicron-nexus app::sagas::snapshot_create::test::test_create_snapshot_from_disk_modify_request
75902026-09-15T04:03:16.408Z PASS [ 22.697s] (1761/3443) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_succeeds
75912026-09-15T04:03:16.550Z PASS [ 12.919s] (1762/3443) omicron-nexus app::sagas::region_replacement_finish::test::test_region_replacement_finish_saga
75922026-09-15T04:03:16.754Z PASS [ 24.940s] (1763/3443) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_actions_succeed_idempotently
75932026-09-15T04:03:17.559Z PASS [ 13.932s] (1764/3443) omicron-nexus app::sagas::project_create::test::test_saga_basic_usage_succeeds
75942026-09-15T04:03:17.671Z PASS [ 14.708s] (1765/3443) omicron-nexus app::sagas::multicast_group_dpd_ensure::test::test_saga_rejects_non_creating_state
75952026-09-15T04:03:17.974Z PASS [ 21.484s] (1766/3443) omicron-nexus app::sagas::instance_update::test::test_start_saga_actions_succeed_idempotently
75962026-09-15T04:03:19.299Z PASS [ 12.812s] (1767/3443) omicron-nexus app::sagas::region_replacement_start::test::test_find_only_new_region
75972026-09-15T04:03:19.725Z PASS [ 12.386s] (1768/3443) omicron-nexus app::sagas::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_saga
75982026-09-15T04:03:21.208Z PASS [ 20.213s] (1769/3443) omicron-nexus app::sagas::instance_update::test::test_start_saga_fails_when_instance_deleted
75992026-09-15T04:03:23.413Z PASS [ 29.105s] (1770/3443) omicron-nexus app::sagas::instance_update::test::test_start_saga_action_failure_can_unwind
76002026-09-15T04:03:23.479Z PASS [ 0.066s] (1771/3443) omicron-nexus app::sagas::vpc_create::test::test_should_create_default_subnet
76012026-09-15T04:03:28.094Z PASS [ 11.856s] (1772/3443) omicron-nexus app::sagas::region_snapshot_replacement_step_garbage_collect::test::test_region_snapshot_replacement_step_garbage_collect_saga
76022026-09-15T04:03:30.541Z PASS [ 23.854s] (1773/3443) omicron-nexus app::sagas::region_replacement_start::test::test_region_replacement_start_saga
76032026-09-15T04:03:31.175Z PASS [ 11.451s] (1774/3443) omicron-nexus app::sagas::test_saga::test_saga_stuck
76042026-09-15T04:03:32.671Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
76052026-09-15T04:03:34.586Z PASS [ 17.829s] (1775/3443) omicron-nexus app::sagas::subnet_attach::test::detaching_all_instance_subnets_does_not_delete_subnets
76062026-09-15T04:03:37.629Z PASS [ 17.496s] (1776/3443) omicron-nexus app::sagas::subnet_attach::test::test_actions_succeed_idempotently
76072026-09-15T04:03:37.637Z PASS [ 14.335s] (1777/3443) omicron-nexus app::sagas::vpc_create::test::test_saga_basic_usage_succeeds
76082026-09-15T04:03:37.637Z PASS [ 18.225s] (1778/3443) omicron-nexus app::sagas::subnet_attach::test::test_saga_basic_usage_succeeds
76092026-09-15T04:03:37.637Z PASS [ 18.334s] (1779/3443) omicron-nexus app::sagas::subnet_detach::test::test_actions_succeed_idempotently
76102026-09-15T04:03:37.637Z PASS [ 12.976s] (1780/3443) omicron-nexus app::sagas::vpc_subnet_create::test::test_actions_succeed_idempotently
76112026-09-15T04:03:37.637Z PASS [ 18.063s] (1781/3443) omicron-nexus app::sagas::subnet_detach::test::test_saga_basic_usage_succeeds
76122026-09-15T04:03:37.997Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
76132026-09-15T04:03:38.385Z SLOW [>300.000s] (─────────) oximeter-db client::tests::test_replicated
76142026-09-15T04:03:39.199Z PASS [ 58.694s] (1782/3443) omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_can_unwind
76152026-09-15T04:03:39.207Z PASS [ 11.156s] (1783/3443) omicron-nexus app::sagas::vpc_subnet_create::test::test_saga_basic_usage_succeeds
76162026-09-15T04:03:39.218Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
76172026-09-15T04:03:39.405Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
76182026-09-15T04:03:42.067Z PASS [ 11.525s] (1784/3443) omicron-nexus app::sagas::vpc_subnet_delete::test::test_actions_succeed_idempotently
76192026-09-15T04:03:42.921Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
76202026-09-15T04:03:43.026Z PASS [ 11.852s] (1785/3443) omicron-nexus app::sagas::vpc_subnet_delete::test::test_saga_basic_usage_succeeds
76212026-09-15T04:03:46.025Z PASS [ 73.355s] (1786/3443) omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
76222026-09-15T04:03:47.239Z PASS [ 31.476s] (1787/3443) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_saga
76232026-09-15T04:03:47.848Z PASS [ 12.304s] (1788/3443) omicron-nexus app::update::test::test_contact_support_all_unhealthy
76242026-09-15T04:03:48.301Z PASS [ 13.717s] (1789/3443) omicron-nexus app::sagas::vpc_subnet_update::test::test_actions_succeed_idempotently
76252026-09-15T04:03:48.341Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind
76262026-09-15T04:03:48.421Z PASS [ 12.531s] (1790/3443) omicron-nexus app::update::test::test_contact_support_healthy_system
76272026-09-15T04:03:48.649Z PASS [ 12.193s] (1791/3443) omicron-nexus app::update::test::test_contact_support_missing_sleds
76282026-09-15T04:03:48.912Z PASS [ 12.605s] (1792/3443) omicron-nexus app::update::test::test_contact_support_healthy_zpools_unhealthy_services
76292026-09-15T04:03:48.995Z PASS [ 13.941s] (1793/3443) omicron-nexus app::sagas::vpc_subnet_update::test::test_saga_basic_usage_succeeds
76302026-09-15T04:03:48.999Z PASS [ 0.083s] (1794/3443) omicron-nexus app::update::test::test_problems_all_unhealthy
76312026-09-15T04:03:49.134Z PASS [ 0.138s] (1795/3443) omicron-nexus app::update::test::test_problems_healthy_system
76322026-09-15T04:03:49.147Z PASS [ 0.152s] (1796/3443) omicron-nexus app::update::test::test_problems_missing_sleds
76332026-09-15T04:03:49.294Z PASS [ 0.160s] (1797/3443) omicron-nexus app::update::test::test_problems_stale_inventory
76342026-09-15T04:03:49.351Z PASS [ 0.203s] (1798/3443) omicron-nexus app::update::test::test_problems_stuck_sagas
76352026-09-15T04:03:49.385Z PASS [ 0.091s] (1799/3443) omicron-nexus app::update::test::test_problems_stuck_sagas_and_unhealthy_zpools
76362026-09-15T04:03:49.439Z PASS [ 0.087s] (1800/3443) omicron-nexus app::update::test::test_problems_stuck_sagas_error_message
76372026-09-15T04:03:49.468Z PASS [ 0.084s] (1801/3443) omicron-nexus app::update::test::test_problems_stuck_update
76382026-09-15T04:03:49.532Z PASS [ 0.094s] (1802/3443) omicron-nexus app::update::test::test_problems_target_recently_requested_stale_blueprint
76392026-09-15T04:03:49.556Z PASS [ 0.087s] (1803/3443) omicron-nexus app::update::test::test_problems_unhealthy_services
76402026-09-15T04:03:49.616Z PASS [ 0.083s] (1804/3443) omicron-nexus app::update::test::test_problems_unhealthy_services_command_error
76412026-09-15T04:03:49.645Z PASS [ 0.090s] (1805/3443) omicron-nexus app::update::test::test_problems_unhealthy_services_errors_only
76422026-09-15T04:03:49.721Z PASS [ 0.105s] (1806/3443) omicron-nexus app::update::test::test_problems_unhealthy_services_only_propolis
76432026-09-15T04:03:49.726Z PASS [ 12.415s] (1807/3443) omicron-nexus app::update::test::test_contact_support_mixed_propolis_and_other_services
76442026-09-15T04:03:49.726Z PASS [ 0.080s] (1808/3443) omicron-nexus app::update::test::test_problems_unhealthy_services_propolis_and_other
76452026-09-15T04:03:49.895Z PASS [ 0.172s] (1809/3443) omicron-nexus app::update::test::test_problems_unhealthy_zpools
76462026-09-15T04:03:49.902Z PASS [ 0.176s] (1810/3443) omicron-nexus app::update::test::test_problems_update_in_progress_not_stuck_is_not_a_problem
76472026-09-15T04:03:49.915Z PASS [ 0.194s] (1811/3443) omicron-nexus app::update::test::test_problems_unhealthy_svcs_not_in_maintenace
76482026-09-15T04:03:49.959Z PASS [ 0.057s] (1812/3443) omicron-nexus external_api::console_api::test::test_accept_gz
76492026-09-15T04:03:49.987Z PASS [ 0.071s] (1813/3443) omicron-nexus external_api::console_api::test::test_find_file_404_on_directory
76502026-09-15T04:03:50.023Z PASS [ 0.063s] (1814/3443) omicron-nexus external_api::console_api::test::test_find_file_404_on_illegal_segment
76512026-09-15T04:03:50.047Z PASS [ 0.060s] (1815/3443) omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent
76522026-09-15T04:03:50.084Z PASS [ 0.061s] (1816/3443) omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent_nested
76532026-09-15T04:03:50.112Z PASS [ 0.065s] (1817/3443) omicron-nexus external_api::console_api::test::test_find_file_404_on_symlink
76542026-09-15T04:03:50.146Z PASS [ 0.062s] (1818/3443) omicron-nexus external_api::console_api::test::test_find_file_finds_file
76552026-09-15T04:03:50.177Z PASS [ 0.065s] (1819/3443) omicron-nexus external_api::console_api::test::test_find_file_race_does_not_escape_root
76562026-09-15T04:03:50.210Z PASS [ 0.063s] (1820/3443) omicron-nexus external_api::console_api::test::test_find_file_wont_follow_symlink
76572026-09-15T04:03:50.237Z PASS [ 0.060s] (1821/3443) omicron-nexus external_api::console_api::test::test_relative_uri
76582026-09-15T04:03:50.661Z PASS [ 34.252s] (1822/3443) omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_set
76592026-09-15T04:03:51.374Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
76602026-09-15T04:03:51.772Z PASS [ 12.572s] (1823/3443) omicron-nexus app::update::test::test_contact_support_only_propolis_services
76612026-09-15T04:03:51.871Z PASS [ 12.664s] (1824/3443) omicron-nexus app::update::test::test_contact_support_services_errors_only
76622026-09-15T04:03:52.018Z PASS [ 2.123s] (1825/3443) omicron-nexus cidata::tests::build_vfat_works_with_arbitrarily_sized_input
76632026-09-15T04:03:52.134Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
76642026-09-15T04:03:52.719Z PASS [ 64.381s] (1826/3443) omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind
76652026-09-15T04:03:53.804Z PASS [ 11.737s] (1827/3443) omicron-nexus app::update::test::test_contact_support_stuck_saga
76662026-09-15T04:03:54.998Z PASS [ 11.971s] (1828/3443) omicron-nexus app::update::test::test_contact_support_stuck_update
76672026-09-15T04:03:57.715Z PASS [ 11.690s] (1829/3443) omicron-nexus app::update::test::test_contact_support_target_recently_requested_stale_blueprint
76682026-09-15T04:03:59.658Z PASS [ 12.419s] (1830/3443) omicron-nexus app::update::test::test_contact_support_target_set_but_components_on_old_version
76692026-09-15T04:04:00.177Z PASS [ 12.329s] (1831/3443) omicron-nexus app::update::test::test_contact_support_unhealthy_svcs_not_in_maintenace
76702026-09-15T04:04:01.126Z PASS [ 12.705s] (1832/3443) omicron-nexus app::update::test::test_contact_support_unhealthy_zpools_healthy_services
76712026-09-15T04:04:01.374Z PASS [ 12.725s] (1833/3443) omicron-nexus app::update::test::test_contact_support_update_in_progress
76722026-09-15T04:04:01.673Z PASS [ 13.372s] (1834/3443) omicron-nexus app::update::test::test_contact_support_unhealthy_zpools_and_services
76732026-09-15T04:04:02.923Z PASS [ 58.514s] (1835/3443) omicron-nexus app::sagas::region_replacement_start::test::test_actions_succeed_idempotently
76742026-09-15T04:04:03.332Z PASS [ 49.890s] (1836/3443) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_no_leak_region
76752026-09-15T04:04:04.018Z PASS [ 13.780s] (1837/3443) omicron-nexus::test_all integration_tests::address_lots::test_address_lot_basic_crud
76762026-09-15T04:04:04.172Z PASS [ 56.419s] (1838/3443) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_actions_succeed_idempotently
76772026-09-15T04:04:04.292Z PASS [ 49.808s] (1839/3443) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_hail_mary
76782026-09-15T04:04:04.487Z PASS [ 13.826s] (1840/3443) omicron-nexus::test_all integration_tests::address_lots::test_address_lot_invalid_range
76792026-09-15T04:04:05.059Z PASS [ 48.510s] (1841/3443) omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_unset
76802026-09-15T04:04:05.084Z SLOW [>240.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
76812026-09-15T04:04:05.619Z PASS [ 0.559s] (1842/3443) omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_unconfigured
76822026-09-15T04:04:06.617Z PASS [ 2.326s] (1843/3443) omicron-nexus::test_all integration_tests::authn_http::test_authn_session_cookie
76832026-09-15T04:04:06.983Z PASS [ 2.496s] (1844/3443) omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_allowed
76842026-09-15T04:04:07.562Z PASS [ 51.203s] (1845/3443) omicron-nexus app::sagas::snapshot_create::test::test_saga_basic_usage_succeeds
76852026-09-15T04:04:11.579Z PASS [ 18.860s] (1846/3443) omicron-nexus::test_all integration_tests::affinity::test_affinity_instance_group_list
76862026-09-15T04:04:11.733Z PASS [ 19.962s] (1847/3443) omicron-nexus::test_all integration_tests::affinity::test_affinity_group_crud
76872026-09-15T04:04:12.590Z PASS [ 20.720s] (1848/3443) omicron-nexus::test_all integration_tests::affinity::test_affinity_group_project_selector
76882026-09-15T04:04:13.499Z PASS [ 13.323s] (1849/3443) omicron-nexus::test_all integration_tests::alerts::test_alert_list_and_view
76892026-09-15T04:04:14.661Z SLOW [> 60.000s] (─────────) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_prefer_not_self
76902026-09-15T04:04:14.801Z PASS [ 20.997s] (1850/3443) omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_crud
76912026-09-15T04:04:15.337Z PASS [ 13.963s] (1851/3443) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_access_token_auth
76922026-09-15T04:04:15.431Z PASS [ 20.433s] (1852/3443) omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_project_selector
76932026-09-15T04:04:15.468Z PASS [ 60.809s] (1853/3443) omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_prefer_not_self
76942026-09-15T04:04:16.504Z PASS [ 16.846s] (1854/3443) omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_instance_group_list
76952026-09-15T04:04:17.318Z PASS [ 16.192s] (1855/3443) omicron-nexus::test_all integration_tests::allow_list::test_allow_list
76962026-09-15T04:04:17.458Z PASS [ 13.286s] (1856/3443) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_scim_token_auth
76972026-09-15T04:04:18.635Z PASS [ 13.015s] (1857/3443) omicron-nexus::test_all integration_tests::authz::test_cannot_read_others_ssh_keys
76982026-09-15T04:04:19.691Z PASS [ 13.073s] (1858/3443) omicron-nexus::test_all integration_tests::authz::test_list_silo_idps_for_unpriv
76992026-09-15T04:04:19.722Z PASS [ 12.160s] (1859/3443) omicron-nexus::test_all integration_tests::authz::test_session_me_for_unpriv
77002026-09-15T04:04:20.186Z PASS [ 100.969s] (1860/3443) omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
77012026-09-15T04:04:20.481Z PASS [ 13.498s] (1861/3443) omicron-nexus::test_all integration_tests::authz::test_list_silo_users_for_unpriv
77022026-09-15T04:04:20.865Z PASS [ 28.848s] (1862/3443) omicron-nexus::test_all integration_tests::affinity::test_affinity_group_usage
77032026-09-15T04:04:21.806Z PASS [ 18.472s] (1863/3443) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_list
77042026-09-15T04:04:22.271Z PASS [ 90.900s] (1864/3443) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
77052026-09-15T04:04:23.121Z PASS [ 11.387s] (1865/3443) omicron-nexus::test_all integration_tests::basic::test_basic_failures
77062026-09-15T04:04:23.233Z PASS [ 91.102s] (1866/3443) omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
77072026-09-15T04:04:24.267Z PASS [ 20.249s] (1867/3443) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_login_local
77082026-09-15T04:04:24.474Z PASS [ 0.206s] (1868/3443) omicron-nexus::test_all integration_tests::commands::test_nexus_no_args
77092026-09-15T04:04:24.593Z PASS [ 13.013s] (1869/3443) omicron-nexus::test_all integration_tests::authz::test_silo_read_for_unpriv
77102026-09-15T04:04:24.620Z PASS [ 1.499s] (1870/3443) omicron-nexus::test_all integration_tests::commands::test_nexus_bad_config
77112026-09-15T04:04:25.085Z PASS [ 11.586s] (1871/3443) omicron-nexus::test_all integration_tests::basic::test_ping
77122026-09-15T04:04:25.330Z PASS [ 2.097s] (1872/3443) omicron-nexus::test_all integration_tests::commands::test_nexus_invalid_config
77132026-09-15T04:04:25.923Z PASS [ 11.121s] (1873/3443) omicron-nexus::test_all integration_tests::basic::test_ping_on_second_external_address
77142026-09-15T04:04:26.693Z PASS [ 108.699s] (1874/3443) omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
77152026-09-15T04:04:26.810Z PASS [ 29.095s] (1875/3443) omicron-nexus::test_all integration_tests::affinity::test_anti_affinity_group_usage
77162026-09-15T04:04:27.190Z PASS [ 11.722s] (1876/3443) omicron-nexus::test_all integration_tests::bfd::test_empty_bfd_status
77172026-09-15T04:04:28.640Z PASS [ 25.718s] (1877/3443) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_create_delete_ops
77182026-09-15T04:04:28.926Z PASS [ 12.423s] (1878/3443) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_cert
77192026-09-15T04:04:29.507Z PASS [ 12.049s] (1879/3443) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_expired_cert
77202026-09-15T04:04:32.603Z PASS [ 12.748s] (1880/3443) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_key
77212026-09-15T04:04:32.611Z PASS [ 11.988s] (1881/3443) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_incorrect_subject_alt_name
77222026-09-15T04:04:32.611Z PASS [ 11.552s] (1882/3443) omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_mismatched_key
77232026-09-15T04:04:32.611Z PASS [ 109.272s] (1883/3443) omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
77242026-09-15T04:04:35.318Z PASS [ 12.891s] (1884/3443) omicron-nexus::test_all integration_tests::certificates::test_not_found_before_creation
77252026-09-15T04:04:35.355Z PASS [ 12.847s] (1885/3443) omicron-nexus::test_all integration_tests::cockroach::test_cockroach_admin_server
77262026-09-15T04:04:35.356Z PASS [ 12.632s] (1886/3443) omicron-nexus::test_all integration_tests::cockroach::test_cockroach_http_node_status
77272026-09-15T04:04:35.384Z PASS [ 15.073s] (1887/3443) omicron-nexus::test_all integration_tests::certificates::test_crud
77282026-09-15T04:04:35.384Z PASS [ 12.637s] (1888/3443) omicron-nexus::test_all integration_tests::cockroach::test_cockroach_http_prometheus_metrics
77292026-09-15T04:04:35.384Z PASS [ 22.411s] (1889/3443) omicron-nexus::test_all integration_tests::basic::test_gzip_compression
77302026-09-15T04:04:35.384Z PASS [ 19.930s] (1890/3443) omicron-nexus::test_all integration_tests::basic::test_projects_basic
77312026-09-15T04:04:36.223Z PASS [ 11.580s] (1891/3443) omicron-nexus::test_all integration_tests::console_api::test_bad_redirect_uri
77322026-09-15T04:04:36.254Z PASS [ 11.661s] (1892/3443) omicron-nexus::test_all integration_tests::console_api::test_assets
77332026-09-15T04:04:36.977Z PASS [ 11.931s] (1893/3443) omicron-nexus::test_all integration_tests::console_api::test_absolute_static_dir
77342026-09-15T04:04:38.386Z SLOW [>360.000s] (─────────) oximeter-db client::tests::test_replicated
77352026-09-15T04:04:38.408Z PASS [ 12.485s] (1894/3443) omicron-nexus::test_all integration_tests::console_api::test_login_redirect_simple
77362026-09-15T04:04:38.566Z PASS [ 360.197s] (1895/3443) oximeter-db client::tests::test_replicated
77372026-09-15T04:04:38.751Z PASS [ 48.541s] (1896/3443) omicron-nexus populate::test::test_populators
77382026-09-15T04:04:39.405Z SLOW [>120.000s] (─────────) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
77392026-09-15T04:04:40.082Z PASS [ 12.891s] (1897/3443) omicron-nexus::test_all integration_tests::console_api::test_session_me_groups
77402026-09-15T04:04:40.157Z PASS [ 24.726s] (1898/3443) omicron-nexus::test_all integration_tests::basic::test_projects_list
77412026-09-15T04:04:40.198Z PASS [ 1.632s] (1899/3443) omicron-clickhouse-admin context::tests::test_database_usage
77422026-09-15T04:04:40.228Z PASS [ 0.029s] (1900/3443) omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_1
77432026-09-15T04:04:40.257Z PASS [ 0.030s] (1901/3443) omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_2
77442026-09-15T04:04:40.290Z PASS [ 0.033s] (1902/3443) omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_3
77452026-09-15T04:04:40.319Z PASS [ 0.028s] (1903/3443) omicron-clickhouse-admin context::tests::test_read_generation_from_file_none
77462026-09-15T04:04:40.347Z PASS [ 0.028s] (1904/3443) omicron-clickhouse-admin context::tests::test_read_generation_from_file_success
77472026-09-15T04:04:41.532Z PASS [ 14.722s] (1905/3443) omicron-nexus::test_all integration_tests::console_api::test_session_me
77482026-09-15T04:04:41.672Z PASS [ 12.745s] (1906/3443) omicron-nexus::test_all integration_tests::console_api::test_unauthed_console_pages
77492026-09-15T04:04:41.730Z PASS [ 21.249s] (1907/3443) omicron-nexus::test_all integration_tests::certificates::test_silo_certificates
77502026-09-15T04:04:41.976Z PASS [ 1.629s] (1908/3443) omicron-clickhouse-admin context::tests::test_retention_policy
77512026-09-15T04:04:42.340Z PASS [ 17.254s] (1909/3443) omicron-nexus::test_all integration_tests::console_api::test_console_pages
77522026-09-15T04:04:42.827Z PASS [ 0.851s] (1910/3443) omicron-clickhouse-admin::integration_test test_keeper_cluster_membership
77532026-09-15T04:04:42.930Z PASS [ 16.237s] (1911/3443) omicron-nexus::test_all integration_tests::console_api::test_session_idle_timeout_deletes_session
77542026-09-15T04:04:43.075Z PASS [ 0.248s] (1912/3443) omicron-clickhouse-admin::integration_test test_keeper_conf_parsing
77552026-09-15T04:04:43.530Z PASS [ 0.454s] (1913/3443) omicron-clickhouse-admin::integration_test test_lgif_parsing
77562026-09-15T04:04:43.754Z PASS [ 0.226s] (1914/3443) omicron-clickhouse-admin::integration_test test_raft_config_parsing
77572026-09-15T04:04:43.871Z PASS [ 0.116s] (1915/3443) omicron-clickhouse-admin::integration_test test_teardown
77582026-09-15T04:04:44.007Z PASS [ 0.135s] (1916/3443) oximeter-db client::tests::check_actual_schema_upgrades_are_valid_replicated
77592026-09-15T04:04:44.241Z PASS [ 18.911s] (1917/3443) omicron-nexus::test_all integration_tests::console_api::test_login_redirect_multiple_silos
77602026-09-15T04:04:46.247Z PASS [ 17.606s] (1918/3443) omicron-nexus::test_all integration_tests::console_api::test_sessions
77612026-09-15T04:04:52.474Z PASS [ 10.803s] (1919/3443) omicron-nexus::test_all integration_tests::demo_saga::test_demo_saga
77622026-09-15T04:04:53.239Z PASS [ 10.308s] (1920/3443) omicron-nexus::test_all integration_tests::device_auth::test_device_token_cannot_exceed_auth_token_expiration
77632026-09-15T04:04:53.489Z PASS [ 11.150s] (1921/3443) omicron-nexus::test_all integration_tests::device_auth::test_device_auth_flow
77642026-09-15T04:04:53.914Z PASS [ 9.673s] (1922/3443) omicron-nexus::test_all integration_tests::device_auth::test_device_token_clamps_to_auth_token_when_no_ttl_specified
77652026-09-15T04:04:57.776Z PASS [ 138.374s] (1923/3443) omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
77662026-09-15T04:04:59.472Z PASS [ 13.225s] (1924/3443) omicron-nexus::test_all integration_tests::device_auth::test_device_token_expiration
77672026-09-15T04:04:59.550Z PASS [ 17.820s] (1925/3443) omicron-nexus::test_all integration_tests::device_auth::test_admin_logout_deletes_tokens_and_sessions
77682026-09-15T04:05:00.915Z PASS [ 7.675s] (1926/3443) omicron-nexus::test_all integration_tests::device_auth::test_device_token_request_ttl_invalid
77692026-09-15T04:05:01.675Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_coverage
77702026-09-15T04:05:04.896Z PASS [ 12.422s] (1927/3443) omicron-nexus::test_all integration_tests::device_auth::test_device_token_request_ttl
77712026-09-15T04:05:05.085Z SLOW [>300.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
77722026-09-15T04:05:05.180Z PASS [ 11.690s] (1928/3443) omicron-nexus::test_all integration_tests::device_auth::test_session_auth_does_not_clamp_device_token_ttl
77732026-09-15T04:05:05.806Z PASS [ 29.605s] (1929/3443) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_does_not_create_freed_region
77742026-09-15T04:05:11.034Z PASS [ 41.527s] (1930/3443) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_replacement_done
77752026-09-15T04:05:13.411Z PASS [ 43.345s] (1931/3443) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_requested
77762026-09-15T04:05:21.738Z PASS [ 46.736s] (1932/3443) omicron-nexus::test_all integration_tests::crucible_replacements::test_racing_replacements_for_soft_deleted_disk_volume
77772026-09-15T04:05:24.761Z PASS [ 30.846s] (1933/3443) omicron-nexus::test_all integration_tests::device_auth::test_session_list_excludes_expired
77782026-09-15T04:05:25.014Z PASS [ 44.856s] (1934/3443) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice
77792026-09-15T04:05:27.393Z PASS [ 52.598s] (1935/3443) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_running
77802026-09-15T04:05:28.228Z PASS [ 86.554s] (1936/3443) omicron-nexus::test_all integration_tests::audit_log::test_audit_log_coverage
77812026-09-15T04:05:30.625Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running
77822026-09-15T04:05:31.245Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running_on_pantry
77832026-09-15T04:05:32.193Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_replacement_done
77842026-09-15T04:05:33.008Z PASS [ 59.932s] (1937/3443) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested
77852026-09-15T04:05:33.648Z PASS [ 22.614s] (1938/3443) omicron-nexus::test_all integration_tests::disks::test_disk_create_for_importing
77862026-09-15T04:05:33.715Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_2
77872026-09-15T04:05:33.917Z PASS [ 60.205s] (1939/3443) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_2
77882026-09-15T04:05:34.438Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_3
77892026-09-15T04:05:34.910Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_step
77902026-09-15T04:05:35.269Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_read_only_replacement_sanity
77912026-09-15T04:05:36.257Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity
77922026-09-15T04:05:36.407Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity_2
77932026-09-15T04:05:36.628Z PASS [ 62.191s] (1940/3443) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_3
77942026-09-15T04:05:37.437Z PASS [ 36.523s] (1941/3443) omicron-nexus::test_all integration_tests::disks::test_delete_local_storage_disk_retries_on_transient_error
77952026-09-15T04:05:38.426Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_snapshot_replacement_step_after_rop_remove
77962026-09-15T04:05:38.752Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_snapshot_replacement_step_after_rop_remove_target_gone
77972026-09-15T04:05:40.083Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity
77982026-09-15T04:05:41.535Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice_after_snapshot_delete
77992026-09-15T04:05:43.318Z PASS [ 72.075s] (1942/3443) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running_on_pantry
78002026-09-15T04:05:44.009Z SLOW [> 60.000s] (─────────) oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated
78012026-09-15T04:05:44.226Z PASS [ 60.220s] (1943/3443) oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated
78022026-09-15T04:05:44.462Z PASS [ 38.656s] (1944/3443) omicron-nexus::test_all integration_tests::disks::test_disk_create_disk_that_already_exists_fails
78032026-09-15T04:05:44.710Z PASS [ 64.627s] (1945/3443) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity
78042026-09-15T04:05:47.042Z PASS [ 14.034s] (1946/3443) omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_greater_than_max_disk_size_bytes
78052026-09-15T04:05:47.280Z PASS [ 3.053s] (1947/3443) oximeter-db client::tests::test_apply_one_schema_upgrade_replicated
78062026-09-15T04:05:48.642Z PASS [ 14.994s] (1948/3443) omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_less_than_min_disk_size_bytes
78072026-09-15T04:05:49.024Z PASS [ 73.756s] (1949/3443) omicron-nexus::test_all integration_tests::crucible_replacements::test_read_only_replacement_sanity
78082026-09-15T04:05:49.038Z PASS [ 20.811s] (1950/3443) omicron-nexus::test_all integration_tests::disks::test_disk_region_creation_failure
78092026-09-15T04:05:50.403Z PASS [ 52.627s] (1951/3443) omicron-nexus::test_all integration_tests::disks::test_cannot_snapshot_read_only_disk
78102026-09-15T04:05:51.658Z PASS [ 15.029s] (1952/3443) omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_min_disk_size
78112026-09-15T04:05:52.724Z PASS [ 18.807s] (1953/3443) omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_block_size
78122026-09-15T04:05:54.576Z PASS [ 49.397s] (1954/3443) omicron-nexus::test_all integration_tests::disks::test_disk_create_attach_detach_delete
78132026-09-15T04:05:56.633Z PASS [ 57.160s] (1955/3443) omicron-nexus::test_all integration_tests::disks::test_create_read_only_disk_from_image
78142026-09-15T04:05:56.969Z PASS [ 78.560s] (1956/3443) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_snapshot_replacement_step_after_rop_remove
78152026-09-15T04:05:59.389Z PASS [ 12.109s] (1957/3443) oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_replicated
78162026-09-15T04:05:59.477Z PASS [ 88.853s] (1958/3443) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running
78172026-09-15T04:05:59.552Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::disks::test_create_read_only_disk_from_snapshot
78182026-09-15T04:06:01.031Z PASS [ 33.638s] (1959/3443) omicron-nexus::test_all integration_tests::disks::test_disk_not_found_before_creation
78192026-09-15T04:06:01.685Z PASS [ 17.223s] (1960/3443) omicron-nexus::test_all integration_tests::disks::test_disk_too_big
78202026-09-15T04:06:02.819Z PASS [ 90.628s] (1961/3443) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_replacement_done
78212026-09-15T04:06:02.881Z PASS [ 87.973s] (1962/3443) omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_step
78222026-09-15T04:06:03.764Z PASS [ 50.352s] (1963/3443) omicron-nexus::test_all integration_tests::disks::test_disk_creation_region_requested_then_started
78232026-09-15T04:06:04.899Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::disks::test_disk_backed_by_multiple_region_sets
78242026-09-15T04:06:05.087Z SLOW [>360.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
78252026-09-15T04:06:05.432Z PASS [ 43.694s] (1964/3443) omicron-nexus::test_all integration_tests::disks::test_disk_expunge
78262026-09-15T04:06:06.180Z PASS [ 21.470s] (1965/3443) omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection
78272026-09-15T04:06:09.182Z PASS [ 17.525s] (1966/3443) omicron-nexus::test_all integration_tests::disks::test_no_halt_disk_delete_one_region_on_expunged_agent
78282026-09-15T04:06:10.737Z PASS [ 21.699s] (1967/3443) omicron-nexus::test_all integration_tests::disks::test_list_all_types_of_disk
78292026-09-15T04:06:10.913Z PASS [ 94.658s] (1968/3443) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity
78302026-09-15T04:06:12.036Z PASS [ 47.022s] (1969/3443) omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances
78312026-09-15T04:06:12.928Z PASS [ 68.031s] (1970/3443) omicron-nexus::test_all integration_tests::disks::test_disk_backed_by_multiple_region_sets
78322026-09-15T04:06:13.055Z PASS [ 73.504s] (1971/3443) omicron-nexus::test_all integration_tests::disks::test_create_read_only_disk_from_snapshot
78332026-09-15T04:06:13.480Z PASS [ 36.042s] (1972/3443) omicron-nexus::test_all integration_tests::disks::test_disk_size_accounting
78342026-09-15T04:06:13.524Z PASS [ 94.773s] (1973/3443) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_snapshot_replacement_step_after_rop_remove_target_gone
78352026-09-15T04:06:15.684Z PASS [ 12.803s] (1974/3443) omicron-nexus::test_all integration_tests::external_ips::can_create_instance_with_ephemeral_ipv6_address
78362026-09-15T04:06:16.394Z PASS [ 12.630s] (1975/3443) omicron-nexus::test_all integration_tests::external_ips::can_create_instance_with_floating_ipv6_address
78372026-09-15T04:06:19.058Z PASS [ 102.652s] (1976/3443) omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity_2
78382026-09-15T04:06:19.591Z PASS [ 18.561s] (1977/3443) omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace
78392026-09-15T04:06:19.595Z PASS [ 54.833s] (1978/3443) omicron-nexus::test_all integration_tests::disks::test_disk_invalid_block_size_rejected
78402026-09-15T04:06:19.681Z PASS [ 14.249s] (1979/3443) omicron-nexus::test_all integration_tests::external_ips::can_list_instance_snat_ip
78412026-09-15T04:06:19.790Z PASS [ 27.065s] (1980/3443) omicron-nexus::test_all integration_tests::disks::test_phantom_disk_rename
78422026-09-15T04:06:20.019Z PASS [ 13.840s] (1981/3443) omicron-nexus::test_all integration_tests::external_ips::cannot_attach_ephemeral_ipv4_to_instance_missing_ipv4_stack
78432026-09-15T04:06:22.005Z PASS [ 31.599s] (1982/3443) omicron-nexus::test_all integration_tests::disks::test_multiple_disks_multiple_zpools
78442026-09-15T04:06:22.538Z PASS [ 25.905s] (1983/3443) omicron-nexus::test_all integration_tests::disks::test_read_only_disk_different_vcr
78452026-09-15T04:06:22.576Z PASS [ 13.394s] (1984/3443) omicron-nexus::test_all integration_tests::external_ips::cannot_attach_ephemeral_ipv6_to_instance_missing_ipv6_stack
78462026-09-15T04:06:24.672Z PASS [ 13.934s] (1985/3443) omicron-nexus::test_all integration_tests::external_ips::cannot_attach_floating_ipv4_to_instance_missing_ipv4_stack
78472026-09-15T04:06:25.647Z PASS [ 22.828s] (1986/3443) omicron-nexus::test_all integration_tests::disks::test_zpool_control_plane_storage_buffer
78482026-09-15T04:06:25.905Z PASS [ 31.328s] (1987/3443) omicron-nexus::test_all integration_tests::disks::test_project_delete_disk_no_auth_idempotent
78492026-09-15T04:06:26.061Z PASS [ 15.149s] (1988/3443) omicron-nexus::test_all integration_tests::external_ips::cannot_attach_floating_ipv6_to_instance_missing_ipv6_stack
78502026-09-15T04:06:28.044Z PASS [ 16.008s] (1989/3443) omicron-nexus::test_all integration_tests::external_ips::no_automatic_snat_for_ipv6
78512026-09-15T04:06:28.064Z PASS [ 28.675s] (1990/3443) omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent_arbitrary
78522026-09-15T04:06:28.224Z PASS [ 39.200s] (1991/3443) omicron-nexus::test_all integration_tests::disks::test_do_not_provision_on_dataset_not_enough
78532026-09-15T04:06:30.257Z PASS [ 30.780s] (1992/3443) omicron-nexus::test_all integration_tests::disks::test_single_region_allocate
78542026-09-15T04:06:30.635Z PASS [ 17.707s] (1993/3443) omicron-nexus::test_all integration_tests::external_ips::test_ephemeral_ip_detach_requires_version_with_dual_stack
78552026-09-15T04:06:30.990Z PASS [ 17.934s] (1994/3443) omicron-nexus::test_all integration_tests::external_ips::test_ephemeral_ip_idempotent_attach_with_exhausted_explicit_pool
78562026-09-15T04:06:31.144Z PASS [ 17.664s] (1995/3443) omicron-nexus::test_all integration_tests::external_ips::test_ephemeral_ip_ip_version_conflict
78572026-09-15T04:06:31.343Z PASS [ 17.819s] (1996/3443) omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_ephemeral_at_pool_exhaustion
78582026-09-15T04:06:32.877Z PASS [ 45.834s] (1997/3443) omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection_failed_delete
78592026-09-15T04:06:34.928Z PASS [ 14.909s] (1998/3443) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_fails_in_other_silo_pool
78602026-09-15T04:06:35.084Z PASS [ 15.492s] (1999/3443) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_access
78612026-09-15T04:06:36.818Z PASS [ 48.174s] (2000/3443) omicron-nexus::test_all integration_tests::disks::test_do_not_provision_on_dataset
78622026-09-15T04:06:37.149Z PASS [ 15.146s] (2001/3443) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_ip_in_use
78632026-09-15T04:06:37.664Z PASS [ 17.982s] (2002/3443) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create
78642026-09-15T04:06:38.376Z PASS [ 15.800s] (2003/3443) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_name_in_use
78652026-09-15T04:06:39.525Z PASS [ 16.988s] (2004/3443) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_ip_not_in_pool
78662026-09-15T04:06:39.567Z PASS [ 23.883s] (2005/3443) omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fail_if_in_use_by_other
78672026-09-15T04:06:39.618Z PASS [ 37.932s] (2006/3443) omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace_not_enough_zpools
78682026-09-15T04:06:40.468Z PASS [ 20.874s] (2007/3443) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_attach_fail_between_projects
78692026-09-15T04:06:40.513Z PASS [ 14.608s] (2008/3443) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_ip_version_conflict
78702026-09-15T04:06:41.508Z PASS [ 15.860s] (2009/3443) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_delete
78712026-09-15T04:06:41.535Z SLOW [>120.000s] (─────────) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice_after_snapshot_delete
78722026-09-15T04:06:42.198Z PASS [ 17.526s] (2010/3443) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_non_admin
78732026-09-15T04:06:42.581Z PASS [ 16.520s] (2011/3443) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_update
78742026-09-15T04:06:43.322Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::disks::test_disk_slot_assignment
78752026-09-15T04:06:43.351Z PASS [ 23.561s] (2012/3443) omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_attachment
78762026-09-15T04:06:45.398Z PASS [ 14.055s] (2013/3443) omicron-nexus::test_all integration_tests::external_subnets::external_subnet_create_nonexistent_pool
78772026-09-15T04:06:46.368Z PASS [ 15.224s] (2014/3443) omicron-nexus::test_all integration_tests::external_subnets::external_subnet_create_name_conflict
78782026-09-15T04:06:47.201Z PASS [ 16.212s] (2015/3443) omicron-nexus::test_all integration_tests::external_subnets::external_subnet_basic_crud
78792026-09-15T04:06:47.886Z PASS [ 15.009s] (2016/3443) omicron-nexus::test_all integration_tests::external_subnets::external_subnet_create_unlinked_pool
78802026-09-15T04:06:48.866Z PASS [ 18.609s] (2017/3443) omicron-nexus::test_all integration_tests::external_subnets::cannot_delete_attached_external_subnet
78812026-09-15T04:06:49.602Z PASS [ 52.633s] (2018/3443) omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent
78822026-09-15T04:06:50.650Z PASS [ 22.585s] (2019/3443) omicron-nexus::test_all integration_tests::external_subnets::cannot_attach_subnet_in_another_project
78832026-09-15T04:06:51.372Z PASS [ 32.314s] (2020/3443) omicron-nexus::test_all integration_tests::external_ips::test_external_ip_live_attach_detach
78842026-09-15T04:06:51.407Z PASS [ 35.013s] (2021/3443) omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fails_after_maximum
78852026-09-15T04:06:51.730Z PASS [ 21.095s] (2022/3443) omicron-nexus::test_all integration_tests::external_subnets::cannot_detach_subnet_that_is_not_attached
78862026-09-15T04:06:51.754Z PASS [ 68.436s] (2023/3443) omicron-nexus::test_all integration_tests::disks::test_disk_slot_assignment
78872026-09-15T04:06:53.167Z PASS [ 18.240s] (2024/3443) omicron-nexus::test_all integration_tests::external_subnets::external_subnet_pagination
78882026-09-15T04:06:53.413Z PASS [ 25.369s] (2025/3443) omicron-nexus::test_all integration_tests::external_subnets::cannot_attach_subnet_attached_to_another_instance
78892026-09-15T04:06:53.865Z PASS [ 18.781s] (2026/3443) omicron-nexus::test_all integration_tests::external_subnets::test_can_attach_external_subnet_to_stopped_instance
78902026-09-15T04:06:54.944Z PASS [ 6.078s] (2027/3443) omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_with_valid_schema
78912026-09-15T04:06:55.512Z PASS [ 5.910s] (2028/3443) omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_until_schema_updated
78922026-09-15T04:06:56.210Z PASS [ 19.062s] (2029/3443) omicron-nexus::test_all integration_tests::external_subnets::test_limited_collaborator_external_subnet_lifecycle
78932026-09-15T04:06:57.013Z PASS [ 9.127s] (2030/3443) omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_dendrite
78942026-09-15T04:06:57.911Z PASS [ 21.094s] (2031/3443) omicron-nexus::test_all integration_tests::external_subnets::test_external_subnet_attach
78952026-09-15T04:06:58.855Z PASS [ 21.192s] (2032/3443) omicron-nexus::test_all integration_tests::images::test_image_create
78962026-09-15T04:07:00.287Z PASS [ 9.638s] (2033/3443) omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_without_valid_schema
78972026-09-15T04:07:03.714Z PASS [ 23.200s] (2034/3443) omicron-nexus::test_all integration_tests::images::test_make_disk_from_other_project_image_fails
78982026-09-15T04:07:04.034Z PASS [ 16.833s] (2035/3443) omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_cockroach
78992026-09-15T04:07:04.423Z PASS [ 26.047s] (2036/3443) omicron-nexus::test_all integration_tests::images::test_image_deletion_permissions
79002026-09-15T04:07:04.654Z PASS [ 22.455s] (2037/3443) omicron-nexus::test_all integration_tests::images::test_project_limited_collaborator_cannot_promote_demote_images
79012026-09-15T04:07:05.089Z SLOW [>420.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
79022026-09-15T04:07:06.587Z PASS [ 20.218s] (2038/3443) omicron-nexus::test_all integration_tests::images::test_silo_viewer_cannot_promote_demote_images
79032026-09-15T04:07:06.870Z PASS [ 27.344s] (2039/3443) omicron-nexus::test_all integration_tests::images::test_image_from_other_project_snapshot_fails
79042026-09-15T04:07:06.904Z PASS [ 15.497s] (2040/3443) omicron-nexus::test_all integration_tests::instances::cannot_make_new_primary_nic_lacking_ip_stack_for_external_addresses
79052026-09-15T04:07:07.095Z PASS [ 15.723s] (2041/3443) omicron-nexus::test_all integration_tests::instances::can_create_instance_with_multiple_nics_and_ephemeral_ip
79062026-09-15T04:07:07.856Z PASS [ 28.289s] (2042/3443) omicron-nexus::test_all integration_tests::images::test_image_promotion
79072026-09-15T04:07:09.286Z PASS [ 12.272s] (2043/3443) omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_empty_hostname
79082026-09-15T04:07:09.838Z PASS [ 13.628s] (2044/3443) omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_bad_hostname
79092026-09-15T04:07:09.949Z PASS [ 16.781s] (2045/3443) omicron-nexus::test_all integration_tests::instances::test_auto_restart_policy_can_be_changed
79102026-09-15T04:07:12.540Z PASS [ 44.316s] (2046/3443) omicron-nexus::test_all integration_tests::external_subnets::cannot_attach_too_many_subnets
79112026-09-15T04:07:12.806Z PASS [ 12.519s] (2047/3443) omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_limit
79122026-09-15T04:07:13.412Z PASS [ 28.014s] (2048/3443) omicron-nexus::test_all integration_tests::images::test_silo_limited_collaborator_can_promote_demote_images
79132026-09-15T04:07:15.181Z PASS [ 33.672s] (2049/3443) omicron-nexus::test_all integration_tests::images::test_project_collaborator_cannot_promote_demote_images
79142026-09-15T04:07:17.434Z PASS [ 34.852s] (2050/3443) omicron-nexus::test_all integration_tests::images::test_silo_collaborator_can_promote_demote_images
79152026-09-15T04:07:17.835Z PASS [ 13.801s] (2051/3443) omicron-nexus::test_all integration_tests::instances::test_cannot_start_instance_with_unsatisfiable_cpu_platform
79162026-09-15T04:07:18.232Z PASS [ 13.809s] (2052/3443) omicron-nexus::test_all integration_tests::instances::test_cpu_platform_can_be_changed
79172026-09-15T04:07:18.965Z PASS [ 21.054s] (2053/3443) omicron-nexus::test_all integration_tests::instances::test_cannot_detach_boot_disk
79182026-09-15T04:07:20.055Z PASS [ 28.300s] (2054/3443) omicron-nexus::test_all integration_tests::instances::test_attach_one_disk_to_instance
79192026-09-15T04:07:21.758Z PASS [ 30.027s] (2055/3443) omicron-nexus::test_all integration_tests::instances::test_attach_eight_disks_to_instance
79202026-09-15T04:07:21.885Z PASS [ 23.029s] (2056/3443) omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_capacity
79212026-09-15T04:07:22.265Z PASS [ 160.732s] (2057/3443) omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity_twice_after_snapshot_delete
79222026-09-15T04:07:22.268Z PASS [ 15.363s] (2058/3443) omicron-nexus::test_all integration_tests::instances::test_enable_jumbo_frames_can_be_changed
79232026-09-15T04:07:23.815Z PASS [ 16.719s] (2059/3443) omicron-nexus::test_all integration_tests::instances::test_instance_access
79242026-09-15T04:07:26.621Z PASS [ 22.907s] (2060/3443) omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_ram_capacity
79252026-09-15T04:07:27.711Z PASS [ 19.855s] (2061/3443) omicron-nexus::test_all integration_tests::instances::test_instance_attach_several_external_ips
79262026-09-15T04:07:28.982Z PASS [ 33.470s] (2062/3443) omicron-nexus::test_all integration_tests::instances::test_cannot_attach_faulted_disks
79272026-09-15T04:07:30.740Z PASS [ 36.876s] (2063/3443) omicron-nexus::test_all integration_tests::instances::test_boot_disk_must_be_attached
79282026-09-15T04:07:30.853Z PASS [ 51.235s] (2064/3443) omicron-nexus::test_all integration_tests::images::test_make_disk_from_image
79292026-09-15T04:07:31.876Z PASS [ 48.524s] (2065/3443) omicron-nexus::test_all integration_tests::images::test_silo_image_create
79302026-09-15T04:07:32.543Z PASS [ 23.257s] (2066/3443) omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks
79312026-09-15T04:07:33.265Z PASS [ 20.458s] (2067/3443) omicron-nexus::test_all integration_tests::instances::test_instance_create_saga_removes_instance_database_record
79322026-09-15T04:07:33.387Z PASS [ 39.974s] (2068/3443) omicron-nexus::test_all integration_tests::instances::test_boot_disk_can_be_changed
79332026-09-15T04:07:33.882Z PASS [ 21.340s] (2069/3443) omicron-nexus::test_all integration_tests::instances::test_instance_create_in_silo
79342026-09-15T04:07:34.178Z PASS [ 24.229s] (2070/3443) omicron-nexus::test_all integration_tests::instances::test_instance_create_delete_network_interface
79352026-09-15T04:07:34.457Z PASS [ 53.989s] (2071/3443) omicron-nexus::test_all integration_tests::images::test_make_disk_from_image_too_small
79362026-09-15T04:07:35.517Z PASS [ 18.082s] (2072/3443) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_cross_project_subnet
79372026-09-15T04:07:35.962Z PASS [ 14.204s] (2073/3443) omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_no_default_pool_error
79382026-09-15T04:07:36.263Z PASS [ 16.208s] (2074/3443) omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_orphan_pool
79392026-09-15T04:07:38.980Z PASS [ 21.144s] (2075/3443) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_duplicate_anti_affinity_groups
79402026-09-15T04:07:41.613Z PASS [ 19.728s] (2076/3443) omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_deleted
79412026-09-15T04:07:42.786Z PASS [ 20.518s] (2077/3443) omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_stopped
79422026-09-15T04:07:43.885Z PASS [ 21.619s] (2078/3443) omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_restarted
79432026-09-15T04:07:47.152Z PASS [ 40.281s] (2079/3443) omicron-nexus::test_all integration_tests::instances::test_duplicate_disk_attach_requests_ok
79442026-09-15T04:07:47.369Z PASS [ 23.553s] (2080/3443) omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_automatically_reincarnates
79452026-09-15T04:07:47.612Z PASS [ 20.990s] (2081/3443) omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_deleted
79462026-09-15T04:07:47.886Z PASS [ 43.232s] (2082/3443) omicron-nexus::test_all integration_tests::instances::test_disk_attach_limit
79472026-09-15T04:07:48.022Z PASS [ 34.610s] (2083/3443) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_anti_affinity_groups
79482026-09-15T04:07:48.128Z PASS [ 20.416s] (2084/3443) omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_restarted
79492026-09-15T04:07:48.406Z PASS [ 38.566s] (2085/3443) omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks_undo
79502026-09-15T04:07:49.615Z PASS [ 14.099s] (2086/3443) omicron-nexus::test_all integration_tests::instances::test_instance_rejects_three_ephemeral_ips
79512026-09-15T04:07:49.847Z PASS [ 13.884s] (2087/3443) omicron-nexus::test_all integration_tests::instances::test_instance_rejects_two_ephemeral_auto_none_with_explicit
79522026-09-15T04:07:49.896Z PASS [ 13.632s] (2088/3443) omicron-nexus::test_all integration_tests::instances::test_instance_rejects_two_ephemeral_auto_without_version
79532026-09-15T04:07:50.109Z PASS [ 55.164s] (2089/3443) omicron-nexus::test_all integration_tests::instances::test_can_start_instance_with_cpu_platform
79542026-09-15T04:07:50.625Z PASS [ 44.038s] (2090/3443) omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
79552026-09-15T04:07:50.720Z PASS [ 31.755s] (2091/3443) omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_correct_pool
79562026-09-15T04:07:52.014Z PASS [ 13.034s] (2092/3443) omicron-nexus::test_all integration_tests::instances::test_instance_rejects_two_ephemeral_same_pool
79572026-09-15T04:07:52.596Z PASS [ 34.363s] (2093/3443) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_ssh_keys
79582026-09-15T04:07:52.681Z PASS [ 37.500s] (2094/3443) omicron-nexus::test_all integration_tests::instances::test_instance_create_with_anti_affinity_groups_that_do_not_exist
79592026-09-15T04:07:56.102Z PASS [ 25.248s] (2095/3443) omicron-nexus::test_all integration_tests::instances::test_instance_metrics
79602026-09-15T04:07:59.173Z PASS [ 24.995s] (2096/3443) omicron-nexus::test_all integration_tests::instances::test_instance_migration_incompatible_cpu_platforms
79612026-09-15T04:07:59.173Z PASS [ 25.908s] (2097/3443) omicron-nexus::test_all integration_tests::instances::test_instance_migrate_target_finishes_first
79622026-09-15T04:07:59.365Z PASS [ 26.821s] (2098/3443) omicron-nexus::test_all integration_tests::instances::test_instance_migrate
79632026-09-15T04:08:00.889Z PASS [ 29.014s] (2099/3443) omicron-nexus::test_all integration_tests::instances::test_instance_metrics_with_migration
79642026-09-15T04:08:01.246Z PASS [ 26.789s] (2100/3443) omicron-nexus::test_all integration_tests::instances::test_instance_migration_unknown_sled_type
79652026-09-15T04:08:01.253Z PASS [ 27.867s] (2101/3443) omicron-nexus::test_all integration_tests::instances::test_instance_migrate_v2p_and_routes
79662026-09-15T04:08:01.285Z PASS [ 17.402s] (2102/3443) omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interface_transit_ips
79672026-09-15T04:08:03.648Z PASS [ 15.519s] (2103/3443) omicron-nexus::test_all integration_tests::instances::test_instance_with_multiple_nics_unwinds_completely
79682026-09-15T04:08:03.730Z PASS [ 13.834s] (2104/3443) omicron-nexus::test_all integration_tests::instances::test_instances_access_before_create_returns_not_found
79692026-09-15T04:08:04.682Z PASS [ 11.998s] (2105/3443) omicron-nexus::test_all integration_tests::instances::test_instances_invalid_creation_returns_bad_request
79702026-09-15T04:08:05.090Z SLOW [>480.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
79712026-09-15T04:08:06.129Z PASS [ 18.242s] (2106/3443) omicron-nexus::test_all integration_tests::instances::test_instance_with_explicit_dual_stack_address
79722026-09-15T04:08:08.216Z PASS [ 19.811s] (2107/3443) omicron-nexus::test_all integration_tests::instances::test_instance_with_new_custom_network_interfaces
79732026-09-15T04:08:08.279Z PASS [ 34.398s] (2108/3443) omicron-nexus::test_all integration_tests::instances::test_instance_migration_compatible_cpu_platforms
79742026-09-15T04:08:08.349Z PASS [ 37.608s] (2109/3443) omicron-nexus::test_all integration_tests::instances::test_instance_failed_when_on_expunged_sled
79752026-09-15T04:08:09.134Z PASS [ 19.518s] (2110/3443) omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ipv4_address
79762026-09-15T04:08:09.374Z PASS [ 19.528s] (2111/3443) omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ipv6_address
79772026-09-15T04:08:09.931Z PASS [ 19.306s] (2112/3443) omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors_by_instance_watcher
79782026-09-15T04:08:10.051Z PASS [ 19.935s] (2113/3443) omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors
79792026-09-15T04:08:10.654Z PASS [ 14.552s] (2114/3443) omicron-nexus::test_all integration_tests::instances::test_instances_memory_greater_than_max_size
79802026-09-15T04:08:11.132Z PASS [ 19.118s] (2115/3443) omicron-nexus::test_all integration_tests::instances::test_instances_create_stopped_start
79812026-09-15T04:08:12.650Z PASS [ 13.477s] (2116/3443) omicron-nexus::test_all integration_tests::instances::test_instances_memory_not_divisible_by_min_memory_size
79822026-09-15T04:08:12.819Z PASS [ 13.646s] (2117/3443) omicron-nexus::test_all integration_tests::instances::test_instances_memory_rejected_less_than_min_memory_size
79832026-09-15T04:08:12.835Z PASS [ 25.224s] (2118/3443) omicron-nexus::test_all integration_tests::instances::test_instance_v2p_mappings
79842026-09-15T04:08:12.888Z PASS [ 11.642s] (2119/3443) omicron-nexus::test_all integration_tests::instances::test_updating_missing_instance_is_not_found
79852026-09-15T04:08:13.208Z PASS [ 25.840s] (2120/3443) omicron-nexus::test_all integration_tests::instances::test_instance_using_image_from_other_project_fails
79862026-09-15T04:08:14.106Z PASS [ 32.492s] (2121/3443) omicron-nexus::test_all integration_tests::instances::test_instance_serial
79872026-09-15T04:08:14.813Z PASS [ 22.217s] (2122/3443) omicron-nexus::test_all integration_tests::instances::test_instances_delete_fails_when_running_succeeds_when_stopped
79882026-09-15T04:08:17.284Z PASS [ 30.132s] (2123/3443) omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interfaces
79892026-09-15T04:08:19.177Z PASS [ 10.898s] (2124/3443) omicron-nexus::test_all integration_tests::inventory_matching::test_simulated_baseboard_model
79902026-09-15T04:08:21.545Z PASS [ 30.825s] (2125/3443) omicron-nexus::test_all integration_tests::instances::test_instances_create_reboot_halt
79912026-09-15T04:08:21.699Z PASS [ 22.334s] (2126/3443) omicron-nexus::test_all integration_tests::instances::test_silo_limited_collaborator_cross_project_subnet
79922026-09-15T04:08:21.823Z PASS [ 39.038s] (2127/3443) omicron-nexus::test_all integration_tests::instances::test_instance_start_creates_networking_state
79932026-09-15T04:08:22.178Z PASS [ 13.830s] (2128/3443) omicron-nexus::test_all integration_tests::inventory_matching::test_sled_sp_inventory_matching
79942026-09-15T04:08:22.775Z PASS [ 16.646s] (2129/3443) omicron-nexus::test_all integration_tests::internet_gateway::test_vpc_create_attaches_all_default_pools_to_igw
79952026-09-15T04:08:23.010Z PASS [ 21.723s] (2130/3443) omicron-nexus::test_all integration_tests::internet_gateway::test_igw_ip_pool_attach_silo_user
79962026-09-15T04:08:23.216Z PASS [ 22.327s] (2131/3443) omicron-nexus::test_all integration_tests::instances::test_size_can_be_changed
79972026-09-15T04:08:23.467Z PASS [ 12.813s] (2132/3443) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_multicast_rejects_reserved_ranges
79982026-09-15T04:08:23.931Z PASS [ 13.886s] (2133/3443) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_in_silo
79992026-09-15T04:08:24.632Z PASS [ 16.416s] (2134/3443) omicron-nexus::test_all integration_tests::internet_gateway::test_vpc_create_attaches_only_ipv4_default_pool_to_igw
80002026-09-15T04:08:25.005Z PASS [ 13.873s] (2135/3443) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_pagination
80012026-09-15T04:08:25.318Z PASS [ 20.639s] (2136/3443) omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_delete_cascade
80022026-09-15T04:08:25.329Z PASS [ 16.195s] (2137/3443) omicron-nexus::test_all integration_tests::ip_pools::cannot_unlink_ip_pool_with_outstanding_floating_ips
80032026-09-15T04:08:25.337Z PASS [ 21.690s] (2138/3443) omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_address_detach
80042026-09-15T04:08:25.505Z PASS [ 12.686s] (2139/3443) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_pagination
80052026-09-15T04:08:26.030Z PASS [ 13.380s] (2140/3443) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_overlapping_ranges_fails
80062026-09-15T04:08:26.154Z PASS [ 24.900s] (2141/3443) omicron-nexus::test_all integration_tests::instances::test_updating_running_instance_boot_disk_is_conflict
80072026-09-15T04:08:26.320Z PASS [ 13.432s] (2142/3443) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_list_includes_non_discoverable
80082026-09-15T04:08:26.320Z PASS [ 16.389s] (2143/3443) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_dedupe
80092026-09-15T04:08:26.352Z PASS [ 57.370s] (2144/3443) omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_stop_request_does_not_reincarnate
80102026-09-15T04:08:26.462Z PASS [ 12.356s] (2145/3443) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_unicast_defaults
80112026-09-15T04:08:27.279Z PASS [ 23.549s] (2146/3443) omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_basic_crud
80122026-09-15T04:08:27.873Z PASS [ 15.037s] (2147/3443) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_link
80132026-09-15T04:08:31.264Z PASS [ 18.055s] (2148/3443) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silos_pagination
80142026-09-15T04:08:31.571Z PASS [ 16.757s] (2149/3443) omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_update_default
80152026-09-15T04:08:32.120Z PASS [ 22.745s] (2150/3443) omicron-nexus::test_all integration_tests::ip_pools::cannot_unlink_ip_pool_with_outstanding_instance_ips
80162026-09-15T04:08:32.635Z PASS [ 13.457s] (2151/3443) omicron-nexus::test_all integration_tests::ip_pools::test_ipv4_ip_pool_utilization_total
80172026-09-15T04:08:35.806Z PASS [ 14.107s] (2152/3443) omicron-nexus::test_all integration_tests::ip_pools::test_old_ip_pool_api_excludes_system_service_pools
80182026-09-15T04:08:35.828Z PASS [ 14.283s] (2153/3443) omicron-nexus::test_all integration_tests::ip_pools::test_ipv6_ip_pool_utilization_total
80192026-09-15T04:08:37.577Z PASS [ 15.753s] (2154/3443) omicron-nexus::test_all integration_tests::ip_pools::test_silo_ip_pool_basic_crud
80202026-09-15T04:08:38.569Z PASS [ 16.390s] (2155/3443) omicron-nexus::test_all integration_tests::ip_pools::test_system_ip_pool_basic_crud
80212026-09-15T04:08:39.263Z PASS [ 14.258s] (2156/3443) omicron-nexus::test_all integration_tests::metrics::test_system_timeseries_schema_list
80222026-09-15T04:08:39.977Z PASS [ 22.692s] (2157/3443) omicron-nexus::test_all integration_tests::ip_pools::test_ip_range_delete_with_allocated_external_ip_fails
80232026-09-15T04:08:40.476Z PASS [ 16.545s] (2158/3443) omicron-nexus::test_all integration_tests::metrics::test_mgs_metrics
80242026-09-15T04:08:41.208Z PASS [ 15.890s] (2159/3443) omicron-nexus::test_all integration_tests::oximeter::test_oximeter_database_records
80252026-09-15T04:08:44.116Z PASS [ 21.107s] (2160/3443) omicron-nexus::test_all integration_tests::local_storage::test_reject_creating_local_storage_disk
80262026-09-15T04:08:45.692Z PASS [ 20.363s] (2161/3443) omicron-nexus::test_all integration_tests::oximeter::test_oximeter_reregistration
80272026-09-15T04:08:48.024Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::instances::test_instance_with_max_disks
80282026-09-15T04:08:48.338Z PASS [ 25.121s] (2162/3443) omicron-nexus::test_all integration_tests::metrics::test_instance_watcher_metrics
80292026-09-15T04:08:49.027Z PASS [ 26.252s] (2163/3443) omicron-nexus::test_all integration_tests::local_storage::test_create_large_local_storage_disk
80302026-09-15T04:08:49.651Z PASS [ 23.189s] (2164/3443) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_to_unaligned_offset
80312026-09-15T04:08:49.669Z PASS [ 23.638s] (2165/3443) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_non_base64
80322026-09-15T04:08:50.034Z PASS [ 10.772s] (2166/3443) omicron-nexus::test_all integration_tests::projects::test_limited_collaborator_cannot_create_project
80332026-09-15T04:08:50.768Z PASS [ 18.649s] (2167/3443) omicron-nexus::test_all integration_tests::pantry::test_disk_create_for_importing
80342026-09-15T04:08:51.322Z PASS [ 13.746s] (2168/3443) omicron-nexus::test_all integration_tests::probe::test_probe_basic_crud
80352026-09-15T04:08:52.351Z PASS [ 13.783s] (2169/3443) omicron-nexus::test_all integration_tests::probe::test_probe_pool_selector_ip_version
80362026-09-15T04:08:52.542Z PASS [ 27.909s] (2170/3443) omicron-nexus::test_all integration_tests::metrics::test_project_timeseries_query
80372026-09-15T04:08:52.730Z PASS [ 12.253s] (2171/3443) omicron-nexus::test_all integration_tests::projects::test_project_deletion
80382026-09-15T04:08:54.658Z PASS [ 13.448s] (2172/3443) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_affinity_group
80392026-09-15T04:08:57.222Z PASS [ 17.245s] (2173/3443) omicron-nexus::test_all integration_tests::projects::test_project_create_defaults
80402026-09-15T04:08:57.479Z PASS [ 13.362s] (2174/3443) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_anti_affinity_group
80412026-09-15T04:08:57.505Z PASS [ 31.184s] (2175/3443) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_past_end_of_disk
80422026-09-15T04:08:57.876Z PASS [ 32.538s] (2176/3443) omicron-nexus::test_all integration_tests::pantry::test_can_stop_start_import_from_bulk_write
80432026-09-15T04:09:03.612Z PASS [ 37.292s] (2177/3443) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_start_attached_disk
80442026-09-15T04:09:04.336Z PASS [ 13.013s] (2178/3443) omicron-nexus::test_all integration_tests::quiesce::test_quiesce
80452026-09-15T04:09:04.828Z PASS [ 14.059s] (2179/3443) omicron-nexus::test_all integration_tests::projects::test_projects
80462026-09-15T04:09:05.091Z SLOW [>540.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
80472026-09-15T04:09:05.992Z PASS [ 39.838s] (2180/3443) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_not_block_size_multiple
80482026-09-15T04:09:06.130Z PASS [ 11.473s] (2181/3443) omicron-nexus::test_all integration_tests::rack::test_get_own_rack
80492026-09-15T04:09:06.263Z PASS [ 42.796s] (2182/3443) omicron-nexus::test_all integration_tests::metrics::test_metrics
80502026-09-15T04:09:06.470Z PASS [ 16.435s] (2183/3443) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_vpc
80512026-09-15T04:09:07.261Z PASS [ 18.923s] (2184/3443) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_floating_ip
80522026-09-15T04:09:07.493Z PASS [ 17.841s] (2185/3443) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_instance
80532026-09-15T04:09:07.593Z PASS [ 0.101s] (2186/3443) omicron-nexus::test_all integration_tests::saml::test_accept_saml_response_only_assertion_signed
80542026-09-15T04:09:07.663Z PASS [ 21.970s] (2187/3443) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_disk
80552026-09-15T04:09:07.699Z PASS [ 0.105s] (2188/3443) omicron-nexus::test_all integration_tests::saml::test_correct_saml_response
80562026-09-15T04:09:07.777Z PASS [ 0.114s] (2189/3443) omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_ecdsa_sha256
80572026-09-15T04:09:07.818Z PASS [ 0.119s] (2190/3443) omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes
80582026-09-15T04:09:07.906Z PASS [ 0.129s] (2191/3443) omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes_wrong_attribute_name
80592026-09-15T04:09:08.038Z PASS [ 15.496s] (2192/3443) omicron-nexus::test_all integration_tests::quotas::test_quota_limits
80602026-09-15T04:09:08.078Z PASS [ 15.727s] (2193/3443) omicron-nexus::test_all integration_tests::quotas::test_negative_quota
80612026-09-15T04:09:08.465Z PASS [ 11.243s] (2194/3443) omicron-nexus::test_all integration_tests::rack::test_list_own_rack
80622026-09-15T04:09:10.334Z PASS [ 12.829s] (2195/3443) omicron-nexus::test_all integration_tests::rack::test_sled_list_uninitialized
80632026-09-15T04:09:10.465Z PASS [ 12.588s] (2196/3443) omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_fleet
80642026-09-15T04:09:10.569Z PASS [ 0.104s] (2197/3443) omicron-nexus::test_all integration_tests::saml::test_handle_saml_response_with_xml_comment
80652026-09-15T04:09:10.846Z PASS [ 43.567s] (2198/3443) omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_attached_disk
80662026-09-15T04:09:11.245Z PASS [ 13.766s] (2199/3443) omicron-nexus::test_all integration_tests::rack::test_rack_initialization
80672026-09-15T04:09:11.354Z PASS [ 0.109s] (2200/3443) omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_signed_with_other_key
80682026-09-15T04:09:11.455Z PASS [ 0.101s] (2201/3443) omicron-nexus::test_all integration_tests::saml::test_reject_unsigned_saml_response
80692026-09-15T04:09:12.299Z PASS [ 23.272s] (2202/3443) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_image
80702026-09-15T04:09:13.626Z PASS [ 47.274s] (2203/3443) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_stop_attached_disk
80712026-09-15T04:09:13.659Z PASS [ 48.154s] (2204/3443) omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_attached_disk
80722026-09-15T04:09:13.765Z PASS [ 42.194s] (2205/3443) omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_ready_disk
80732026-09-15T04:09:17.229Z PASS [ 27.561s] (2206/3443) omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_snapshot
80742026-09-15T04:09:17.405Z PASS [ 13.070s] (2207/3443) omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo
80752026-09-15T04:09:17.602Z PASS [ 12.774s] (2208/3443) omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo_implicit
80762026-09-15T04:09:17.677Z PASS [ 49.803s] (2209/3443) omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_without_stopping_bulk_writes
80772026-09-15T04:09:18.992Z PASS [ 46.356s] (2210/3443) omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write
80782026-09-15T04:09:19.737Z PASS [ 16.111s] (2211/3443) omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_project
80792026-09-15T04:09:19.778Z PASS [ 2.168s] (2212/3443) omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_columns
80802026-09-15T04:09:20.905Z PASS [ 12.860s] (2213/3443) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_no_redirect_binding
80812026-09-15T04:09:20.938Z PASS [ 14.467s] (2214/3443) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_internet_gateway_target
80822026-09-15T04:09:21.022Z PASS [ 13.203s] (2215/3443) omicron-nexus::test_all integration_tests::saml::test_create_a_hidden_silo_saml_idp
80832026-09-15T04:09:21.250Z PASS [ 13.344s] (2216/3443) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp
80842026-09-15T04:09:21.258Z PASS [ 12.785s] (2217/3443) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_no_keys
80852026-09-15T04:09:21.414Z PASS [ 13.334s] (2218/3443) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_truncated
80862026-09-15T04:09:21.788Z PASS [ 2.016s] (2219/3443) omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_where_clause
80872026-09-15T04:09:21.897Z PASS [ 50.625s] (2220/3443) omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_from_bulk_writes_disk
80882026-09-15T04:09:22.259Z PASS [ 16.265s] (2221/3443) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_crud_operations
80892026-09-15T04:09:22.471Z PASS [ 16.339s] (2222/3443) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_custom_targets
80902026-09-15T04:09:22.523Z PASS [ 1.625s] (2223/3443) omicron-nexus::test_all integration_tests::schema::compare_sequence_differing_increment
80912026-09-15T04:09:22.828Z PASS [ 1.572s] (2224/3443) omicron-nexus::test_all integration_tests::schema::compare_table_differing_constraint
80922026-09-15T04:09:22.851Z PASS [ 15.589s] (2225/3443) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_modify_system_routes
80932026-09-15T04:09:22.956Z PASS [ 12.621s] (2226/3443) omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_only_encryption_keys
80942026-09-15T04:09:22.960Z PASS [ 11.505s] (2227/3443) omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_404
80952026-09-15T04:09:23.237Z PASS [ 1.450s] (2228/3443) omicron-nexus::test_all integration_tests::schema::compare_table_differing_not_null_order
80962026-09-15T04:09:23.248Z PASS [ 12.391s] (2229/3443) omicron-nexus::test_all integration_tests::saml::test_post_saml_response_with_relay_state
80972026-09-15T04:09:23.272Z PASS [ 12.701s] (2230/3443) omicron-nexus::test_all integration_tests::saml::test_post_saml_response
80982026-09-15T04:09:23.397Z PASS [ 11.098s] (2231/3443) omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_invalid
80992026-09-15T04:09:23.650Z PASS [ 47.843s] (2232/3443) omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write_with_snapshot
81002026-09-15T04:09:23.721Z PASS [ 1.198s] (2233/3443) omicron-nexus::test_all integration_tests::schema::dbinit_version_matches_version_known_to_nexus
81012026-09-15T04:09:23.910Z PASS [ 1.435s] (2234/3443) omicron-nexus::test_all integration_tests::schema::compare_view_differing_where_clause
81022026-09-15T04:09:23.971Z PASS [ 10.340s] (2235/3443) omicron-nexus::test_all integration_tests::saml::test_saml_idp_reject_keypair
81032026-09-15T04:09:24.432Z PASS [ 31.700s] (2236/3443) omicron-nexus::test_all integration_tests::quotas::test_quotas
81042026-09-15T04:09:24.454Z PASS [ 18.184s] (2237/3443) omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_mixed_v4_v6
81052026-09-15T04:09:24.458Z PASS [ 10.788s] (2238/3443) omicron-nexus::test_all integration_tests::saml::test_saml_idp_rsa_keypair_ok
81062026-09-15T04:09:27.177Z PASS [ 3.940s] (2239/3443) omicron-nexus::test_all integration_tests::schema::nexus_cannot_apply_update_from_unknown_version
81072026-09-15T04:09:28.603Z PASS [ 52.774s] (2240/3443) omicron-nexus::test_all integration_tests::password_login::test_local_users
81082026-09-15T04:09:34.058Z PASS [ 10.151s] (2241/3443) omicron-nexus::test_all integration_tests::scim::test_create_a_saml_scim_silo
81092026-09-15T04:09:34.192Z PASS [ 9.762s] (2242/3443) omicron-nexus::test_all integration_tests::scim::test_scim_client_no_auth_with_expired_token
81102026-09-15T04:09:34.434Z PASS [ 10.529s] (2243/3443) omicron-nexus::test_all integration_tests::scim::test_no_jit_for_saml_scim_silos
81112026-09-15T04:09:34.926Z PASS [ 10.470s] (2244/3443) omicron-nexus::test_all integration_tests::scim::test_scim_client_token_bearer_auth
81122026-09-15T04:09:35.190Z PASS [ 11.282s] (2245/3443) omicron-nexus::test_all integration_tests::scim::test_disabling_scim_user
81132026-09-15T04:09:35.341Z PASS [ 10.886s] (2246/3443) omicron-nexus::test_all integration_tests::scim::test_scim_client_token_crud
81142026-09-15T04:09:36.935Z PASS [ 12.961s] (2247/3443) omicron-nexus::test_all integration_tests::scim::test_scim2_crate_self_test
81152026-09-15T04:09:37.184Z PASS [ 10.006s] (2248/3443) omicron-nexus::test_all integration_tests::scim::test_scim_group_search
81162026-09-15T04:09:37.509Z PASS [ 10.332s] (2249/3443) omicron-nexus::test_all integration_tests::scim::test_scim_group_unique
81172026-09-15T04:09:37.586Z PASS [ 10.409s] (2250/3443) omicron-nexus::test_all integration_tests::scim::test_scim_client_token_tenancy
81182026-09-15T04:09:38.343Z PASS [ 9.738s] (2251/3443) omicron-nexus::test_all integration_tests::scim::test_scim_user_admin_group_priv_conflict
81192026-09-15T04:09:38.432Z PASS [ 11.254s] (2252/3443) omicron-nexus::test_all integration_tests::scim::test_scim_user_admin_group_priv
81202026-09-15T04:09:44.060Z PASS [ 9.142s] (2253/3443) omicron-nexus::test_all integration_tests::silo_users::test_silo_group_detail_bad_group_id
81212026-09-15T04:09:44.411Z PASS [ 9.076s] (2254/3443) omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users_bad_group_id
81222026-09-15T04:09:44.480Z PASS [ 21.242s] (2255/3443) omicron-nexus::test_all integration_tests::schema::update_since_base_has_idempotent_up
81232026-09-15T04:09:44.507Z PASS [ 10.073s] (2256/3443) omicron-nexus::test_all integration_tests::scim::test_time_modified_updated_on_scim_user_and_group_update
81242026-09-15T04:09:44.535Z PASS [ 10.478s] (2257/3443) omicron-nexus::test_all integration_tests::scim::test_scim_user_search
81252026-09-15T04:09:44.736Z PASS [ 9.550s] (2258/3443) omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users
81262026-09-15T04:09:44.770Z PASS [ 10.565s] (2259/3443) omicron-nexus::test_all integration_tests::scim::test_scim_user_unique
81272026-09-15T04:09:45.550Z PASS [ 21.828s] (2260/3443) omicron-nexus::test_all integration_tests::schema::validate_data_migrations
81282026-09-15T04:09:50.124Z PASS [ 23.109s] (2261/3443) omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot
81292026-09-15T04:09:50.124Z PASS [ 9.683s] (2262/3443) omicron-nexus::test_all integration_tests::silos::test_ensure_same_silo_group
81302026-09-15T04:09:50.124Z PASS [ 10.308s] (2263/3443) omicron-nexus::test_all integration_tests::silos::test_deleting_a_silo_deletes_the_idp
81312026-09-15T04:09:50.124Z PASS [ 10.008s] (2264/3443) omicron-nexus::test_all integration_tests::silos::test_listing_identity_providers
81322026-09-15T04:09:50.125Z PASS [ 10.429s] (2265/3443) omicron-nexus::test_all integration_tests::silos::test_jit_silo_constraints
81332026-09-15T04:09:50.125Z SLOW [>120.000s] (─────────) omicron-nexus::test_all integration_tests::instances::test_instance_with_max_disks
81342026-09-15T04:09:50.125Z PASS [ 10.034s] (2266/3443) omicron-nexus::test_all integration_tests::silos::test_local_silo_constraints
81352026-09-15T04:09:50.125Z PASS [ 10.876s] (2267/3443) omicron-nexus::test_all integration_tests::silos::test_local_silo_users
81362026-09-15T04:09:56.375Z PASS [ 12.314s] (2268/3443) omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_invalid
81372026-09-15T04:09:57.766Z PASS [ 13.355s] (2269/3443) omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_truncated
81382026-09-15T04:09:57.846Z PASS [ 13.339s] (2270/3443) omicron-nexus::test_all integration_tests::silos::test_silo_delete_clean_up_groups
81392026-09-15T04:09:58.181Z PASS [ 13.423s] (2271/3443) omicron-nexus::test_all integration_tests::silos::test_silo_groups_fixed
81402026-09-15T04:09:59.082Z PASS [ 13.530s] (2272/3443) omicron-nexus::test_all integration_tests::silos::test_silo_groups_jit
81412026-09-15T04:09:59.096Z PASS [ 14.616s] (2273/3443) omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_valid
81422026-09-15T04:09:59.245Z PASS [ 13.693s] (2274/3443) omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_both_groups
81432026-09-15T04:09:59.363Z PASS [ 14.883s] (2275/3443) omicron-nexus::test_all integration_tests::silos::test_silo_admin_can_create_certs
81442026-09-15T04:09:59.398Z PASS [ 13.846s] (2276/3443) omicron-nexus::test_all integration_tests::silos::test_silo_user_fetch_by_external_id
81452026-09-15T04:09:59.550Z PASS [ 15.070s] (2277/3443) omicron-nexus::test_all integration_tests::silos::test_silo_admin_group
81462026-09-15T04:09:59.556Z PASS [ 14.007s] (2278/3443) omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_one_group
81472026-09-15T04:10:00.385Z PASS [ 13.518s] (2279/3443) omicron-nexus::test_all integration_tests::sleds::test_physical_disk_create_list_delete
81482026-09-15T04:10:00.471Z PASS [ 15.734s] (2280/3443) omicron-nexus::test_all integration_tests::silos::test_silo_delete_cleans_up_subnet_pool_links
81492026-09-15T04:10:00.723Z PASS [ 14.791s] (2281/3443) omicron-nexus::test_all integration_tests::silos::test_silo_users_list
81502026-09-15T04:10:01.089Z PASS [ 16.555s] (2282/3443) omicron-nexus::test_all integration_tests::silos::test_silo_delete_cleans_up_ip_pool_links
81512026-09-15T04:10:03.179Z PASS [ 14.804s] (2283/3443) omicron-nexus::test_all integration_tests::snapshots::test_create_snapshot_record_idempotent
81522026-09-15T04:10:03.487Z PASS [ 135.465s] (2284/3443) omicron-nexus::test_all integration_tests::instances::test_instance_with_max_disks
81532026-09-15T04:10:03.790Z PASS [ 19.309s] (2285/3443) omicron-nexus::test_all integration_tests::silos::test_silo_authn_policy
81542026-09-15T04:10:04.753Z PASS [ 18.819s] (2286/3443) omicron-nexus::test_all integration_tests::silos::test_silo_user_views
81552026-09-15T04:10:04.817Z PASS [ 18.885s] (2287/3443) omicron-nexus::test_all integration_tests::silos::test_silo_user_provision_types
81562026-09-15T04:10:05.093Z SLOW [>600.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
81572026-09-15T04:10:05.322Z PASS [ 19.390s] (2288/3443) omicron-nexus::test_all integration_tests::silos::test_silos
81582026-09-15T04:10:06.844Z PASS [ 19.609s] (2289/3443) omicron-nexus::test_all integration_tests::sleds::test_sled_instance_list
81592026-09-15T04:10:10.315Z PASS [ 12.469s] (2290/3443) omicron-nexus::test_all integration_tests::snapshots::test_region_snapshot_create_idempotent
81602026-09-15T04:10:13.859Z PASS [ 25.920s] (2291/3443) omicron-nexus::test_all integration_tests::snapshots::test_cannot_snapshot_if_no_space
81612026-09-15T04:10:14.674Z PASS [ 16.493s] (2292/3443) omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_illegal_snapshot
81622026-09-15T04:10:14.817Z PASS [ 14.094s] (2293/3443) omicron-nexus::test_all integration_tests::subnet_pools::basic_subnet_pool_crud
81632026-09-15T04:10:15.085Z PASS [ 25.777s] (2294/3443) omicron-nexus::test_all integration_tests::snapshots::test_delete_snapshot
81642026-09-15T04:10:15.674Z PASS [ 16.592s] (2295/3443) omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_other_project_snapshot
81652026-09-15T04:10:15.678Z PASS [ 15.291s] (2296/3443) omicron-nexus::test_all integration_tests::ssh_keys::test_ssh_keys
81662026-09-15T04:10:15.861Z PASS [ 16.764s] (2297/3443) omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_snapshot
81672026-09-15T04:10:16.285Z PASS [ 28.690s] (2298/3443) omicron-nexus::test_all integration_tests::sleds::test_sleds_list
81682026-09-15T04:10:16.761Z PASS [ 12.971s] (2299/3443) omicron-nexus::test_all integration_tests::subnet_pools::cannot_delete_nonexistent_silo_link
81692026-09-15T04:10:16.802Z PASS [ 13.315s] (2300/3443) omicron-nexus::test_all integration_tests::subnet_pools::cannot_add_pool_member_of_different_ip_version
81702026-09-15T04:10:17.492Z PASS [ 12.675s] (2301/3443) omicron-nexus::test_all integration_tests::subnet_pools::cannot_update_nonexistent_silo_link
81712026-09-15T04:10:18.186Z PASS [ 13.434s] (2302/3443) omicron-nexus::test_all integration_tests::subnet_pools::cannot_link_multiple_times
81722026-09-15T04:10:18.876Z PASS [ 54.972s] (2303/3443) omicron-nexus::test_all integration_tests::schema::validate_migration_from_base_version
81732026-09-15T04:10:19.358Z PASS [ 14.037s] (2304/3443) omicron-nexus::test_all integration_tests::subnet_pools::test_current_silo_subnet_pool_list
81742026-09-15T04:10:20.505Z PASS [ 13.659s] (2305/3443) omicron-nexus::test_all integration_tests::subnet_pools::test_current_silo_subnet_pool_view
81752026-09-15T04:10:21.493Z PASS [ 21.023s] (2306/3443) omicron-nexus::test_all integration_tests::subnet_allocation::test_subnet_allocation
81762026-09-15T04:10:22.638Z PASS [ 2.134s] (2307/3443) omicron-nexus::test_all integration_tests::unauthorized_coverage::test_unauthorized_coverage
81772026-09-15T04:10:22.889Z PASS [ 23.526s] (2308/3443) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_expunge
81782026-09-15T04:10:22.992Z PASS [ 12.677s] (2309/3443) omicron-nexus::test_all integration_tests::subnet_pools::test_ipv4_subnet_pool_utilization
81792026-09-15T04:10:26.360Z PASS [ 12.501s] (2310/3443) omicron-nexus::test_all integration_tests::subnet_pools::test_ipv6_subnet_pool_utilization
81802026-09-15T04:10:28.405Z PASS [ 25.226s] (2311/3443) omicron-nexus::test_all integration_tests::subnet_pools::can_list_subnet_pools
81812026-09-15T04:10:28.643Z PASS [ 32.269s] (2312/3443) omicron-nexus::test_all integration_tests::snapshots::test_multiple_deletes_not_sent
81822026-09-15T04:10:30.650Z PASS [ 29.561s] (2313/3443) omicron-nexus::test_all integration_tests::subnet_pools::basic_subnet_pool_member_crd
81832026-09-15T04:10:31.184Z PASS [ 33.418s] (2314/3443) omicron-nexus::test_all integration_tests::snapshots::test_region_allocation_for_snapshot
81842026-09-15T04:10:31.188Z PASS [ 31.788s] (2315/3443) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_stopped_instance
81852026-09-15T04:10:31.398Z PASS [ 14.637s] (2316/3443) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_not_found
81862026-09-15T04:10:32.248Z PASS [ 32.691s] (2317/3443) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_without_instance
81872026-09-15T04:10:32.996Z PASS [ 14.811s] (2318/3443) omicron-nexus::test_all integration_tests::switch_port::test_bgp_config_update
81882026-09-15T04:10:33.006Z PASS [ 18.189s] (2319/3443) omicron-nexus::test_all integration_tests::subnet_pools::test_subnet_pool_silo_link
81892026-09-15T04:10:33.872Z PASS [ 14.995s] (2320/3443) omicron-nexus::test_all integration_tests::switch_port::test_port_settings_basic_v6_crud
81902026-09-15T04:10:33.981Z PASS [ 15.104s] (2321/3443) omicron-nexus::test_all integration_tests::switch_port::test_port_settings_basic_crud
81912026-09-15T04:10:35.357Z PASS [ 12.468s] (2322/3443) omicron-nexus::test_all integration_tests::updates::test_repo_prune
81922026-09-15T04:10:36.355Z PASS [ 17.479s] (2323/3443) omicron-nexus::test_all integration_tests::target_release::get_set_target_release
81932026-09-15T04:10:36.568Z PASS [ 19.076s] (2324/3443) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_update_comment
81942026-09-15T04:10:36.781Z PASS [ 19.978s] (2325/3443) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_range_requests
81952026-09-15T04:10:38.318Z PASS [ 11.958s] (2326/3443) omicron-nexus::test_all integration_tests::updates::test_repo_upload_unconfigured
81962026-09-15T04:10:38.909Z PASS [ 23.048s] (2327/3443) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_lifecycle
81972026-09-15T04:10:40.450Z PASS [ 12.044s] (2328/3443) omicron-nexus::test_all integration_tests::updates::test_request_without_api_version
81982026-09-15T04:10:41.409Z PASS [ 18.767s] (2329/3443) omicron-nexus::test_all integration_tests::updates::test_repo_list
81992026-09-15T04:10:41.420Z PASS [ 26.746s] (2330/3443) omicron-nexus::test_all integration_tests::subnet_pools::test_silo_subnet_pool_list
82002026-09-15T04:10:41.665Z PASS [ 13.022s] (2331/3443) omicron-nexus::test_all integration_tests::updates::test_stock_planner
82012026-09-15T04:10:42.165Z PASS [ 42.614s] (2332/3443) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_unwind
82022026-09-15T04:10:42.314Z PASS [ 11.664s] (2333/3443) omicron-nexus::test_all integration_tests::updates::test_trust_root_operations
82032026-09-15T04:10:42.590Z PASS [ 11.405s] (2334/3443) omicron-nexus::test_all integration_tests::users_builtin::test_users_builtin
82042026-09-15T04:10:43.184Z PASS [ 24.307s] (2335/3443) omicron-nexus::test_all integration_tests::target_release::mupdate_recovery_after_noop_conversion
82052026-09-15T04:10:43.584Z PASS [ 27.907s] (2336/3443) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_delete_failed_bundle
82062026-09-15T04:10:43.608Z PASS [ 20.616s] (2337/3443) omicron-nexus::test_all integration_tests::updates::test_repo_upload
82072026-09-15T04:10:45.452Z PASS [ 14.267s] (2338/3443) omicron-nexus::test_all integration_tests::updates::test_update_status
82082026-09-15T04:10:47.081Z PASS [ 25.587s] (2339/3443) omicron-nexus::test_all integration_tests::updates::test_debug_files
82092026-09-15T04:10:47.921Z PASS [ 48.676s] (2340/3443) omicron-nexus::test_all integration_tests::snapshots::test_snapshot_basic
82102026-09-15T04:10:51.162Z PASS [ 34.877s] (2341/3443) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_list_time_ordering
82112026-09-15T04:10:51.829Z PASS [ 20.429s] (2342/3443) omicron-nexus::test_all integration_tests::utilization::test_utilization_list
82122026-09-15T04:10:56.316Z PASS [ 40.642s] (2343/3443) omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_create_with_comment
82132026-09-15T04:11:01.709Z PASS [ 27.727s] (2344/3443) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_1
82142026-09-15T04:11:01.710Z PASS [ 29.460s] (2345/3443) omicron-nexus::test_all integration_tests::utilization::test_utilization_view
82152026-09-15T04:11:03.787Z PASS [ 48.703s] (2346/3443) omicron-nexus::test_all integration_tests::subnet_pools::test_subnet_pool_silo_list
82162026-09-15T04:11:05.094Z SLOW [>660.000s] (─────────) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
82172026-09-15T04:11:05.256Z PASS [ 26.346s] (2347/3443) omicron-nexus::test_all integration_tests::volume_management::test_delete_snapshot_then_disk
82182026-09-15T04:11:06.446Z PASS [ 32.574s] (2348/3443) omicron-nexus::test_all integration_tests::volume_management::test_cte_returns_regions
82192026-09-15T04:11:10.407Z PASS [ 28.242s] (2349/3443) omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_1
82202026-09-15T04:11:11.264Z PASS [ 27.680s] (2350/3443) omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_random_delete_order
82212026-09-15T04:11:11.418Z PASS [ 35.063s] (2351/3443) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_3
82222026-09-15T04:11:11.807Z PASS [ 36.450s] (2352/3443) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_2
82232026-09-15T04:11:13.266Z PASS [ 40.271s] (2353/3443) omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot
82242026-09-15T04:11:13.766Z PASS [ 33.316s] (2354/3443) omicron-nexus::test_all integration_tests::volume_management::test_disk_create_saga_unwinds_correctly
82252026-09-15T04:11:14.470Z PASS [ 33.039s] (2355/3443) omicron-nexus::test_all integration_tests::volume_management::test_double_layer_with_read_only_region_delete
82262026-09-15T04:11:17.834Z PASS [ 29.913s] (2356/3443) omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_region_snapshots
82272026-09-15T04:11:19.361Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
82282026-09-15T04:11:20.683Z PASS [ 9.265s] (2357/3443) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stop_request
82292026-09-15T04:11:21.100Z PASS [ 9.292s] (2358/3443) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stops
82302026-09-15T04:11:22.043Z PASS [ 43.725s] (2359/3443) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_6
82312026-09-15T04:11:22.703Z PASS [ 9.436s] (2360/3443) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry
82322026-09-15T04:11:22.848Z PASS [ 9.082s] (2361/3443) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry_interrupted
82332026-09-15T04:11:23.749Z PASS [ 9.289s] (2362/3443) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_different_finish_status
82342026-09-15T04:11:23.879Z PASS [ 42.213s] (2363/3443) omicron-nexus::test_all integration_tests::volume_management::test_keep_your_targets_straight
82352026-09-15T04:11:24.816Z PASS [ 51.809s] (2364/3443) omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot_delete
82362026-09-15T04:11:27.170Z PASS [ 9.336s] (2365/3443) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_idempotent
82372026-09-15T04:11:28.815Z PASS [ 25.028s] (2366/3443) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_rop_multi
82382026-09-15T04:11:29.437Z PASS [ 52.868s] (2367/3443) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_4
82392026-09-15T04:11:29.507Z PASS [ 0.070s] (2368/3443) omicron-nexus::test_all integration_tests::volume_management::test_volume_construction_request_region_gen_serialization
82402026-09-15T04:11:30.613Z PASS [ 9.930s] (2369/3443) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_reject_submit_progress_when_no_repair
82412026-09-15T04:11:30.843Z PASS [ 49.438s] (2370/3443) omicron-nexus::test_all integration_tests::volume_management::test_double_layer_snapshot_with_read_only_region_delete_2
82422026-09-15T04:11:30.894Z PASS [ 9.793s] (2371/3443) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_repair_id_and_type_conflict
82432026-09-15T04:11:32.027Z PASS [ 9.984s] (2372/3443) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_same_upstairs_retry
82442026-09-15T04:11:32.502Z PASS [ 9.654s] (2373/3443) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout
82452026-09-15T04:11:33.107Z PASS [ 50.792s] (2374/3443) omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_2
82462026-09-15T04:11:33.990Z PASS [ 11.287s] (2375/3443) omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_submit_progress
82472026-09-15T04:11:34.003Z PASS [ 10.123s] (2376/3443) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_multiple_gen
82482026-09-15T04:11:34.003Z PASS [ 10.254s] (2377/3443) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_randomize_ids_only_read_only
82492026-09-15T04:11:34.841Z PASS [ 10.024s] (2378/3443) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_nothing
82502026-09-15T04:11:36.711Z PASS [ 53.102s] (2379/3443) omicron-nexus::test_all integration_tests::volume_management::test_multiple_snapshots
82512026-09-15T04:11:36.782Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_5
82522026-09-15T04:11:38.090Z PASS [ 10.920s] (2380/3443) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_mid_multiple_gen
82532026-09-15T04:11:38.228Z PASS [ 36.520s] (2381/3443) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_multi
82542026-09-15T04:11:40.536Z PASS [ 11.720s] (2382/3443) omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_multiple_gen
82552026-09-15T04:11:41.420Z PASS [ 64.640s] (2383/3443) omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_5
82562026-09-15T04:11:41.980Z PASS [ 11.366s] (2384/3443) omicron-nexus::test_all integration_tests::volume_management::test_volume_hard_delete_idempotent
82572026-09-15T04:11:42.236Z PASS [ 697.155s] (2385/3443) nexus-db-queries db::datastore::sled::test::local_storage_allocation_four_sleds_concurrent_small
82582026-09-15T04:11:42.249Z PASS [ 11.406s] (2386/3443) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_bad_volume
82592026-09-15T04:11:42.442Z PASS [ 11.549s] (2387/3443) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_base
82602026-09-15T04:11:42.594Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_disks_first
82612026-09-15T04:11:43.187Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_snapshots_first
82622026-09-15T04:11:43.404Z PASS [ 11.377s] (2388/3443) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_no_parent
82632026-09-15T04:11:43.823Z PASS [ 11.320s] (2389/3443) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_deleted
82642026-09-15T04:11:43.935Z PASS [ 61.344s] (2390/3443) omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_disks_first
82652026-09-15T04:11:44.728Z PASS [ 11.620s] (2391/3443) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_not_volume
82662026-09-15T04:11:45.454Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_read_only_regions
82672026-09-15T04:11:46.111Z PASS [ 12.108s] (2392/3443) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga
82682026-09-15T04:11:46.903Z PASS [ 12.063s] (2393/3443) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_deleted_volume
82692026-09-15T04:11:47.083Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_read_write_regions
82702026-09-15T04:11:47.522Z PASS [ 45.813s] (2394/3443) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_rop
82712026-09-15T04:11:48.218Z PASS [ 11.507s] (2395/3443) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_no_volume
82722026-09-15T04:11:48.697Z PASS [ 43.441s] (2396/3443) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_usage_sanity
82732026-09-15T04:11:48.811Z PASS [ 63.359s] (2397/3443) omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_read_only_regions
82742026-09-15T04:11:50.364Z PASS [ 12.135s] (2398/3443) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_volume_not_volume
82752026-09-15T04:11:50.610Z PASS [ 12.520s] (2399/3443) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_twice
82762026-09-15T04:11:51.163Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_proper_region_sled_redundancy
82772026-09-15T04:11:51.829Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting
82782026-09-15T04:11:52.392Z PASS [ 65.311s] (2400/3443) omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_read_write_regions
82792026-09-15T04:11:52.779Z PASS [ 93.420s] (2401/3443) omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
82802026-09-15T04:11:53.028Z PASS [ 42.621s] (2402/3443) omicron-nexus::test_all integration_tests::volume_management::test_snapshot_prevents_other_disk
82812026-09-15T04:11:54.687Z PASS [ 13.266s] (2403/3443) omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_cross_vpc_rejected_before_write
82822026-09-15T04:11:54.736Z PASS [ 12.486s] (2404/3443) omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_same_name
82832026-09-15T04:11:54.787Z PASS [ 12.807s] (2405/3443) omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_illegal_range
82842026-09-15T04:11:56.234Z PASS [ 13.792s] (2406/3443) omicron-nexus::test_all integration_tests::vpc_firewall::test_nexus_firewall_icmp
82852026-09-15T04:11:56.318Z SLOW [> 60.000s] (─────────) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting_layers
82862026-09-15T04:11:58.706Z PASS [ 16.471s] (2407/3443) omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_max_lengths
82872026-09-15T04:11:59.847Z PASS [ 16.442s] (2408/3443) omicron-nexus::test_all integration_tests::vpc_firewall::test_vpc_firewall
82882026-09-15T04:12:03.980Z PASS [ 20.045s] (2409/3443) omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_crud_operations
82892026-09-15T04:12:04.642Z PASS [ 15.831s] (2410/3443) omicron-nexus::test_all integration_tests::vpcs::test_vpc_create_without_default_subnet
82902026-09-15T04:12:05.066Z PASS [ 58.619s] (2411/3443) omicron-nexus::test_all integration_tests::volume_management::test_snapshot_create_saga_unwinds_correctly
82912026-09-15T04:12:05.093Z PASS [ 16.395s] (2412/3443) omicron-nexus::test_all integration_tests::vpcs::test_limited_collaborator_can_manage_floating_ips_and_nics
82922026-09-15T04:12:05.294Z PASS [ 17.772s] (2413/3443) omicron-nexus::test_all integration_tests::vpcs::test_limited_collaborator_blocked_from_networking_resources
82932026-09-15T04:12:05.602Z PASS [ 21.778s] (2414/3443) omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_attach_to_subnet
82942026-09-15T04:12:05.672Z PASS [ 12.893s] (2415/3443) omicron-nexus::test_all integration_tests::webhooks::test_cannot_subscribe_to_probes
82952026-09-15T04:12:05.695Z PASS [ 31.692s] (2416/3443) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_respects_accounting_no_modify_others
82962026-09-15T04:12:05.990Z PASS [ 12.960s] (2417/3443) omicron-nexus::test_all integration_tests::webhooks::test_event_delivery
82972026-09-15T04:12:06.009Z PASS [ 0.020s] (2418/3443) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_boundary_correction
82982026-09-15T04:12:06.031Z PASS [ 0.023s] (2419/3443) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_correction
82992026-09-15T04:12:06.053Z PASS [ 0.021s] (2420/3443) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_ip_fallback
83002026-09-15T04:12:06.072Z PASS [ 0.020s] (2421/3443) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_last_offset
83012026-09-15T04:12:06.094Z PASS [ 0.022s] (2422/3443) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_ref_id
83022026-09-15T04:12:06.115Z PASS [ 0.021s] (2423/3443) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_ref_time
83032026-09-15T04:12:06.134Z PASS [ 0.019s] (2424/3443) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_rms_offset
83042026-09-15T04:12:06.154Z PASS [ 0.020s] (2425/3443) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_root_delay
83052026-09-15T04:12:06.176Z PASS [ 0.022s] (2426/3443) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_root_dispersion
83062026-09-15T04:12:06.195Z PASS [ 0.018s] (2427/3443) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_invalid_stratum
83072026-09-15T04:12:06.213Z PASS [ 0.018s] (2428/3443) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_ipv6_address
83082026-09-15T04:12:06.233Z PASS [ 0.019s] (2429/3443) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_negative_correction
83092026-09-15T04:12:06.254Z PASS [ 0.022s] (2430/3443) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_high_correction
83102026-09-15T04:12:06.273Z PASS [ 0.019s] (2431/3443) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_high_max_error
83112026-09-15T04:12:06.294Z PASS [ 0.020s] (2432/3443) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_high_stratum
83122026-09-15T04:12:06.313Z PASS [ 0.019s] (2433/3443) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_no_peer
83132026-09-15T04:12:06.335Z PASS [ 0.022s] (2434/3443) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_not_synced_old_ref_time
83142026-09-15T04:12:06.349Z PASS [ 74.521s] (2435/3443) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting
83152026-09-15T04:12:06.358Z PASS [ 0.023s] (2436/3443) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_special_ref_id
83162026-09-15T04:12:06.370Z PASS [ 0.021s] (2437/3443) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_success
83172026-09-15T04:12:06.379Z PASS [ 0.021s] (2438/3443) omicron-ntp-admin http_entrypoints::tests::test_parse_timesync_result_too_few_fields
83182026-09-15T04:12:07.459Z PASS [ 17.095s] (2439/3443) omicron-nexus::test_all integration_tests::vpcs::test_vpc_limited_collaborator_role
83192026-09-15T04:12:07.528Z PASS [ 19.310s] (2440/3443) omicron-nexus::test_all integration_tests::vpcs::test_limited_collaborator_can_create_instance
83202026-09-15T04:12:07.575Z PASS [ 0.046s] (2441/3443) omicron-omdb::bin/omdb clickhouse_admin::test_format_bytes
83212026-09-15T04:12:07.621Z PASS [ 0.046s] (2442/3443) omicron-omdb::bin/omdb oximeter::tests::test_print_producer_details_success_only
83222026-09-15T04:12:07.670Z PASS [ 0.049s] (2443/3443) omicron-omdb::bin/omdb oximeter::tests::test_print_producer_details_with_failure
83232026-09-15T04:12:07.690Z PASS [ 0.020s] (2444/3443) omicron-package config::tests::multi_preset_arg
83242026-09-15T04:12:07.713Z PASS [ 0.023s] (2445/3443) omicron-package dot::test::test_bad_dependency
83252026-09-15T04:12:07.742Z PASS [ 0.028s] (2446/3443) omicron-package dot::test::test_dot_output
83262026-09-15T04:12:07.926Z PASS [ 56.662s] (2447/3443) omicron-nexus::test_all integration_tests::volume_management::test_snapshot_then_delete_disk
83272026-09-15T04:12:07.947Z PASS [ 0.020s] (2448/3443) omicron-passwords test::test_password_constraints
83282026-09-15T04:12:07.965Z PASS [ 13.230s] (2449/3443) omicron-nexus::test_all integration_tests::webhooks::test_multiple_receivers
83292026-09-15T04:12:08.194Z PASS [ 21.291s] (2450/3443) omicron-nexus::test_all integration_tests::vpc_subnets::test_vpc_subnets
83302026-09-15T04:12:08.228Z PASS [ 0.034s] (2451/3443) omicron-passwords test::test_stable
83312026-09-15T04:12:08.247Z PASS [ 0.018s] (2452/3443) omicron-passwords test::test_weak_hashes
83322026-09-15T04:12:08.263Z PASS [ 0.017s] (2453/3443) omicron-rpaths internal::tests::test_configure_from_path
83332026-09-15T04:12:08.285Z PASS [ 0.022s] (2454/3443) omicron-rpaths internal::tests::test_configure_rpaths_from_unset_envvar
83342026-09-15T04:12:08.308Z PASS [ 0.021s] (2455/3443) omicron-rpaths internal::tests::test_emit_rpath
83352026-09-15T04:12:08.388Z PASS [ 0.081s] (2456/3443) omicron-sled-agent artifact_store::test::generations
83362026-09-15T04:12:08.470Z PASS [ 0.082s] (2457/3443) omicron-sled-agent artifact_store::test::issue_7796
83372026-09-15T04:12:08.559Z PASS [ 0.089s] (2458/3443) omicron-sled-agent artifact_store::test::list_get_put
83382026-09-15T04:12:08.635Z PASS [ 0.076s] (2459/3443) omicron-sled-agent artifact_store::test::no_dataset
83392026-09-15T04:12:08.720Z PASS [ 0.084s] (2460/3443) omicron-sled-agent artifact_store::test::wrong_hash
83402026-09-15T04:12:08.758Z PASS [ 0.039s] (2461/3443) omicron-sled-agent bootstrap::rack_ops::tests::rss_access_error_to_http_error
83412026-09-15T04:12:08.798Z PASS [ 0.040s] (2462/3443) omicron-sled-agent bootstrap::server::tests::start_sled_agent_request_serialization
83422026-09-15T04:12:08.825Z PASS [ 14.039s] (2463/3443) omicron-nexus::test_all integration_tests::webhooks::test_multiple_secrets
83432026-09-15T04:12:08.836Z PASS [ 0.038s] (2464/3443) omicron-sled-agent bootstrap::server::tests::test_persistent_sled_agent_request_schema
83442026-09-15T04:12:08.863Z PASS [ 0.038s] (2465/3443) omicron-sled-agent common::instance::test::destruction_after_migration_out_does_not_transition
83452026-09-15T04:12:08.872Z PASS [ 0.036s] (2466/3443) omicron-sled-agent common::instance::test::failure_after_migration_in_does_not_transition
83462026-09-15T04:12:08.891Z PASS [ 22.780s] (2467/3443) omicron-nexus::test_all integration_tests::vpc_subnets::test_delete_vpc_subnet_with_interfaces_fails
83472026-09-15T04:12:08.897Z PASS [ 0.033s] (2468/3443) omicron-sled-agent common::instance::test::propolis_terminal_states_make_vmm_halted
83482026-09-15T04:12:08.911Z PASS [ 0.038s] (2469/3443) omicron-sled-agent common::instance::test::rude_terminate_of_migration_target_fails_migrations
83492026-09-15T04:12:08.924Z PASS [ 0.033s] (2470/3443) omicron-sled-agent common::instance::test::source_termination_fails_in_progress_migration
83502026-09-15T04:12:08.933Z PASS [ 0.036s] (2471/3443) omicron-sled-agent common::instance::test::target_termination_fails_in_progress_migration
83512026-09-15T04:12:08.951Z PASS [ 0.041s] (2472/3443) omicron-sled-agent config::test::test_smf_configs
83522026-09-15T04:12:08.955Z PASS [ 0.032s] (2473/3443) omicron-sled-agent fmd::tests::boolean_array
83532026-09-15T04:12:08.964Z PASS [ 0.031s] (2474/3443) omicron-sled-agent fmd::tests::boolean_presence
83542026-09-15T04:12:08.987Z PASS [ 0.035s] (2475/3443) omicron-sled-agent fmd::tests::boolean_value
83552026-09-15T04:12:08.994Z PASS [ 0.039s] (2476/3443) omicron-sled-agent fmd::tests::double
83562026-09-15T04:12:09.003Z PASS [ 0.039s] (2477/3443) omicron-sled-agent fmd::tests::hrtime
83572026-09-15T04:12:09.021Z PASS [ 0.035s] (2478/3443) omicron-sled-agent fmd::tests::integer_arrays
83582026-09-15T04:12:09.029Z PASS [ 0.034s] (2479/3443) omicron-sled-agent fmd::tests::integers
83592026-09-15T04:12:09.036Z PASS [ 0.033s] (2480/3443) omicron-sled-agent fmd::tests::string
83602026-09-15T04:12:09.056Z PASS [ 0.035s] (2481/3443) omicron-sled-agent fmd::tests::string_array
83612026-09-15T04:12:09.063Z PASS [ 0.034s] (2482/3443) omicron-sled-agent fmd::tests::unknown_type
83622026-09-15T04:12:09.074Z PASS [ 0.036s] (2483/3443) omicron-sled-agent instance::tests::add_ephemeral_ip_of_different_ip_version
83632026-09-15T04:12:09.086Z PASS [ 0.030s] (2484/3443) omicron-sled-agent instance::tests::add_ephemeral_ip_with_existing_floating_ip
83642026-09-15T04:12:09.099Z PASS [ 0.036s] (2485/3443) omicron-sled-agent instance::tests::add_ephemeral_ip_with_no_ip_stack_at_all
83652026-09-15T04:12:09.107Z PASS [ 0.035s] (2486/3443) omicron-sled-agent instance::tests::add_floating_ip_of_different_ip_version
83662026-09-15T04:12:09.121Z PASS [ 0.034s] (2487/3443) omicron-sled-agent instance::tests::add_floating_ip_with_existing_ephemeral_ip
83672026-09-15T04:12:09.124Z PASS [ 14.437s] (2488/3443) omicron-nexus::test_all integration_tests::webhooks::test_glob_subscription_add
83682026-09-15T04:12:09.137Z PASS [ 0.038s] (2489/3443) omicron-sled-agent instance::tests::add_floating_ip_with_no_ip_stack_at_all
83692026-09-15T04:12:09.143Z PASS [ 0.036s] (2490/3443) omicron-sled-agent instance::tests::add_new_floating_ip
83702026-09-15T04:12:09.150Z PASS [ 0.030s] (2491/3443) omicron-sled-agent instance::tests::prune_existing_ephemeral_ipv4_address
83712026-09-15T04:12:09.159Z PASS [ 0.035s] (2492/3443) omicron-sled-agent instance::tests::prune_existing_ephemeral_ipv6_address
83722026-09-15T04:12:09.174Z PASS [ 0.037s] (2493/3443) omicron-sled-agent instance::tests::prune_existing_floating_ip
83732026-09-15T04:12:09.378Z PASS [ 0.234s] (2494/3443) omicron-sled-agent instance::tests::test_destroy_published_when_instance_removed
83742026-09-15T04:12:09.398Z PASS [ 0.248s] (2495/3443) omicron-sled-agent instance::tests::test_failed_published_when_zone_gone
83752026-09-15T04:12:09.536Z PASS [ 0.376s] (2496/3443) omicron-sled-agent instance::tests::test_instance_create_events_normal
83762026-09-15T04:12:09.808Z PASS [ 0.430s] (2497/3443) omicron-sled-agent instance::tests::test_instance_manager_allows_existing_vmm_while_evacuating
83772026-09-15T04:12:09.859Z PASS [ 0.323s] (2498/3443) omicron-sled-agent instance::tests::test_instance_manager_rejects_registration_before_config_loaded
83782026-09-15T04:12:10.047Z PASS [ 0.239s] (2499/3443) omicron-sled-agent instance::tests::test_instance_manager_rejects_registration_while_evacuating
83792026-09-15T04:12:10.062Z PASS [ 0.888s] (2500/3443) omicron-sled-agent instance::tests::test_instance_create_timeout_while_starting_propolis
83802026-09-15T04:12:10.100Z PASS [ 0.037s] (2501/3443) omicron-sled-agent instance::tests::test_multicast_membership_equality
83812026-09-15T04:12:10.160Z PASS [ 0.060s] (2502/3443) omicron-sled-agent instance_manager::jobs::tests::jobs_upholds_invariants
83822026-09-15T04:12:10.197Z PASS [ 0.037s] (2503/3443) omicron-sled-agent metrics::test_samples_per_collection
83832026-09-15T04:12:10.297Z PASS [ 0.250s] (2504/3443) omicron-sled-agent instance::tests::test_instance_manager_vmm_count_tracks_registration
83842026-09-15T04:12:10.336Z PASS [ 0.038s] (2505/3443) omicron-sled-agent probe_manager::test::probe_state_set_ops
83852026-09-15T04:12:10.351Z PASS [ 0.492s] (2506/3443) omicron-sled-agent instance::tests::test_instance_manager_stop_timeout
83862026-09-15T04:12:10.372Z PASS [ 0.036s] (2507/3443) omicron-sled-agent profile::tests::empty_profile
83872026-09-15T04:12:10.390Z PASS [ 0.039s] (2508/3443) omicron-sled-agent profile::tests::test_disabled_instance
83882026-09-15T04:12:10.411Z PASS [ 0.039s] (2509/3443) omicron-sled-agent profile::tests::test_instance
83892026-09-15T04:12:10.430Z PASS [ 0.039s] (2510/3443) omicron-sled-agent profile::tests::test_multiple
83902026-09-15T04:12:10.446Z PASS [ 0.035s] (2511/3443) omicron-sled-agent profile::tests::test_property
83912026-09-15T04:12:10.473Z PASS [ 0.043s] (2512/3443) omicron-sled-agent profile::tests::test_property_group
83922026-09-15T04:12:10.489Z PASS [ 0.042s] (2513/3443) omicron-sled-agent profile::tests::test_service
83932026-09-15T04:12:10.521Z PASS [ 0.048s] (2514/3443) omicron-sled-agent profile::tests::test_service_property_group
83942026-09-15T04:12:10.530Z PASS [ 0.041s] (2515/3443) omicron-sled-agent services::test::test_bootstrap_addr_to_techport_prefixes
83952026-09-15T04:12:10.559Z PASS [ 1.161s] (2516/3443) omicron-sled-agent instance::tests::test_instance_manager_creation
83962026-09-15T04:12:10.574Z PASS [ 0.052s] (2517/3443) omicron-sled-agent services::test::test_zone_bundle_metadata_schema
83972026-09-15T04:12:10.582Z PASS [ 0.053s] (2518/3443) omicron-sled-agent sim::collection::test::test_sim_instance_creating_to_stop
83982026-09-15T04:12:10.617Z PASS [ 0.058s] (2519/3443) omicron-sled-agent sim::collection::test::test_sim_instance_reboot
83992026-09-15T04:12:10.630Z PASS [ 0.056s] (2520/3443) omicron-sled-agent sim::collection::test::test_sim_instance_running_then_destroyed
84002026-09-15T04:12:10.670Z PASS [ 0.053s] (2521/3443) omicron-sled-agent sim::storage::test::cannot_boot_read_only_downstairs_with_no_snapshot
84012026-09-15T04:12:10.681Z PASS [ 0.050s] (2522/3443) omicron-sled-agent sim::storage::test::cannot_create_snapshot_for_destroyed_region
84022026-09-15T04:12:10.699Z PASS [ 20.088s] (2523/3443) omicron-nexus::test_all integration_tests::vpcs::test_vpcs
84032026-09-15T04:12:10.738Z PASS [ 0.068s] (2524/3443) omicron-sled-agent sim::storage::test::crucible_ports_get_reused
84042026-09-15T04:12:10.742Z PASS [ 0.061s] (2525/3443) omicron-sled-agent sim::storage::test::must_delete_read_only_downstairs_first
84052026-09-15T04:12:10.792Z PASS [ 0.093s] (2526/3443) omicron-sled-agent sim::storage::test::must_delete_snapshots_first
84062026-09-15T04:12:10.796Z PASS [ 0.059s] (2527/3443) omicron-sled-agent sim::storage::test::nested_dataset
84072026-09-15T04:12:10.810Z PASS [ 0.068s] (2528/3443) omicron-sled-agent sim::storage::test::nested_dataset_child_parent_relationship
84082026-09-15T04:12:10.835Z PASS [ 0.043s] (2529/3443) omicron-sled-agent sim::storage::test::nested_dataset_not_found_missing_dataset
84092026-09-15T04:12:10.838Z PASS [ 0.040s] (2530/3443) omicron-sled-agent sim::storage::test::running_snapshot_needs_region
84102026-09-15T04:12:10.848Z PASS [ 0.038s] (2531/3443) omicron-sled-agent sim::storage::test::snapshot_needs_region
84112026-09-15T04:12:10.899Z PASS [ 0.064s] (2532/3443) omicron-sled-agent support_bundle::storage::tests::basic_crud
84122026-09-15T04:12:10.903Z PASS [ 0.063s] (2533/3443) omicron-sled-agent support_bundle::storage::tests::cannot_create_bundle_on_unmounted_parent
84132026-09-15T04:12:10.914Z PASS [ 0.066s] (2534/3443) omicron-sled-agent support_bundle::storage::tests::chunked_file_transfer
84142026-09-15T04:12:10.966Z PASS [ 0.066s] (2535/3443) omicron-sled-agent support_bundle::storage::tests::creation_bad_hash
84152026-09-15T04:12:10.971Z PASS [ 0.057s] (2536/3443) omicron-sled-agent support_bundle::storage::tests::creation_bad_hash_still_deleteable
84162026-09-15T04:12:10.983Z PASS [ 0.083s] (2537/3443) omicron-sled-agent support_bundle::storage::tests::chunked_file_transfer_restart
84172026-09-15T04:12:11.020Z PASS [ 0.053s] (2538/3443) omicron-sled-agent support_bundle::storage::tests::creation_idempotency
84182026-09-15T04:12:11.027Z PASS [ 0.056s] (2539/3443) omicron-sled-agent support_bundle::storage::tests::creation_without_dataset
84192026-09-15T04:12:11.041Z PASS [ 0.059s] (2540/3443) omicron-sled-agent support_bundle::storage::tests::getting_bundles_mounts_them
84202026-09-15T04:12:11.080Z PASS [ 0.060s] (2541/3443) omicron-sled-agent support_bundle::storage::tests::listing_bundles_mounts_them
84212026-09-15T04:12:11.101Z PASS [ 0.059s] (2542/3443) omicron-sled-agent support_bundle::storage::tests::try_to_write_after_finalize
84222026-09-15T04:12:11.107Z PASS [ 0.080s] (2543/3443) omicron-sled-agent support_bundle::storage::tests::ranges
84232026-09-15T04:12:11.117Z PASS [ 0.036s] (2544/3443) omicron-sled-agent zone_bundle::illumos_tests::camino_starts_with_behaviour
84242026-09-15T04:12:11.161Z PASS [ 0.044s] (2545/3443) omicron-sled-agent zone_bundle::illumos_tests::test_find_archived_log_files
84252026-09-15T04:12:11.623Z PASS [ 75.307s] (2546/3443) omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting_layers
84262026-09-15T04:12:12.389Z PASS [ 4.442s] (2547/3443) omicron-passwords test::test_reproducible
84272026-09-15T04:12:14.050Z PASS [ 2.943s] (2548/3443) omicron-sled-agent zone_bundle::illumos_tests::test_context
84282026-09-15T04:12:14.260Z PASS [ 3.099s] (2549/3443) omicron-sled-agent zone_bundle::illumos_tests::test_list_with_filter
84292026-09-15T04:12:14.303Z PASS [ 0.043s] (2550/3443) omicron-sled-agent zone_bundle::tests::test_dir_size
84302026-09-15T04:12:14.367Z PASS [ 0.317s] (2551/3443) omicron-sled-agent zone_bundle::illumos_tests::test_zfs_quota
84312026-09-15T04:12:14.422Z PASS [ 0.117s] (2552/3443) omicron-sled-agent::mod integration_tests::commands::test_sled_agent_no_args
84322026-09-15T04:12:14.459Z PASS [ 0.092s] (2553/3443) omicron-sled-agent::mod integration_tests::commands::test_sled_agent_sim_no_args
84332026-09-15T04:12:14.492Z PASS [ 3.909s] (2554/3443) omicron-sled-agent sim::http_entrypoints_pantry::tests::test_simulated_api_matches_real
84342026-09-15T04:12:14.495Z PASS [ 0.075s] (2555/3443) omicron-sled-agent::mod integration_tests::early_network::early_network_blobs_deserialize
84352026-09-15T04:12:14.527Z PASS [ 0.032s] (2556/3443) omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent
84362026-09-15T04:12:14.531Z PASS [ 0.039s] (2557/3443) omicron-test-utils dev::clickhouse::tests::test_clickhouse_in_path
84372026-09-15T04:12:14.762Z PASS [ 0.235s] (2558/3443) omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_both_specified
84382026-09-15T04:12:14.836Z PASS [ 0.304s] (2559/3443) omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_one_specified
84392026-09-15T04:12:14.873Z PASS [ 0.037s] (2560/3443) omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_ready
84402026-09-15T04:12:14.914Z PASS [ 0.041s] (2561/3443) omicron-test-utils dev::clickhouse::tests::wait_for_ports_finds_actual_ports
84412026-09-15T04:12:15.052Z PASS [ 3.950s] (2562/3443) omicron-sled-agent zone_bundle::illumos_tests::test_cleanup
84422026-09-15T04:12:15.124Z PASS [ 0.664s] (2563/3443) omicron-test-utils dev::clickhouse::tests::sparse_serialization_is_disabled
84432026-09-15T04:12:15.168Z PASS [ 0.254s] (2564/3443) omicron-test-utils dev::clickhouse::tests::wait_for_ports_panics_with_sentinel_but_no_ports
84442026-09-15T04:12:15.345Z PASS [ 0.220s] (2565/3443) omicron-test-utils dev::db::test::test_bad_cmd
84452026-09-15T04:12:15.429Z PASS [ 3.806s] (2566/3443) omicron-sled-agent zone_bundle::illumos_tests::test_update_context
84462026-09-15T04:12:15.502Z PASS [ 0.451s] (2567/3443) omicron-test-utils dev::clickhouse::tests::wait_for_ports_waits_for_sentinel_line
84472026-09-15T04:12:15.567Z PASS [ 41.577s] (2568/3443) omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_respects_accounting
84482026-09-15T04:12:15.588Z PASS [ 7.845s] (2569/3443) omicron-passwords test::test_compatible
84492026-09-15T04:12:15.609Z PASS [ 0.441s] (2570/3443) omicron-test-utils dev::db::test::test_cmd_fails
84502026-09-15T04:12:15.620Z PASS [ 0.033s] (2571/3443) omicron-test-utils dev::db::test::test_make_pg_config_fail
84512026-09-15T04:12:15.647Z PASS [ 0.037s] (2572/3443) omicron-test-utils dev::db::test::test_make_pg_config_ok
84522026-09-15T04:12:15.658Z PASS [ 0.038s] (2573/3443) omicron-test-utils dev::db::test::test_parse_http_addr
84532026-09-15T04:12:15.684Z PASS [ 0.037s] (2574/3443) omicron-test-utils dev::db::test::test_process_exit_abnormal
84542026-09-15T04:12:15.705Z PASS [ 0.047s] (2575/3443) omicron-test-utils dev::db::test::test_process_exit_normal
84552026-09-15T04:12:15.790Z PASS [ 0.287s] (2576/3443) omicron-test-utils dev::db::test::test_database_start_hang
84562026-09-15T04:12:15.801Z PASS [ 1.039s] (2577/3443) omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_not_ready
84572026-09-15T04:12:15.839Z PASS [ 0.038s] (2578/3443) omicron-test-utils dev::db::test::test_starter_tmpdir
84582026-09-15T04:12:15.876Z PASS [ 0.037s] (2579/3443) omicron-test-utils dev::dendrite::tests::test_discover_local_listening_port
84592026-09-15T04:12:15.916Z PASS [ 0.040s] (2580/3443) omicron-test-utils dev::dendrite::tests::test_dpd_in_path
84602026-09-15T04:12:15.954Z PASS [ 0.037s] (2581/3443) omicron-test-utils dev::maghemite::tests::test_ddmd_in_path
84612026-09-15T04:12:15.993Z PASS [ 0.039s] (2582/3443) omicron-test-utils dev::maghemite::tests::test_mgd_in_path
84622026-09-15T04:12:15.997Z PASS [ 35.458s] (2583/3443) omicron-nexus::test_all integration_tests::volume_management::test_volume_replace_snapshot_respects_accounting
84632026-09-15T04:12:16.039Z PASS [ 0.045s] (2584/3443) omicron-test-utils dev::tcp_proxy::tests::proxy_forwards_and_retargets
84642026-09-15T04:12:16.042Z PASS [ 0.047s] (2585/3443) omicron-test-utils dev::tcp_proxy::tests::refuse_quiesces_old_backend
84652026-09-15T04:12:16.082Z PASS [ 0.044s] (2586/3443) omicron-test-utils dev::tcp_proxy::tests::set_target_does_not_deadlock_with_live_connection
84662026-09-15T04:12:16.100Z PASS [ 0.058s] (2587/3443) omicron-test-utils dev::test_cmds::tests::test_redact_extra
84672026-09-15T04:12:16.136Z PASS [ 0.053s] (2588/3443) omicron-test-utils dev::test_cmds::tests::test_redact_section
84682026-09-15T04:12:16.140Z PASS [ 0.457s] (2589/3443) omicron-test-utils dev::db::test::test_setup_database_bad_listen_url
84692026-09-15T04:12:16.189Z PASS [ 0.054s] (2590/3443) omicron-test-utils dev::test_cmds::tests::test_totally_annihilate_section
84702026-09-15T04:12:16.207Z PASS [ 0.066s] (2591/3443) oximeter test::timeseries_schema_consistency
84712026-09-15T04:12:16.254Z PASS [ 0.687s] (2592/3443) omicron-test-utils dev::db::test::test_http_addr_integration
84722026-09-15T04:12:16.280Z PASS [ 0.090s] (2593/3443) oximeter-collector agent::tests::test_self_stat_collection_count
84732026-09-15T04:12:16.313Z PASS [ 0.106s] (2594/3443) oximeter-collector agent::tests::test_self_stat_error_counter
84742026-09-15T04:12:16.318Z PASS [ 0.218s] (2595/3443) omicron-test-utils dev::test_cmds::tests::test_redact_timestamps
84752026-09-15T04:12:16.339Z PASS [ 0.085s] (2596/3443) oximeter-collector agent::tests::test_self_stat_unreachable_counter
84762026-09-15T04:12:16.365Z PASS [ 11.273s] (2597/3443) omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_create_delete
84772026-09-15T04:12:16.376Z PASS [ 0.037s] (2598/3443) oximeter-collector results_sink::tests::batch_handoff_notifies_receiver_when_forced
84782026-09-15T04:12:16.383Z PASS [ 12.403s] (2599/3443) omicron-nexus::test_all integration_tests::webhooks::test_subscription_add
84792026-09-15T04:12:16.401Z PASS [ 11.107s] (2600/3443) omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_create_rejects_invalid_urls
84802026-09-15T04:12:16.413Z PASS [ 46.906s] (2601/3443) omicron-nexus::test_all integration_tests::volume_management::test_volume_create_wont_use_deleted_region_snapshots
84812026-09-15T04:12:16.417Z PASS [ 0.102s] (2602/3443) oximeter-collector agent::tests::test_updated_producer_is_still_collected_from
84822026-09-15T04:12:16.417Z PASS [ 0.033s] (2603/3443) oximeter-collector self_stats::tests::only_reset_counters_if_info_is_different
84832026-09-15T04:12:16.425Z PASS [ 0.104s] (2604/3443) oximeter-collector agent::tests::verify_producer_details
84842026-09-15T04:12:16.433Z PASS [ 0.032s] (2605/3443) oximeter-collector self_stats::tests::test_failure_reason_serialization
84852026-09-15T04:12:16.437Z PASS [ 0.069s] (2606/3443) oximeter-collector results_sink::tests::batcher_increments_dropped_counter
84862026-09-15T04:12:16.446Z PASS [ 0.070s] (2607/3443) oximeter-collector results_sink::tests::test_batch_handoff_overflow
84872026-09-15T04:12:16.456Z PASS [ 4.065s] (2608/3443) omicron-sled-agent zone_bundle::illumos_tests::test_utilization
84882026-09-15T04:12:16.464Z PASS [ 0.049s] (2609/3443) oximeter-db client::oxql::tests::correctly_negate_field_predicate_expression
84892026-09-15T04:12:16.473Z PASS [ 0.057s] (2610/3443) oximeter-db client::oxql::tests::correctly_negate_timestamp_predicate_expression
84902026-09-15T04:12:16.477Z PASS [ 0.044s] (2611/3443) oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_key_group_multiple_times
84912026-09-15T04:12:16.482Z PASS [ 0.045s] (2612/3443) oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_all_in_one_chunk
84922026-09-15T04:12:16.482Z PASS [ 0.033s] (2613/3443) oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_middle_of_key_group
84932026-09-15T04:12:16.522Z PASS [ 0.108s] (2614/3443) oximeter-collector::test_commands test_oximeter_no_args
84942026-09-15T04:12:16.556Z PASS [ 0.034s] (2615/3443) oximeter-db client::tests::can_extract_ttl_from_all_oximeter_tables
84952026-09-15T04:12:16.735Z PASS [ 0.455s] (2616/3443) oximeter-collector agent::tests::test_standalone_integration
84962026-09-15T04:12:16.815Z PASS [ 1.025s] (2617/3443) omicron-test-utils dev::db::test::test_setup_database_overridden_dir
84972026-09-15T04:12:16.819Z PASS [ 1.387s] (2618/3443) omicron-test-utils dev::db::test::test_database_concurrent
84982026-09-15T04:12:16.864Z PASS [ 0.049s] (2619/3443) oximeter-db client::tests::check_actual_schema_upgrades_are_valid_single_node
84992026-09-15T04:12:16.891Z PASS [ 11.291s] (2620/3443) omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_get
85002026-09-15T04:12:17.266Z PASS [ 12.531s] (2621/3443) omicron-nexus::test_all integration_tests::webhooks::test_subscription_remove
85012026-09-15T04:12:17.272Z PASS [ 0.751s] (2622/3443) oximeter-db client::oxql::tests::oxql_query_uses_at_most_one_concurrent_claim
85022026-09-15T04:12:17.272Z PASS [ 0.627s] (2623/3443) oximeter-db client::tests::can_ping_clickhouse
85032026-09-15T04:12:17.273Z PASS [ 11.500s] (2624/3443) omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_update_rejects_invalid_urls
85042026-09-15T04:12:17.273Z PASS [ 0.765s] (2625/3443) oximeter-db client::oxql::tests::test_get_entire_table
85052026-09-15T04:12:17.273Z PASS [ 11.548s] (2626/3443) omicron-nexus::test_all integration_tests::webhooks::test_webhook_receiver_names_are_unique
85062026-09-15T04:12:17.273Z PASS [ 0.765s] (2627/3443) oximeter-db client::oxql::tests::test_get_fields_query
85072026-09-15T04:12:17.273Z PASS [ 0.775s] (2628/3443) oximeter-db client::oxql::tests::test_limit_operations
85082026-09-15T04:12:17.273Z PASS [ 0.786s] (2629/3443) oximeter-db client::oxql::tests::test_get_fields
85092026-09-15T04:12:17.273Z PASS [ 0.781s] (2630/3443) oximeter-db client::oxql::tests::test_get_one_timeseries
85102026-09-15T04:12:17.273Z PASS [ 0.799s] (2631/3443) oximeter-db client::oxql::tests::test_get_entire_timeseries_and_part_of_another
85112026-09-15T04:12:17.597Z PASS [ 0.706s] (2632/3443) oximeter-db client::tests::read_latest_version_reports_max
85122026-09-15T04:12:17.695Z PASS [ 12.630s] (2633/3443) omicron-nexus::test_all integration_tests::webhooks::test_subscription_remove_glob
85132026-09-15T04:12:17.801Z PASS [ 0.627s] (2634/3443) oximeter-db client::tests::read_latest_version_with_no_database_reports_zero
85142026-09-15T04:12:17.857Z PASS [ 0.635s] (2635/3443) oximeter-db client::tests::set_retention_policy_before_db_init_does_not_panic
85152026-09-15T04:12:17.860Z PASS [ 0.640s] (2636/3443) oximeter-db client::tests::test_apply_one_schema_upgrade_single_node
85162026-09-15T04:12:17.884Z PASS [ 0.711s] (2637/3443) oximeter-db client::tests::read_latest_version_with_empty_version_table_reports_zero
85172026-09-15T04:12:17.890Z PASS [ 0.708s] (2638/3443) oximeter-db client::tests::read_latest_version_with_no_version_table_reports_zero
85182026-09-15T04:12:17.914Z PASS [ 0.030s] (2639/3443) oximeter-db client::tests::test_extract_ttl_in_days_from_create_table_query
85192026-09-15T04:12:17.992Z PASS [ 0.797s] (2640/3443) oximeter-db client::tests::select_timeseries_with_select_one
85202026-09-15T04:12:18.040Z PASS [ 0.781s] (2641/3443) oximeter-db client::tests::test_database_version_will_not_downgrade
85212026-09-15T04:12:18.050Z PASS [ 0.795s] (2642/3443) oximeter-db client::tests::test_database_version_update_is_idempotent
85222026-09-15T04:12:18.053Z PASS [ 0.787s] (2643/3443) oximeter-db client::tests::test_differentiate_by_timeseries_name
85232026-09-15T04:12:18.056Z PASS [ 0.812s] (2644/3443) oximeter-db client::tests::test_client_select_timeseries_one
85242026-09-15T04:12:18.056Z PASS [ 0.795s] (2645/3443) oximeter-db client::tests::test_database_version_will_not_upgrade
85252026-09-15T04:12:18.086Z PASS [ 0.032s] (2646/3443) oximeter-db client::tests::test_read_timeseries_to_delete_nonexistent_file_is_ok
85262026-09-15T04:12:18.086Z PASS [ 0.036s] (2647/3443) oximeter-db client::tests::test_read_schema_upgrade_sql_files
85272026-09-15T04:12:18.092Z PASS [ 0.038s] (2648/3443) oximeter-db client::tests::test_read_timeseries_to_delete_empty_file_is_ok
85282026-09-15T04:12:18.092Z PASS [ 0.041s] (2649/3443) oximeter-db client::tests::test_read_timeseries_to_delete
85292026-09-15T04:12:18.297Z PASS [ 1.482s] (2650/3443) oximeter-db client::tests::check_db_init_is_sum_of_all_up_single_node
85302026-09-15T04:12:18.337Z PASS [ 0.740s] (2651/3443) oximeter-db client::tests::test_do_not_duplicate_schema_on_new_samples
85312026-09-15T04:12:18.422Z PASS [ 0.727s] (2652/3443) oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_single_node
85322026-09-15T04:12:18.525Z PASS [ 0.724s] (2653/3443) oximeter-db client::tests::test_ensure_schema_with_missing_desired_schema_version_fails
85332026-09-15T04:12:18.590Z PASS [ 33.827s] (2654/3443) omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_custom_delivered_to_instance
85342026-09-15T04:12:18.593Z PASS [ 0.720s] (2655/3443) oximeter-db client::tests::test_ensure_schema_with_version_gaps_fails
85352026-09-15T04:12:18.593Z PASS [ 1.729s] (2656/3443) oximeter-db client::tests::insert_samples_fails_fast
85362026-09-15T04:12:18.620Z PASS [ 0.730s] (2657/3443) oximeter-db client::tests::test_field_record_count
85372026-09-15T04:12:18.634Z PASS [ 0.721s] (2658/3443) oximeter-db client::tests::test_insert_samples
85382026-09-15T04:12:18.699Z PASS [ 0.707s] (2659/3443) oximeter-db client::tests::test_is_oximeter_cluster
85392026-09-15T04:12:18.815Z PASS [ 0.775s] (2660/3443) oximeter-db client::tests::test_list_timeseries
85402026-09-15T04:12:18.848Z PASS [ 0.762s] (2661/3443) oximeter-db client::tests::test_schema_mismatch
85412026-09-15T04:12:18.851Z PASS [ 0.035s] (2662/3443) oximeter-db client::tests::test_unravel_index
85422026-09-15T04:12:18.866Z PASS [ 1.006s] (2663/3443) oximeter-db client::tests::test_expunge_timeseries_by_name_single_node
85432026-09-15T04:12:18.869Z PASS [ 0.776s] (2664/3443) oximeter-db client::tests::test_schema_update
85442026-09-15T04:12:18.888Z PASS [ 0.040s] (2665/3443) oximeter-db client::tests::test_verify_schema_upgrades
85452026-09-15T04:12:18.892Z PASS [ 0.041s] (2666/3443) oximeter-db model::fields::tests::test_extract_fields_as_block
85462026-09-15T04:12:18.900Z PASS [ 0.034s] (2667/3443) oximeter-db model::measurements::tests::test_extract_histogram_measurement_columns
85472026-09-15T04:12:18.906Z PASS [ 0.037s] (2668/3443) oximeter-db model::measurements::tests::test_extract_measurement_as_block_cumulative
85482026-09-15T04:12:18.932Z PASS [ 0.044s] (2669/3443) oximeter-db model::measurements::tests::test_extract_measurement_as_block_gauge
85492026-09-15T04:12:18.932Z PASS [ 0.041s] (2670/3443) oximeter-db model::measurements::tests::test_extract_measurement_as_block_histogram
85502026-09-15T04:12:18.938Z PASS [ 0.038s] (2671/3443) oximeter-db model::measurements::tests::test_insert_datum_columns_scalar
85512026-09-15T04:12:18.941Z PASS [ 0.846s] (2672/3443) oximeter-db client::tests::test_schema_reinserted_after_redeployment
85522026-09-15T04:12:18.949Z PASS [ 0.043s] (2673/3443) oximeter-db native::block::tests::concat_blocks
85532026-09-15T04:12:18.964Z PASS [ 0.031s] (2674/3443) oximeter-db native::block::tests::parse_date_time
85542026-09-15T04:12:18.968Z PASS [ 0.036s] (2675/3443) oximeter-db native::block::tests::datetime64_scale_checks_range
85552026-09-15T04:12:18.971Z PASS [ 0.033s] (2676/3443) oximeter-db native::block::tests::parse_date_time64
85562026-09-15T04:12:18.975Z PASS [ 0.032s] (2677/3443) oximeter-db native::block::tests::parse_escaped_date_time64
85572026-09-15T04:12:18.985Z PASS [ 0.036s] (2678/3443) oximeter-db native::block::tests::test_data_type_to_string
85582026-09-15T04:12:18.995Z PASS [ 0.031s] (2679/3443) oximeter-db native::block::tests::test_datetime64_conversions
85592026-09-15T04:12:19.006Z PASS [ 0.034s] (2680/3443) oximeter-db native::block::tests::test_parse_array_enum8_with_bad_escapes
85602026-09-15T04:12:19.011Z PASS [ 0.040s] (2681/3443) oximeter-db native::block::tests::test_parse_all_known_timezones
85612026-09-15T04:12:19.014Z PASS [ 0.038s] (2682/3443) oximeter-db native::block::tests::test_parse_array_enum8_with_escapes
85622026-09-15T04:12:19.022Z PASS [ 0.037s] (2683/3443) oximeter-db native::block::tests::test_parse_enum8
85632026-09-15T04:12:19.027Z PASS [ 0.032s] (2684/3443) oximeter-db native::block::tests::test_parse_enum_variant
85642026-09-15T04:12:19.035Z PASS [ 0.030s] (2685/3443) oximeter-db native::block::tests::test_parse_invalid_data_type
85652026-09-15T04:12:19.113Z PASS [ 0.815s] (2686/3443) oximeter-db client::tests::test_select_all_datum_types
85662026-09-15T04:12:19.122Z PASS [ 0.785s] (2687/3443) oximeter-db client::tests::test_select_all_field_types
85672026-09-15T04:12:19.189Z PASS [ 1.102s] (2688/3443) oximeter-db client::tests::test_recall_of_all_fields
85682026-09-15T04:12:19.192Z PASS [ 0.770s] (2689/3443) oximeter-db client::tests::test_select_timeseries_with_all
85692026-09-15T04:12:19.322Z PASS [ 3.978s] (2690/3443) omicron-test-utils dev::db::test::test_data_survives_drop_without_cleanup
85702026-09-15T04:12:19.376Z PASS [ 0.801s] (2691/3443) oximeter-db client::tests::test_select_timeseries_with_select_multiple_fields_with_multiple_values
85712026-09-15T04:12:19.380Z PASS [ 0.787s] (2692/3443) oximeter-db client::tests::test_select_timeseries_with_select_one_field_with_multiple_values
85722026-09-15T04:12:19.402Z PASS [ 0.781s] (2693/3443) oximeter-db client::tests::test_select_timeseries_with_start_time
85732026-09-15T04:12:19.409Z PASS [ 0.883s] (2694/3443) oximeter-db client::tests::test_select_timeseries_with_limit
85742026-09-15T04:12:19.434Z PASS [ 0.032s] (2695/3443) oximeter-db native::io::block::tests::test_decode_block_with_nulls
85752026-09-15T04:12:19.438Z PASS [ 0.884s] (2696/3443) oximeter-db client::tests::test_select_timeseries_with_order
85762026-09-15T04:12:19.441Z PASS [ 0.031s] (2697/3443) oximeter-db native::io::block::tests::test_decode_full_block
85772026-09-15T04:12:19.444Z PASS [ 0.743s] (2698/3443) oximeter-db client::tests::test_timeseries_schema_list
85782026-09-15T04:12:19.473Z PASS [ 0.039s] (2699/3443) oximeter-db native::io::column::tests::check_uuid_buffer_length_on_decode
85792026-09-15T04:12:19.477Z PASS [ 0.038s] (2700/3443) oximeter-db native::io::column::tests::fail_to_encode_out_of_range_column
85802026-09-15T04:12:19.484Z PASS [ 0.045s] (2701/3443) oximeter-db native::io::column::tests::test_decode_ipv4addr_column
85812026-09-15T04:12:19.487Z PASS [ 0.044s] (2702/3443) oximeter-db native::io::column::tests::test_decode_ipv6addr_column
85822026-09-15T04:12:19.504Z PASS [ 0.027s] (2703/3443) oximeter-db native::io::column::tests::test_decode_uint64_column
85832026-09-15T04:12:19.504Z PASS [ 0.030s] (2704/3443) oximeter-db native::io::column::tests::test_decode_string_column
85842026-09-15T04:12:19.523Z PASS [ 0.036s] (2705/3443) oximeter-db native::io::column::tests::test_decode_uuid_column
85852026-09-15T04:12:19.526Z PASS [ 0.038s] (2706/3443) oximeter-db native::io::column::tests::test_decode_uint8_column
85862026-09-15T04:12:19.537Z PASS [ 0.033s] (2707/3443) oximeter-db native::io::packet::server::tests::test_decode_full_hello
85872026-09-15T04:12:19.540Z PASS [ 0.034s] (2708/3443) oximeter-db native::io::column::tests::test_encode_decode_column
85882026-09-15T04:12:19.551Z PASS [ 0.028s] (2709/3443) oximeter-db native::io::packet::server::tests::test_decode_hello_packet_and_a_half
85892026-09-15T04:12:19.554Z PASS [ 0.029s] (2710/3443) oximeter-db native::io::packet::server::tests::test_decode_multiple_hello_packets
85902026-09-15T04:12:19.565Z PASS [ 0.028s] (2711/3443) oximeter-db native::io::packet::server::tests::test_decode_nested_exceptions
85912026-09-15T04:12:19.574Z PASS [ 0.037s] (2712/3443) oximeter-db native::io::packet::server::tests::test_decode_partial_hello
85922026-09-15T04:12:19.577Z PASS [ 0.025s] (2713/3443) oximeter-db native::io::packet::server::tests::test_decode_progress_packet
85932026-09-15T04:12:19.580Z PASS [ 0.027s] (2714/3443) oximeter-db native::io::packet::server::tests::test_decode_pong
85942026-09-15T04:12:19.594Z PASS [ 0.029s] (2715/3443) oximeter-db native::io::packet::server::tests::test_decode_single_exception
85952026-09-15T04:12:19.599Z PASS [ 0.964s] (2716/3443) oximeter-db client::tests::test_sql_query_output
85962026-09-15T04:12:19.605Z PASS [ 0.030s] (2717/3443) oximeter-db native::io::string::test::test_encode_decode
85972026-09-15T04:12:19.608Z PASS [ 0.029s] (2718/3443) oximeter-db native::io::string::test::test_encode_hello_world
85982026-09-15T04:12:19.612Z PASS [ 0.035s] (2719/3443) oximeter-db native::io::table_columns::tests::test_backtick_quoted_column_name
85992026-09-15T04:12:19.624Z PASS [ 0.030s] (2720/3443) oximeter-db native::io::table_columns::tests::test_column_count
86002026-09-15T04:12:19.627Z PASS [ 0.028s] (2721/3443) oximeter-db native::io::table_columns::tests::test_column_description_only_required_parts
86012026-09-15T04:12:19.630Z PASS [ 0.621s] (2722/3443) oximeter-db native::connection::tests::ensure_desynced_connections_are_poisoned
86022026-09-15T04:12:19.633Z PASS [ 0.028s] (2723/3443) oximeter-db native::io::table_columns::tests::test_column_description_with_default
86032026-09-15T04:12:19.636Z PASS [ 0.030s] (2724/3443) oximeter-db native::io::table_columns::tests::test_column_descriptions
86042026-09-15T04:12:19.641Z PASS [ 0.029s] (2725/3443) oximeter-db native::io::varuint::test_encode_decode_varuint
86052026-09-15T04:12:19.645Z PASS [ 0.618s] (2726/3443) oximeter-db native::connection::tests::test_basic_select_query
86062026-09-15T04:12:19.648Z PASS [ 0.624s] (2727/3443) oximeter-db native::connection::tests::ensure_settings_correctly_encoded
86072026-09-15T04:12:19.653Z PASS [ 0.029s] (2728/3443) oximeter-db oxql::ast::grammar::tests::test_align_table_op
86082026-09-15T04:12:19.656Z PASS [ 0.028s] (2729/3443) oximeter-db oxql::ast::grammar::tests::test_boolean_literal
86092026-09-15T04:12:19.659Z PASS [ 0.028s] (2730/3443) oximeter-db oxql::ast::grammar::tests::test_comparison
86102026-09-15T04:12:19.662Z PASS [ 0.029s] (2731/3443) oximeter-db oxql::ast::grammar::tests::test_complicated_logical_combinations
86112026-09-15T04:12:19.665Z PASS [ 0.028s] (2732/3443) oximeter-db oxql::ast::grammar::tests::test_double_literal
86122026-09-15T04:12:19.669Z PASS [ 0.028s] (2733/3443) oximeter-db oxql::ast::grammar::tests::test_double_quoted_string_literal
86132026-09-15T04:12:19.674Z PASS [ 0.028s] (2734/3443) oximeter-db oxql::ast::grammar::tests::test_filter_expr_operator_precedence
86142026-09-15T04:12:19.674Z PASS [ 0.029s] (2735/3443) oximeter-db oxql::ast::grammar::tests::test_duration_literal
86152026-09-15T04:12:19.681Z PASS [ 0.028s] (2736/3443) oximeter-db oxql::ast::grammar::tests::test_filter_expr_overridden_precedence
86162026-09-15T04:12:19.684Z PASS [ 0.671s] (2737/3443) oximeter-db native::connection::tests::ensure_dropped_query_future_poisons_connection
86172026-09-15T04:12:19.687Z PASS [ 0.029s] (2738/3443) oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_negated_simple_expression
86182026-09-15T04:12:19.687Z PASS [ 0.030s] (2739/3443) oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_simple_expression
86192026-09-15T04:12:19.692Z PASS [ 0.030s] (2740/3443) oximeter-db oxql::ast::grammar::tests::test_filter_expr_two_simple_filter_expressions
86202026-09-15T04:12:19.692Z PASS [ 0.028s] (2741/3443) oximeter-db oxql::ast::grammar::tests::test_filter_table_op
86212026-09-15T04:12:19.700Z PASS [ 0.031s] (2742/3443) oximeter-db oxql::ast::grammar::tests::test_get_table_op
86222026-09-15T04:12:19.703Z PASS [ 0.027s] (2743/3443) oximeter-db oxql::ast::grammar::tests::test_hex_integer_literal
86232026-09-15T04:12:19.706Z PASS [ 0.031s] (2744/3443) oximeter-db oxql::ast::grammar::tests::test_group_by
86242026-09-15T04:12:19.710Z PASS [ 0.028s] (2745/3443) oximeter-db oxql::ast::grammar::tests::test_ident
86252026-09-15T04:12:19.710Z PASS [ 0.028s] (2746/3443) oximeter-db oxql::ast::grammar::tests::test_integer_literal
86262026-09-15T04:12:19.714Z PASS [ 0.029s] (2747/3443) oximeter-db oxql::ast::grammar::tests::test_like_only_available_for_strings
86272026-09-15T04:12:19.717Z PASS [ 0.028s] (2748/3443) oximeter-db oxql::ast::grammar::tests::test_limiting_table_ops
86282026-09-15T04:12:19.721Z PASS [ 0.609s] (2749/3443) oximeter-db native::connection::tests::test_exchange_hello
86292026-09-15T04:12:19.724Z PASS [ 0.031s] (2750/3443) oximeter-db oxql::ast::grammar::tests::test_multiple_negation
86302026-09-15T04:12:19.727Z PASS [ 0.034s] (2751/3443) oximeter-db oxql::ast::grammar::tests::test_negated_filter_expr
86312026-09-15T04:12:19.727Z PASS [ 0.026s] (2752/3443) oximeter-db oxql::ast::grammar::tests::test_parse_ipv4_literal
86322026-09-15T04:12:19.733Z PASS [ 96.549s] (2753/3443) omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_snapshots_first
86332026-09-15T04:12:19.735Z PASS [ 0.031s] (2754/3443) oximeter-db oxql::ast::grammar::tests::test_parse_ipv6_literal
86342026-09-15T04:12:19.735Z PASS [ 0.029s] (2755/3443) oximeter-db oxql::ast::grammar::tests::test_parse_literal_timestamp_string
86352026-09-15T04:12:19.740Z PASS [ 0.030s] (2756/3443) oximeter-db oxql::ast::grammar::tests::test_query_starts_with_get
86362026-09-15T04:12:19.740Z PASS [ 0.618s] (2757/3443) oximeter-db native::connection::tests::test_insert_and_select_data
86372026-09-15T04:12:19.745Z PASS [ 0.029s] (2758/3443) oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_invalid_unicode_sequence
86382026-09-15T04:12:19.748Z PASS [ 0.036s] (2759/3443) oximeter-db oxql::ast::grammar::tests::test_query
86392026-09-15T04:12:19.750Z PASS [ 0.027s] (2760/3443) oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_none
86402026-09-15T04:12:19.753Z PASS [ 0.030s] (2761/3443) oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_valid_escape_sequence
86412026-09-15T04:12:19.756Z PASS [ 0.028s] (2762/3443) oximeter-db oxql::ast::grammar::tests::test_reducer
86422026-09-15T04:12:19.756Z PASS [ 0.027s] (2763/3443) oximeter-db oxql::ast::grammar::tests::test_single_quoted_string_literal
86432026-09-15T04:12:19.759Z PASS [ 0.722s] (2764/3443) oximeter-db native::connection::tests::test_can_cancel_query
86442026-09-15T04:12:19.772Z PASS [ 0.037s] (2765/3443) oximeter-db oxql::ast::literal::tests::test_duration_to_db_interval
86452026-09-15T04:12:19.777Z PASS [ 0.045s] (2766/3443) oximeter-db oxql::ast::grammar::tests::test_uuid_literal
86462026-09-15T04:12:19.781Z PASS [ 0.047s] (2767/3443) oximeter-db oxql::ast::grammar::tests::test_uuid_literal_is_case_insensitive
86472026-09-15T04:12:19.790Z PASS [ 0.050s] (2768/3443) oximeter-db oxql::ast::literal::tests::test_literal_compare_field_wrong_type
86482026-09-15T04:12:19.793Z PASS [ 0.053s] (2769/3443) oximeter-db oxql::ast::literal::tests::test_literal_compare_field
86492026-09-15T04:12:19.796Z PASS [ 0.049s] (2770/3443) oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_does_not_modify_missing_values
86502026-09-15T04:12:19.796Z PASS [ 0.051s] (2771/3443) oximeter-db oxql::ast::table_ops::align::tests::test_fraction_overlap_with_window
86512026-09-15T04:12:19.796Z PASS [ 0.047s] (2772/3443) oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_value_in_window
86522026-09-15T04:12:19.799Z PASS [ 0.045s] (2773/3443) oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_value_in_window
86532026-09-15T04:12:19.799Z PASS [ 0.045s] (2774/3443) oximeter-db oxql::ast::table_ops::align::tests::test_verify_max_upsampling_ratio
86542026-09-15T04:12:19.802Z PASS [ 0.048s] (2775/3443) oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_does_not_modify_missing_values
86552026-09-15T04:12:19.802Z PASS [ 0.044s] (2776/3443) oximeter-db oxql::ast::table_ops::filter::tests::test_all_ident_names
86562026-09-15T04:12:19.808Z PASS [ 0.036s] (2777/3443) oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_double_points
86572026-09-15T04:12:19.811Z PASS [ 0.031s] (2778/3443) oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_points_wrong_type
86582026-09-15T04:12:19.816Z PASS [ 0.628s] (2779/3443) oximeter-db native::connection::tests::test_insert_and_select_uuid
86592026-09-15T04:12:19.816Z PASS [ 0.624s] (2780/3443) oximeter-db native::connection::tests::test_select_array_column
86602026-09-15T04:12:19.819Z PASS [ 0.037s] (2781/3443) oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_deep_expressions
86612026-09-15T04:12:19.825Z PASS [ 0.035s] (2782/3443) oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_long_expressions
86622026-09-15T04:12:19.840Z PASS [ 0.045s] (2783/3443) oximeter-db oxql::ast::table_ops::filter::tests::test_filter_empty_timeseries
86632026-09-15T04:12:19.844Z PASS [ 0.051s] (2784/3443) oximeter-db oxql::ast::table_ops::filter::tests::test_error_message_with_invalid_field_names
86642026-09-15T04:12:19.849Z PASS [ 0.048s] (2785/3443) oximeter-db oxql::ast::table_ops::group_by::tests::test_group_by
86652026-09-15T04:12:19.849Z PASS [ 0.053s] (2786/3443) oximeter-db oxql::ast::table_ops::filter::tests::test_implicit_field_names_for_types
86662026-09-15T04:12:19.852Z PASS [ 0.052s] (2787/3443) oximeter-db oxql::ast::table_ops::filter::tests::test_simplify_to_dnf
86672026-09-15T04:12:19.852Z PASS [ 0.054s] (2788/3443) oximeter-db oxql::ast::table_ops::filter::tests::test_filter_field_logic
86682026-09-15T04:12:19.852Z PASS [ 0.052s] (2789/3443) oximeter-db oxql::ast::table_ops::group_by::test::test_group_by_display
86692026-09-15T04:12:19.852Z PASS [ 0.051s] (2790/3443) oximeter-db oxql::ast::table_ops::limit::tests::test_first_k
86702026-09-15T04:12:19.857Z PASS [ 0.048s] (2791/3443) oximeter-db oxql::ast::table_ops::limit::tests::test_last_k
86712026-09-15T04:12:19.860Z PASS [ 0.048s] (2792/3443) oximeter-db oxql::ast::table_ops::test::test_grouped_table_op_display
86722026-09-15T04:12:19.867Z PASS [ 0.050s] (2793/3443) oximeter-db oxql::plan::align::test::test_align_input_schema
86732026-09-15T04:12:19.876Z PASS [ 0.058s] (2794/3443) oximeter-db oxql::plan::plan::tests::cannot_filter_with_incomparable_types
86742026-09-15T04:12:19.879Z PASS [ 0.052s] (2795/3443) oximeter-db oxql::plan::plan::tests::cannot_group_multiple_tables
86752026-09-15T04:12:19.879Z PASS [ 0.061s] (2796/3443) oximeter-db oxql::plan::plan::tests::cannot_align_non_numeric_tables
86762026-09-15T04:12:19.882Z PASS [ 0.042s] (2797/3443) oximeter-db oxql::plan::plan::tests::cannot_group_unaligned_tables
86772026-09-15T04:12:19.887Z PASS [ 0.043s] (2798/3443) oximeter-db oxql::plan::plan::tests::cannot_join_one_table
86782026-09-15T04:12:19.892Z PASS [ 0.043s] (2799/3443) oximeter-db oxql::plan::plan::tests::cannot_join_unaligned_tables
86792026-09-15T04:12:19.895Z PASS [ 0.044s] (2800/3443) oximeter-db oxql::plan::plan::tests::filter_plan_node_does_not_change_table_schema
86802026-09-15T04:12:19.909Z PASS [ 0.057s] (2801/3443) oximeter-db oxql::plan::plan::tests::group_by_plan_leaves_only_grouped_fields
86812026-09-15T04:12:19.912Z PASS [ 0.058s] (2802/3443) oximeter-db oxql::plan::plan::tests::limit_plan_node_does_not_change_table_schema
86822026-09-15T04:12:19.912Z PASS [ 0.060s] (2803/3443) oximeter-db oxql::plan::plan::tests::get_cumulative_plan_emits_two_nodes
86832026-09-15T04:12:19.912Z PASS [ 0.059s] (2804/3443) oximeter-db oxql::plan::plan::tests::get_gauge_plan_emits_one_node
86842026-09-15T04:12:19.916Z PASS [ 0.056s] (2805/3443) oximeter-db oxql::plan::plan::tests::predicate_pushdown_merges_neighboring_filter_nodes
86852026-09-15T04:12:19.916Z PASS [ 0.046s] (2806/3443) oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_into_subqueries
86862026-09-15T04:12:19.916Z PASS [ 12.456s] (2807/3443) omicron-omdb::test_all_output test_omdb_usage_errors
86872026-09-15T04:12:19.919Z PASS [ 0.042s] (2808/3443) oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_through_group_by
86882026-09-15T04:12:19.919Z PASS [ 0.062s] (2809/3443) oximeter-db oxql::plan::plan::tests::limit_pushdown_does_not_reorder_around_align
86892026-09-15T04:12:19.924Z PASS [ 0.047s] (2810/3443) oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_through_join
86902026-09-15T04:12:19.928Z PASS [ 0.043s] (2811/3443) oximeter-db oxql::plan::plan::tests::subquery_plan_returns_multiple_tables
86912026-09-15T04:12:19.931Z PASS [ 0.043s] (2812/3443) oximeter-db oxql::plan::predicates::tests::push_multiple_predicates_partway_through_alignment
86922026-09-15T04:12:19.931Z PASS [ 0.052s] (2813/3443) oximeter-db oxql::plan::plan::tests::requires_full_table_scan
86932026-09-15T04:12:19.934Z PASS [ 0.040s] (2814/3443) oximeter-db oxql::plan::predicates::tests::push_none_of_single_predicate_through_alignment
86942026-09-15T04:12:19.937Z PASS [ 0.043s] (2815/3443) oximeter-db oxql::plan::predicates::tests::push_predicates_partway_through_alignment_differently
86952026-09-15T04:12:19.940Z PASS [ 0.616s] (2816/3443) oximeter-db native::connection::tests::test_select_array_of_nullable_column
86962026-09-15T04:12:19.946Z PASS [ 0.036s] (2817/3443) oximeter-db oxql::query::tests::test_coalesce_limits
86972026-09-15T04:12:19.955Z PASS [ 0.046s] (2818/3443) oximeter-db oxql::plan::predicates::tests::push_single_predicate_partway_through_alignment
86982026-09-15T04:12:19.958Z PASS [ 0.043s] (2819/3443) oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kind_from_outer_query
86992026-09-15T04:12:19.964Z PASS [ 0.054s] (2820/3443) oximeter-db oxql::plan::predicates::tests::push_single_predicate_through_alignment
87002026-09-15T04:12:19.967Z PASS [ 0.055s] (2821/3443) oximeter-db oxql::query::tests::test_coalesce_limits_do_not_coalesce_incompatible_kind_from_outer_query
87012026-09-15T04:12:19.970Z PASS [ 0.051s] (2822/3443) oximeter-db oxql::query::tests::test_coalesce_limits_merge_from_outer_query
87022026-09-15T04:12:19.973Z PASS [ 0.057s] (2823/3443) oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kinds_within_query
87032026-09-15T04:12:19.973Z PASS [ 0.058s] (2824/3443) oximeter-db oxql::query::tests::test_coalesce_limits_do_not_rearrange_around_incompatible_timestamp_filters
87042026-09-15T04:12:19.976Z PASS [ 0.055s] (2825/3443) oximeter-db oxql::query::tests::test_coalesce_limits_merge_same_kind_within_query
87052026-09-15T04:12:19.979Z PASS [ 0.053s] (2826/3443) oximeter-db oxql::query::tests::test_coalesce_predicates
87062026-09-15T04:12:19.981Z PASS [ 0.055s] (2827/3443) oximeter-db oxql::query::tests::test_coalesce_limits_rearrange_around_timestamp_filters
87072026-09-15T04:12:19.984Z PASS [ 0.054s] (2828/3443) oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries
87082026-09-15T04:12:19.987Z PASS [ 0.055s] (2829/3443) oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries_with_group_by
87092026-09-15T04:12:19.987Z PASS [ 0.054s] (2830/3443) oximeter-db oxql::query::tests::test_coalesce_predicates_merged_into_subqueries
87102026-09-15T04:12:19.990Z PASS [ 0.052s] (2831/3443) oximeter-db oxql::query::tests::test_insert_filters
87112026-09-15T04:12:19.990Z PASS [ 0.051s] (2832/3443) oximeter-db oxql::query::tests::test_insert_filters_with_nested_subqueries
87122026-09-15T04:12:19.990Z PASS [ 0.043s] (2833/3443) oximeter-db oxql::query::tests::test_insert_filters_with_subqueries
87132026-09-15T04:12:19.994Z PASS [ 0.039s] (2834/3443) oximeter-db oxql::query::tests::test_query_end_time
87142026-09-15T04:12:19.997Z PASS [ 0.038s] (2835/3443) oximeter-db oxql::query::tests::test_query_end_time_across_subqueries
87152026-09-15T04:12:19.997Z PASS [ 0.030s] (2836/3443) oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom
87162026-09-15T04:12:19.997Z PASS [ 0.032s] (2837/3443) oximeter-db oxql::query::tests::test_restrict_filter_idents_expr
87172026-09-15T04:12:20.000Z PASS [ 0.618s] (2838/3443) oximeter-db native::connection::tests::test_send_cancel_with_no_query
87182026-09-15T04:12:20.000Z PASS [ 0.030s] (2839/3443) oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom_with_timestamp
87192026-09-15T04:12:20.003Z PASS [ 0.029s] (2840/3443) oximeter-db query::tests::test_field_cmp
87202026-09-15T04:12:20.006Z PASS [ 0.629s] (2841/3443) oximeter-db native::connection::tests::test_select_nullable_column
87212026-09-15T04:12:20.009Z PASS [ 0.033s] (2842/3443) oximeter-db query::tests::test_field_selector_as_query
87222026-09-15T04:12:20.009Z PASS [ 0.029s] (2843/3443) oximeter-db query::tests::test_field_value_as_db_str
87232026-09-15T04:12:20.012Z PASS [ 0.041s] (2844/3443) oximeter-db oxql::query::tests::test_split_query
87242026-09-15T04:12:20.015Z PASS [ 0.034s] (2845/3443) oximeter-db query::tests::test_select_query_builder_field_selectors
87252026-09-15T04:12:20.024Z PASS [ 0.040s] (2846/3443) oximeter-db query::tests::test_select_query_builder_filter_raw
87262026-09-15T04:12:20.028Z PASS [ 0.043s] (2847/3443) oximeter-db query::tests::test_select_query_builder_from_parts
87272026-09-15T04:12:20.038Z PASS [ 0.049s] (2848/3443) oximeter-db query::tests::test_select_query_builder_no_fields
87282026-09-15T04:12:20.041Z PASS [ 0.049s] (2849/3443) oximeter-db query::tests::test_select_query_builder_no_selectors
87292026-09-15T04:12:20.041Z PASS [ 0.053s] (2850/3443) oximeter-db query::tests::test_select_query_builder_full
87302026-09-15T04:12:20.044Z PASS [ 0.053s] (2851/3443) oximeter-db query::tests::test_select_query_builder_limit_offset
87312026-09-15T04:12:20.047Z PASS [ 0.050s] (2852/3443) oximeter-db query::tests::test_time_range
87322026-09-15T04:12:20.050Z PASS [ 0.053s] (2853/3443) oximeter-db query::tests::test_string_field_selector
87332026-09-15T04:12:20.053Z PASS [ 0.055s] (2854/3443) oximeter-db sql::tests::test_allow_limit_offset
87342026-09-15T04:12:20.056Z PASS [ 0.057s] (2855/3443) oximeter-db sql::tests::test_ctes_are_not_supported
87352026-09-15T04:12:20.059Z PASS [ 0.060s] (2856/3443) oximeter-db sql::tests::test_allow_subqueries
87362026-09-15T04:12:20.059Z PASS [ 0.056s] (2857/3443) oximeter-db sql::tests::test_function_allow_list
87372026-09-15T04:12:20.059Z PASS [ 0.059s] (2858/3443) oximeter-db sql::tests::test_cannot_name_database
87382026-09-15T04:12:20.059Z PASS [ 0.052s] (2859/3443) oximeter-db sql::tests::test_multiple_statements_are_not_supported
87392026-09-15T04:12:20.059Z PASS [ 0.052s] (2860/3443) oximeter-db sql::tests::test_query_must_be_select_statement
87402026-09-15T04:12:20.062Z PASS [ 0.056s] (2861/3443) oximeter-db sql::tests::test_join_must_be_inner
87412026-09-15T04:12:20.065Z PASS [ 0.038s] (2862/3443) oximeter-db sql::tests::test_safe_sql_does_not_modify_original_alias
87422026-09-15T04:12:20.068Z PASS [ 0.053s] (2863/3443) oximeter-db sql::tests::test_query_with_multiple_timeseries_generates_one_cte
87432026-09-15T04:12:20.068Z PASS [ 0.038s] (2864/3443) oximeter-db sql::tests::test_with_comma_join_fails
87442026-09-15T04:12:20.068Z PASS [ 0.053s] (2865/3443) oximeter-db sql::tests::test_require_table_is_timeseries_name
87452026-09-15T04:12:20.077Z PASS [ 0.029s] (2866/3443) oximeter-instruments http::tests::test_latency_tracker
87462026-09-15T04:12:20.079Z PASS [ 0.027s] (2867/3443) oximeter-instruments kstat::cpu::tests::test_kstat_interested
87472026-09-15T04:12:20.084Z PASS [ 0.045s] (2868/3443) oximeter-db tests::test_timeseries_key_sample_stability
87482026-09-15T04:12:20.087Z PASS [ 0.048s] (2869/3443) oximeter-db tests::test_timeseries_key_field_stability
87492026-09-15T04:12:20.090Z PASS [ 0.032s] (2870/3443) oximeter-instruments kstat::cpu::tests::test_sled_cpu_samples
87502026-09-15T04:12:20.093Z PASS [ 0.050s] (2871/3443) oximeter-db::integration_test test_schemas_are_not_modified
87512026-09-15T04:12:20.107Z PASS [ 0.040s] (2872/3443) oximeter-instruments kstat::link::illumos_tests::test_sled_datalink
87522026-09-15T04:12:20.110Z PASS [ 0.030s] (2873/3443) oximeter-instruments kstat::link::tests::test_interested_negative
87532026-09-15T04:12:20.113Z PASS [ 0.029s] (2874/3443) oximeter-instruments kstat::link::tests::test_interested_positive
87542026-09-15T04:12:20.119Z PASS [ 0.031s] (2875/3443) oximeter-instruments kstat::opte_port::tests::test_interested_negative
87552026-09-15T04:12:20.122Z PASS [ 0.028s] (2876/3443) oximeter-instruments kstat::opte_port::tests::test_interested_positive
87562026-09-15T04:12:20.122Z PASS [ 0.036s] (2877/3443) oximeter-instruments kstat::link::tests::test_to_samples
87572026-09-15T04:12:20.126Z PASS [ 0.066s] (2878/3443) oximeter-instruments kstat::link::illumos_tests::test_kstat_start_time_is_equal
87582026-09-15T04:12:20.126Z PASS [ 0.060s] (2879/3443) oximeter-instruments kstat::link::illumos_tests::test_prune_creation_times_when_target_is_removed
87592026-09-15T04:12:20.129Z PASS [ 0.065s] (2880/3443) oximeter-instruments kstat::link::illumos_tests::test_kstat_with_expiration
87602026-09-15T04:12:20.132Z PASS [ 0.074s] (2881/3443) oximeter-instruments kstat::cpu::tests::test_kstat_sampler
87612026-09-15T04:12:20.132Z PASS [ 0.064s] (2882/3443) oximeter-instruments kstat::link::illumos_tests::test_prune_creation_times_when_kstat_is_gone
87622026-09-15T04:12:20.132Z PASS [ 0.073s] (2883/3443) oximeter-instruments kstat::link::illumos_tests::test_kstat_sampler_with_overflow
87632026-09-15T04:12:20.137Z PASS [ 0.076s] (2884/3443) oximeter-instruments kstat::link::illumos_tests::no_futures_to_await_after_removing_target
87642026-09-15T04:12:20.140Z PASS [ 0.030s] (2885/3443) oximeter-instruments kstat::opte_port::tests::test_to_samples
87652026-09-15T04:12:20.140Z PASS [ 0.024s] (2886/3443) oximeter-instruments kstat::zone::parse_tests::test_parse_zone_name_no_prefix
87662026-09-15T04:12:20.140Z PASS [ 0.029s] (2887/3443) oximeter-instruments kstat::zone::parse_tests::test_parse_zone_name_invalid_uuid
87672026-09-15T04:12:20.143Z PASS [ 0.024s] (2888/3443) oximeter-instruments kstat::zone::parse_tests::test_parse_zone_name_no_uuid
87682026-09-15T04:12:20.146Z PASS [ 0.085s] (2889/3443) oximeter-instruments kstat::link::illumos_tests::test_kstat_sampler
87692026-09-15T04:12:20.146Z PASS [ 0.023s] (2890/3443) oximeter-instruments kstat::zone::parse_tests::test_parse_zone_name_omicron_zone
87702026-09-15T04:12:20.149Z PASS [ 0.027s] (2891/3443) oximeter-instruments kstat::zone::tests::test_kstat_interested
87712026-09-15T04:12:20.149Z PASS [ 0.072s] (2892/3443) oximeter-instruments kstat::link::illumos_tests::updating_target_changes_existing_sampling_interval
87722026-09-15T04:12:20.155Z PASS [ 0.025s] (2893/3443) oximeter-macro-impl tests::test_extract_datum_type_by_annotatd_field
87732026-09-15T04:12:20.158Z PASS [ 0.023s] (2894/3443) oximeter-macro-impl tests::test_extract_datum_type_multiple_annotated_fields
87742026-09-15T04:12:20.158Z PASS [ 0.025s] (2895/3443) oximeter-macro-impl tests::test_extract_datum_type_by_field_name
87752026-09-15T04:12:20.158Z PASS [ 0.030s] (2896/3443) oximeter-instruments kstat::zone::tests::test_zone_samples
87762026-09-15T04:12:20.161Z PASS [ 0.022s] (2897/3443) oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated
87772026-09-15T04:12:20.161Z PASS [ 0.023s] (2898/3443) oximeter-macro-impl tests::test_metric_annotated_field
87782026-09-15T04:12:20.164Z PASS [ 0.033s] (2899/3443) oximeter-instruments zfs::usage::tests::test_dataset_samples
87792026-09-15T04:12:20.164Z PASS [ 0.026s] (2900/3443) oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated_same_field
87802026-09-15T04:12:20.167Z PASS [ 0.038s] (2901/3443) oximeter-instruments zfs::usage::tests::test_collect_zpools
87812026-09-15T04:12:20.171Z PASS [ 0.023s] (2902/3443) oximeter-macro-impl tests::test_metric_without_datum_field
87822026-09-15T04:12:20.174Z PASS [ 0.024s] (2903/3443) oximeter-macro-impl tests::test_target_empty_struct
87832026-09-15T04:12:20.174Z PASS [ 0.025s] (2904/3443) oximeter-macro-impl tests::test_target
87842026-09-15T04:12:20.174Z PASS [ 0.030s] (2905/3443) oximeter-macro-impl tests::test_metric_enum
87852026-09-15T04:12:20.174Z PASS [ 0.026s] (2906/3443) oximeter-macro-impl tests::test_metric_datum_field
87862026-09-15T04:12:20.177Z PASS [ 0.021s] (2907/3443) oximeter-macro-impl tests::test_target_enum
87872026-09-15T04:12:20.177Z PASS [ 0.050s] (2908/3443) oximeter-instruments zfs::usage::tests::test_collect_datasets
87882026-09-15T04:12:20.180Z PASS [ 0.023s] (2909/3443) oximeter-macro-impl tests::test_target_unit_struct
87892026-09-15T04:12:20.183Z PASS [ 0.024s] (2910/3443) oximeter-macro-impl tests::test_target_with_datum_field
87902026-09-15T04:12:20.192Z PASS [ 0.032s] (2911/3443) oximeter-schema codegen::tests::compute_extra_derives_respects_datum_type_with_no_extra_derives
87912026-09-15T04:12:20.195Z PASS [ 0.033s] (2912/3443) oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_datum_types
87922026-09-15T04:12:20.195Z PASS [ 0.028s] (2913/3443) oximeter-schema codegen::tests::compute_extra_derives_respects_totally_ordered_datum_types
87932026-09-15T04:12:20.198Z PASS [ 0.030s] (2914/3443) oximeter-schema codegen::tests::compute_extra_derives_respects_partially_ordered_datum_types
87942026-09-15T04:12:20.198Z PASS [ 0.032s] (2915/3443) oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_fields
87952026-09-15T04:12:20.198Z PASS [ 0.026s] (2916/3443) oximeter-schema codegen::tests::emit_schema_types_generates_expected_tokens
87962026-09-15T04:12:20.198Z PASS [ 0.024s] (2917/3443) oximeter-schema ir::tests::construct_field_schema_fails_with_reference_to_unknown_field
87972026-09-15T04:12:20.201Z PASS [ 0.022s] (2918/3443) oximeter-schema ir::tests::extract_authz_scope_requires_relevant_field
87982026-09-15T04:12:20.201Z PASS [ 0.027s] (2919/3443) oximeter-schema codegen::tests::emit_schema_types_with_no_metric_fields_generates_expected_tokens
87992026-09-15T04:12:20.201Z PASS [ 0.020s] (2920/3443) oximeter-schema ir::tests::extract_metric_fields_fails_to_add_existing_metric
88002026-09-15T04:12:20.201Z PASS [ 0.024s] (2921/3443) oximeter-schema ir::tests::ensures_target_has_at_least_one_field
88012026-09-15T04:12:20.201Z PASS [ 0.026s] (2922/3443) oximeter-schema ir::tests::construct_field_schema_picks_up_correct_fields
88022026-09-15T04:12:20.208Z PASS [ 0.027s] (2923/3443) oximeter-schema ir::tests::extract_metric_fields_fails_to_remove_non_existent_metric
88032026-09-15T04:12:20.211Z PASS [ 0.019s] (2924/3443) oximeter-schema ir::tests::extract_metric_fields_fails_with_non_increasing_versions
88042026-09-15T04:12:20.214Z PASS [ 0.019s] (2925/3443) oximeter-schema ir::tests::extract_metric_fields_requires_adding_first
88052026-09-15T04:12:20.217Z PASS [ 0.040s] (2926/3443) oximeter-schema ir::tests::construct_field_schema_fails_with_duplicate_field_names
88062026-09-15T04:12:20.217Z PASS [ 0.020s] (2927/3443) oximeter-schema ir::tests::extract_metric_fields_succeeds_with_gaps_in_versions
88072026-09-15T04:12:20.220Z PASS [ 0.020s] (2928/3443) oximeter-schema ir::tests::fail_on_empty_target_name
88082026-09-15T04:12:20.220Z PASS [ 0.023s] (2929/3443) oximeter-schema ir::tests::fail_on_empty_descriptions
88092026-09-15T04:12:20.220Z PASS [ 0.024s] (2930/3443) oximeter-schema ir::tests::fail_on_empty_metric_name
88102026-09-15T04:12:20.223Z PASS [ 0.023s] (2931/3443) oximeter-schema ir::tests::fail_on_very_long_field_names
88112026-09-15T04:12:20.226Z PASS [ 0.027s] (2932/3443) oximeter-schema ir::tests::fail_on_very_long_timeseries_name
88122026-09-15T04:12:20.230Z PASS [ 0.028s] (2933/3443) oximeter-schema ir::tests::into_schema_list_fails_with_zero_metrics
88132026-09-15T04:12:20.230Z PASS [ 0.029s] (2934/3443) oximeter-schema ir::tests::load_schema_fails_with_nonexistent_target_version
88142026-09-15T04:12:20.233Z PASS [ 0.032s] (2935/3443) oximeter-schema ir::tests::load_schema_catches_metric_versions_not_added_in
88152026-09-15T04:12:20.233Z PASS [ 0.033s] (2936/3443) oximeter-schema ir::tests::load_schema_fails_with_duplicate_timeseries
88162026-09-15T04:12:20.236Z PASS [ 0.026s] (2937/3443) oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions
88172026-09-15T04:12:20.236Z PASS [ 0.023s] (2938/3443) oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_is_modified
88182026-09-15T04:12:20.239Z PASS [ 0.021s] (2939/3443) oximeter-schema ir::tests::only_support_format_version_1
88192026-09-15T04:12:20.239Z PASS [ 0.025s] (2940/3443) oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_version_is_removed
88202026-09-15T04:12:20.239Z PASS [ 0.024s] (2941/3443) oximeter-schema ir::tests::load_schema_skips_versions_until_metric_is_added
88212026-09-15T04:12:20.239Z PASS [ 0.019s] (2942/3443) oximeter-schema ir::tests::validate_field_name_disallows_bad_names
88222026-09-15T04:12:20.242Z PASS [ 0.025s] (2943/3443) oximeter-schema ir::tests::load_schema_fills_in_late_implied_metric_versions
88232026-09-15T04:12:20.242Z PASS [ 0.021s] (2944/3443) oximeter-schema ir::tests::validate_field_name_verifies_uuid_field_names
88242026-09-15T04:12:20.254Z PASS [ 0.021s] (2945/3443) oximeter-types queue::tests::test_bounded_queue
88252026-09-15T04:12:20.257Z PASS [ 0.019s] (2946/3443) oximeter-types queue::tests::test_bounded_queue_sample_overflow
88262026-09-15T04:12:20.257Z PASS [ 0.034s] (2947/3443) oximeter-test-utils tests::test_gen_test_samples
88272026-09-15T04:12:20.257Z PASS [ 0.023s] (2948/3443) oximeter-types queue::tests::test_bounded_queue_overflow
88282026-09-15T04:12:20.260Z PASS [ 0.019s] (2949/3443) oximeter-types-versions impls::histogram::tests::test_bin_range
88292026-09-15T04:12:20.263Z PASS [ 0.021s] (2950/3443) oximeter-types-versions impls::histogram::tests::test_bin_range_to
88302026-09-15T04:12:20.264Z PASS [ 0.023s] (2951/3443) oximeter-types traits::tests::test_producer_trait
88312026-09-15T04:12:20.264Z PASS [ 0.024s] (2952/3443) oximeter-types traits::tests::test_metric_trait
88322026-09-15T04:12:20.264Z PASS [ 0.024s] (2953/3443) oximeter-types traits::tests::test_target_trait
88332026-09-15T04:12:20.264Z PASS [ 0.037s] (2954/3443) oximeter-test-utils tests::test_sample_struct
88342026-09-15T04:12:20.267Z PASS [ 0.024s] (2955/3443) oximeter-types-versions impls::histogram::tests::test_bin_range_from
88352026-09-15T04:12:20.267Z PASS [ 0.036s] (2956/3443) oximeter-test-utils tests::test_schema_field_ordering_across_target_metric
88362026-09-15T04:12:20.267Z PASS [ 0.034s] (2957/3443) oximeter-test-utils tests::test_timeseries_schema_from_parts
88372026-09-15T04:12:20.269Z PASS [ 0.037s] (2958/3443) oximeter-test-utils tests::test_timeseries_schema_from_sample
88382026-09-15T04:12:20.275Z PASS [ 0.021s] (2959/3443) oximeter-types-versions impls::histogram::tests::test_empty_bins_not_supported
88392026-09-15T04:12:20.275Z PASS [ 0.021s] (2960/3443) oximeter-types-versions impls::histogram::tests::test_ensure_finite
88402026-09-15T04:12:20.279Z PASS [ 0.020s] (2961/3443) oximeter-types-versions impls::histogram::tests::test_histogram_construct_with
88412026-09-15T04:12:20.279Z PASS [ 0.020s] (2962/3443) oximeter-types-versions impls::histogram::tests::test_histogram_extreme_bins
88422026-09-15T04:12:20.279Z PASS [ 0.023s] (2963/3443) oximeter-types-versions impls::histogram::tests::test_histogram
88432026-09-15T04:12:20.283Z PASS [ 0.020s] (2964/3443) oximeter-types-versions impls::histogram::tests::test_histogram_unsorted_bins
88442026-09-15T04:12:20.287Z PASS [ 0.026s] (2965/3443) oximeter-types-versions impls::histogram::tests::test_histogram_extreme_samples
88452026-09-15T04:12:20.290Z PASS [ 0.027s] (2966/3443) oximeter-types-versions impls::histogram::tests::test_histogram_float_bins
88462026-09-15T04:12:20.291Z PASS [ 0.025s] (2967/3443) oximeter-types-versions impls::histogram::tests::test_histogram_with_overlapping_bins
88472026-09-15T04:12:20.291Z PASS [ 0.025s] (2968/3443) oximeter-types-versions impls::histogram::tests::test_log_bins_u64
88482026-09-15T04:12:20.293Z PASS [ 0.028s] (2969/3443) oximeter-types-versions impls::histogram::tests::test_histogram_with_bins
88492026-09-15T04:12:20.293Z PASS [ 0.028s] (2970/3443) oximeter-types-versions impls::histogram::tests::test_histogram_unbounded_samples
88502026-09-15T04:12:20.293Z PASS [ 0.027s] (2971/3443) oximeter-types-versions impls::histogram::tests::test_histogram_with_non_partitioned_bins
88512026-09-15T04:12:20.296Z PASS [ 0.026s] (2972/3443) oximeter-types-versions impls::histogram::tests::test_log_bins_u8
88522026-09-15T04:12:20.299Z PASS [ 0.021s] (2973/3443) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_all_representable
88532026-09-15T04:12:20.299Z PASS [ 0.022s] (2974/3443) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_does_not_overflow_wide_bin_type
88542026-09-15T04:12:20.299Z PASS [ 0.022s] (2975/3443) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_does_overflow_narrow_bin_type
88552026-09-15T04:12:20.302Z PASS [ 0.022s] (2976/3443) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_1
88562026-09-15T04:12:20.302Z PASS [ 0.023s] (2977/3443) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_2
88572026-09-15T04:12:20.305Z PASS [ 0.021s] (2978/3443) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_3
88582026-09-15T04:12:20.309Z PASS [ 0.020s] (2979/3443) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_4
88592026-09-15T04:12:20.312Z PASS [ 0.597s] (2980/3443) oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequence_with_valid_unicode_sequence
88602026-09-15T04:12:20.314Z PASS [ 0.023s] (2981/3443) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_small_bin_count
88612026-09-15T04:12:20.314Z PASS [ 0.023s] (2982/3443) oximeter-types-versions impls::histogram::tests::test_span_decades_other_counts_u64_resolution_too_low
88622026-09-15T04:12:20.317Z PASS [ 0.019s] (2983/3443) oximeter-types-versions impls::quantile::tests::test_default_percentiles
88632026-09-15T04:12:20.317Z PASS [ 0.026s] (2984/3443) oximeter-types-versions impls::histogram::tests::test_log_linear_bins_integer_size_checks
88642026-09-15T04:12:20.317Z PASS [ 0.026s] (2985/3443) oximeter-types-versions impls::histogram::tests::test_span_decades
88652026-09-15T04:12:20.317Z PASS [ 0.025s] (2986/3443) oximeter-types-versions impls::histogram::tests::test_span_decades_other_counts_f64
88662026-09-15T04:12:20.318Z PASS [ 0.026s] (2987/3443) oximeter-types-versions impls::histogram::tests::test_span_decades_other_counts_u64_resolution_ok
88672026-09-15T04:12:20.318Z PASS [ 0.020s] (2988/3443) oximeter-types-versions impls::quantile::tests::test_empty_observations
88682026-09-15T04:12:20.320Z PASS [ 0.019s] (2989/3443) oximeter-types-versions impls::quantile::tests::test_float_observations
88692026-09-15T04:12:20.321Z PASS [ 0.019s] (2990/3443) oximeter-types-versions impls::quantile::tests::test_integer_observations
88702026-09-15T04:12:20.324Z PASS [ 0.019s] (2991/3443) oximeter-types-versions impls::quantile::tests::test_invalid_p_value
88712026-09-15T04:12:20.324Z PASS [ 0.024s] (2992/3443) oximeter-types-versions impls::quantile::tests::test_find_cells
88722026-09-15T04:12:20.324Z PASS [ 0.019s] (2993/3443) oximeter-types-versions impls::quantile::tests::test_max_p
88732026-09-15T04:12:20.328Z PASS [ 0.020s] (2994/3443) oximeter-types-versions impls::quantile::tests::test_min_p
88742026-09-15T04:12:20.332Z PASS [ 0.019s] (2995/3443) oximeter-types-versions impls::quantile::tests::test_rounding
88752026-09-15T04:12:20.336Z PASS [ 0.022s] (2996/3443) oximeter-types-versions impls::quantile::tests::test_non_filled_observations
88762026-09-15T04:12:20.336Z PASS [ 0.018s] (2997/3443) oximeter-types-versions impls::types::tests::test_cumulative_f64
88772026-09-15T04:12:20.336Z PASS [ 0.020s] (2998/3443) oximeter-types-versions impls::schema::tests::test_field_schema_ordering
88782026-09-15T04:12:20.340Z PASS [ 0.019s] (2999/3443) oximeter-types-versions impls::types::tests::test_datum
88792026-09-15T04:12:20.340Z PASS [ 0.018s] (3000/3443) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_02_as_i8
88802026-09-15T04:12:20.340Z PASS [ 0.020s] (3001/3443) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_01_as_string
88812026-09-15T04:12:20.340Z PASS [ 0.022s] (3002/3443) oximeter-types-versions impls::schema::tests::test_timeseries_name
88822026-09-15T04:12:20.340Z PASS [ 0.019s] (3003/3443) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_03_as_u8
88832026-09-15T04:12:20.340Z PASS [ 0.023s] (3004/3443) oximeter-types-versions impls::schema::tests::test_timeseries_name_from_str
88842026-09-15T04:12:20.340Z PASS [ 0.023s] (3005/3443) oximeter-types-versions impls::types::tests::test_cumulative_i64
88852026-09-15T04:12:20.343Z PASS [ 0.017s] (3006/3443) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_06_as_i32
88862026-09-15T04:12:20.343Z PASS [ 0.019s] (3007/3443) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_04_as_i16
88872026-09-15T04:12:20.346Z PASS [ 0.023s] (3008/3443) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_05_as_u16
88882026-09-15T04:12:20.349Z PASS [ 0.018s] (3009/3443) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_07_as_u32
88892026-09-15T04:12:20.352Z PASS [ 0.018s] (3010/3443) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_08_as_i64
88902026-09-15T04:12:20.352Z PASS [ 0.017s] (3011/3443) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_10_as_uuid
88912026-09-15T04:12:20.355Z PASS [ 0.019s] (3012/3443) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_09_as_u64
88922026-09-15T04:12:20.357Z PASS [ 0.020s] (3013/3443) oximeter-types-versions impls::types::tests::test_field_value_parse_as_wrong_type::case_1_as_u64
88932026-09-15T04:12:20.357Z PASS [ 0.022s] (3014/3443) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_11_as_ipv4addr
88942026-09-15T04:12:20.360Z PASS [ 0.022s] (3015/3443) oximeter-types-versions impls::types::tests::test_field_value_parse_as_wrong_type::case_3_as_bool
88952026-09-15T04:12:20.361Z PASS [ 0.019s] (3016/3443) oxlog illumos_tests::test_crtime_of_new_file
88962026-09-15T04:12:20.363Z PASS [ 0.024s] (3017/3443) oximeter-types-versions impls::types::tests::test_field_value_parse_as_wrong_type::case_2_as_uuid
88972026-09-15T04:12:20.363Z PASS [ 0.023s] (3018/3443) oximeter-types-versions impls::types::tests::test_field_value_parse_as_wrong_type::case_5_as_uuid
88982026-09-15T04:12:20.363Z PASS [ 0.024s] (3019/3443) oximeter-types-versions impls::types::tests::test_field_value_parse_as_wrong_type::case_4_as_ipaddr
88992026-09-15T04:12:20.363Z PASS [ 0.027s] (3020/3443) oximeter-types-versions impls::types::tests::test_field_value_parse_as_type::case_12_as_ipv6addr
89002026-09-15T04:12:20.363Z PASS [ 0.023s] (3021/3443) oximeter-types-versions impls::types::tests::test_verify_field_names
89012026-09-15T04:12:20.363Z PASS [ 0.024s] (3022/3443) oximeter-types-versions impls::types::tests::test_measurement
89022026-09-15T04:12:20.366Z PASS [ 0.019s] (3023/3443) oxlog tests::test_created_lookup_gating
89032026-09-15T04:12:20.366Z PASS [ 0.018s] (3024/3443) oxlog tests::test_daterange_filter
89042026-09-15T04:12:20.369Z PASS [ 0.018s] (3025/3443) oxlog tests::test_daterange_filter_content_span
89052026-09-15T04:12:20.372Z PASS [ 0.019s] (3026/3443) oxlog tests::test_is_oxide_smf_log_file
89062026-09-15T04:12:20.372Z PASS [ 0.019s] (3027/3443) oxlog tests::test_oxide_smf_service_name_from_log_file_name
89072026-09-15T04:12:20.375Z PASS [ 0.019s] (3028/3443) oxlog tests::test_sort_logs
89082026-09-15T04:12:20.378Z PASS [ 0.018s] (3029/3443) oxql-types point::tests::test_cast_points_from_bool
89092026-09-15T04:12:20.381Z PASS [ 0.019s] (3030/3443) oxql-types point::tests::test_cast_points_from_double
89102026-09-15T04:12:20.381Z PASS [ 0.022s] (3031/3443) oxlog::bin/oxlog tests::test_parse_timestamp
89112026-09-15T04:12:20.381Z PASS [ 0.019s] (3032/3443) oxql-types point::tests::test_cast_points_from_double_distribution
89122026-09-15T04:12:20.381Z PASS [ 0.018s] (3033/3443) oxql-types point::tests::test_cast_points_from_string
89132026-09-15T04:12:20.384Z PASS [ 0.022s] (3034/3443) oxql-types point::tests::test_cast_points_from_integer
89142026-09-15T04:12:20.387Z PASS [ 0.022s] (3035/3443) oxql-types point::tests::test_join_point_arrays
89152026-09-15T04:12:20.387Z PASS [ 0.023s] (3036/3443) oxql-types point::tests::test_point_delta_between
89162026-09-15T04:12:20.390Z PASS [ 0.023s] (3037/3443) oxql-types point::tests::test_point_delta_between_with_new_epoch
89172026-09-15T04:12:20.390Z PASS [ 0.026s] (3038/3443) oxql-types point::tests::test_cast_points_from_int_distribution
89182026-09-15T04:12:20.393Z PASS [ 0.024s] (3039/3443) oxql-types point::tests::test_push_concrete_values
89192026-09-15T04:12:20.393Z PASS [ 0.021s] (3040/3443) oxql-types point::tests::test_sub_between_histogram_distributions
89202026-09-15T04:12:20.393Z PASS [ 0.028s] (3041/3443) oxql-types point::tests::test_point_delta_between_overlapping_time_ranges
89212026-09-15T04:12:20.398Z PASS [ 0.018s] (3042/3443) range-requests test::get_response_no_range
89222026-09-15T04:12:20.401Z PASS [ 0.018s] (3043/3443) range-requests test::parse_range_invalid
89232026-09-15T04:12:20.404Z PASS [ 0.023s] (3044/3443) range-requests test::get_response_with_range
89242026-09-15T04:12:20.404Z PASS [ 0.022s] (3045/3443) range-requests test::invalid_ranges
89252026-09-15T04:12:20.404Z PASS [ 0.018s] (3046/3443) range-requests test::parse_range_valid
89262026-09-15T04:12:20.407Z PASS [ 0.019s] (3047/3443) range-requests test::potential_range_parsing_does_not_crash
89272026-09-15T04:12:20.407Z PASS [ 0.019s] (3048/3443) range-requests test::single_range_parsing_does_not_crash
89282026-09-15T04:12:20.407Z PASS [ 0.033s] (3049/3443) rack-init-config tests::bgp_request_round_trips_through_sled_agent
89292026-09-15T04:12:20.410Z PASS [ 0.022s] (3050/3443) range-requests test::range_into_str
89302026-09-15T04:12:20.418Z PASS [ 0.039s] (3051/3443) rack-init-config tests::static_bfd_request_round_trips_through_sled_agent
89312026-09-15T04:12:20.422Z PASS [ 0.045s] (3052/3443) rack-init-config tests::non_gimlet_example_round_trips_through_sled_agent
89322026-09-15T04:12:20.451Z PASS [ 0.080s] (3053/3443) parallel-task-set test::test_spawn_many
89332026-09-15T04:12:20.516Z PASS [ 0.123s] (3054/3443) reconfigurator-cli::test-scripts script::cmds-add-sled-no-disks.txt
89342026-09-15T04:12:20.530Z PASS [ 0.132s] (3055/3443) reconfigurator-cli::test-scripts script::cmds-blueprint-noop.txt
89352026-09-15T04:12:20.590Z PASS [ 0.198s] (3056/3443) reconfigurator-cli::test-scripts script::cmds-blueprint-load.txt
89362026-09-15T04:12:20.601Z PASS [ 0.196s] (3057/3443) reconfigurator-cli::test-scripts script::cmds-expunge-zones.txt
89372026-09-15T04:12:20.604Z PASS [ 0.208s] (3058/3443) reconfigurator-cli::test-scripts script::cmds-blueprint-history.txt
89382026-09-15T04:12:20.604Z PASS [ 0.194s] (3059/3443) reconfigurator-cli::test-scripts script::cmds-load-errors.txt
89392026-09-15T04:12:20.604Z PASS [ 0.200s] (3060/3443) reconfigurator-cli::test-scripts script::cmds-cockroachdb-settings.txt
89402026-09-15T04:12:20.610Z PASS [ 0.202s] (3061/3443) reconfigurator-cli::test-scripts script::cmds-host-phase-2-source.txt
89412026-09-15T04:12:20.613Z PASS [ 0.210s] (3062/3443) reconfigurator-cli::test-scripts script::cmds-expunge-newly-added-internal-dns.txt
89422026-09-15T04:12:20.620Z PASS [ 0.218s] (3063/3443) reconfigurator-cli::test-scripts script::cmds-example.txt
89432026-09-15T04:12:20.623Z PASS [ 0.220s] (3064/3443) reconfigurator-cli::test-scripts script::cmds-expunge-newly-added-external-dns.txt
89442026-09-15T04:12:20.702Z PASS [ 0.185s] (3065/3443) reconfigurator-cli::test-scripts script::cmds-mupdate-override-without-target-release.txt
89452026-09-15T04:12:20.706Z PASS [ 0.295s] (3066/3443) reconfigurator-cli::test-scripts script::cmds-load-multi.txt
89462026-09-15T04:12:20.717Z PASS [ 0.299s] (3067/3443) reconfigurator-cli::test-scripts script::cmds-load-pick-collection.txt
89472026-09-15T04:12:20.720Z PASS [ 0.296s] (3068/3443) reconfigurator-cli::test-scripts script::cmds-missing-measurement-manifest.txt
89482026-09-15T04:12:20.726Z PASS [ 0.113s] (3069/3443) reconfigurator-cli::test-scripts script::cmds-pipe-to-grep.txt
89492026-09-15T04:12:20.781Z PASS [ 0.128s] (3070/3443) reconfigurator-cli::test-scripts script::cmds-nexus-generation.txt
89502026-09-15T04:12:20.781Z PASS [ 0.315s] (3071/3443) reconfigurator-cli::test-scripts script::cmds-missing-sled-blocks-zone-updates.txt
89512026-09-15T04:12:20.812Z PASS [ 0.188s] (3072/3443) reconfigurator-cli::test-scripts script::cmds-set-remove-mupdate-override.txt
89522026-09-15T04:12:20.818Z PASS [ 0.288s] (3073/3443) reconfigurator-cli::test-scripts script::cmds-mupdate-stale-inventory-set.txt
89532026-09-15T04:12:20.821Z PASS [ 0.199s] (3074/3443) reconfigurator-cli::test-scripts script::cmds-set-mgs-updates.txt
89542026-09-15T04:12:20.834Z PASS [ 0.022s] (3075/3443) sled-agent-bootstrap-common sprockets::tests::json_serialization_round_trips
89552026-09-15T04:12:20.837Z PASS [ 0.119s] (3076/3443) reconfigurator-cli::test-scripts script::cmds-undo-redo.txt
89562026-09-15T04:12:20.871Z PASS [ 0.280s] (3077/3443) reconfigurator-cli::test-scripts script::cmds-mupdate-stale-inventory.txt
89572026-09-15T04:12:20.886Z PASS [ 0.184s] (3078/3443) reconfigurator-cli::test-scripts script::cmds-set-update-disposition.txt
89582026-09-15T04:12:20.889Z PASS [ 0.183s] (3079/3443) reconfigurator-cli::test-scripts script::cmds-set-zone-images.txt
89592026-09-15T04:12:20.894Z PASS [ 0.292s] (3080/3443) reconfigurator-cli::test-scripts script::cmds-noop-image-source.txt
89602026-09-15T04:12:20.894Z PASS [ 0.285s] (3081/3443) reconfigurator-cli::test-scripts script::cmds-noop-stale-inventory.txt
89612026-09-15T04:12:20.906Z PASS [ 0.305s] (3082/3443) reconfigurator-cli::test-scripts script::cmds-nexus-generation-autobump.txt
89622026-09-15T04:12:20.950Z PASS [ 0.184s] (3083/3443) reconfigurator-cli::test-scripts script::cmds.txt
89632026-09-15T04:12:21.016Z PASS [ 0.415s] (3084/3443) reconfigurator-cli::test-scripts script::cmds-mupdate-update-flow.txt
89642026-09-15T04:12:21.023Z PASS [ 0.297s] (3085/3443) reconfigurator-cli::test-scripts script::cmds-unknown-measurements.txt
89652026-09-15T04:12:21.092Z PASS [ 0.077s] (3086/3443) sled-agent-config-reconciler debug_collector::file_archiver::execution::test::test_entry_type_confusion
89662026-09-15T04:12:21.103Z PASS [ 0.081s] (3087/3443) sled-agent-config-reconciler debug_collector::file_archiver::execution::test::test_real_archival
89672026-09-15T04:12:21.131Z PASS [ 0.401s] (3088/3443) reconfigurator-cli::test-scripts script::cmds-unsafe-zone-mgs.txt
89682026-09-15T04:12:21.143Z PASS [ 0.051s] (3089/3443) sled-agent-config-reconciler debug_collector::file_archiver::filesystem::test::test_file_exists
89692026-09-15T04:12:21.154Z PASS [ 0.051s] (3090/3443) sled-agent-config-reconciler debug_collector::file_archiver::filesystem::test::test_file_mtime
89702026-09-15T04:12:21.171Z PASS [ 0.039s] (3091/3443) sled-agent-config-reconciler debug_collector::file_archiver::filesystem::test::test_filename
89712026-09-15T04:12:21.189Z PASS [ 0.045s] (3092/3443) sled-agent-config-reconciler debug_collector::file_archiver::filesystem::test::test_list_directories_type_filtering
89722026-09-15T04:12:21.201Z PASS [ 0.047s] (3093/3443) sled-agent-config-reconciler debug_collector::file_archiver::filesystem::test::test_list_files_type_filtering
89732026-09-15T04:12:21.221Z PASS [ 0.051s] (3094/3443) sled-agent-config-reconciler debug_collector::file_archiver::filesystem::test::test_list_nonexistent_dir
89742026-09-15T04:12:21.254Z PASS [ 0.065s] (3095/3443) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_archiving_basic
89752026-09-15T04:12:21.267Z PASS [ 0.066s] (3096/3443) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_archiving_immutable_only
89762026-09-15T04:12:21.287Z PASS [ 0.066s] (3097/3443) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_archiving_is_streaming
89772026-09-15T04:12:21.321Z PASS [ 0.067s] (3098/3443) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_directory_list_error
89782026-09-15T04:12:21.334Z PASS [ 0.047s] (3099/3443) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_naming_dropbox
89792026-09-15T04:12:21.337Z PASS [ 0.069s] (3100/3443) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_file_metadata_error
89802026-09-15T04:12:21.368Z PASS [ 0.047s] (3101/3443) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_naming_logs
89812026-09-15T04:12:21.393Z PASS [ 0.056s] (3102/3443) sled-agent-config-reconciler debug_collector::file_archiver::test_helpers::test_test_data
89822026-09-15T04:12:21.409Z PASS [ 0.075s] (3103/3443) sled-agent-config-reconciler debug_collector::file_archiver::planning::test::test_nested_archival_errors
89832026-09-15T04:12:21.439Z PASS [ 0.071s] (3104/3443) sled-agent-config-reconciler debug_collector::worker::tests::test_archives_rotated_logs_and_cores
89842026-09-15T04:12:21.446Z PASS [ 0.055s] (3105/3443) sled-agent-config-reconciler debug_collector::worker::tests::test_configures_coreadm_only_when_crash_dataset_mounted
89852026-09-15T04:12:21.450Z PASS [ 1.392s] (3106/3443) oximeter-instruments kstat::link::illumos_tests::overflowing_self_stat_queue_does_not_block_sampler
89862026-09-15T04:12:21.463Z PASS [ 0.054s] (3107/3443) sled-agent-config-reconciler debug_collector::worker::tests::test_debug_dir_cleaned_over_threshold
89872026-09-15T04:12:21.501Z PASS [ 0.062s] (3108/3443) sled-agent-config-reconciler debug_collector::worker::tests::test_debug_dir_cleaned_over_threshold_many_files
89882026-09-15T04:12:21.502Z PASS [ 0.055s] (3109/3443) sled-agent-config-reconciler debug_collector::worker::tests::test_debug_dir_cleanup_ignores_support_bundles
89892026-09-15T04:12:21.506Z PASS [ 0.056s] (3110/3443) sled-agent-config-reconciler debug_collector::worker::tests::test_debug_dir_not_cleaned_under_threshold
89902026-09-15T04:12:21.515Z PASS [ 0.051s] (3111/3443) sled-agent-config-reconciler debug_collector::worker::tests::test_does_not_configure_coreadm_when_no_crash_dataset_mounted
89912026-09-15T04:12:21.555Z PASS [ 0.054s] (3112/3443) sled-agent-config-reconciler debug_collector::worker::tests::test_dumpadm_called_when_vacant_slice_but_no_dir
89922026-09-15T04:12:21.558Z PASS [ 0.054s] (3113/3443) sled-agent-config-reconciler debug_collector::worker::tests::test_dumps_saved_when_space_available
89932026-09-15T04:12:21.561Z PASS [ 0.055s] (3114/3443) sled-agent-config-reconciler debug_collector::worker::tests::test_savecore_and_dumpadm_not_called_when_occupied_and_no_dir
89942026-09-15T04:12:21.570Z PASS [ 0.665s] (3115/3443) sled-agent-config-reconciler dataset_serialization_task::tests::transient_zone_datasets_skipped_if_no_transient_zone_root
89952026-09-15T04:12:21.614Z PASS [ 0.058s] (3116/3443) sled-agent-config-reconciler host_phase_2::tests::reconcile_slot_reads_disk_as_needed
89962026-09-15T04:12:21.620Z PASS [ 0.065s] (3117/3443) sled-agent-config-reconciler host_phase_2::tests::reconcile_slot_writes_disk_as_needed
89972026-09-15T04:12:21.665Z PASS [ 0.050s] (3118/3443) sled-agent-config-reconciler internal_disks::tests::firmware_updates_are_propagated
89982026-09-15T04:12:21.671Z PASS [ 0.051s] (3119/3443) sled-agent-config-reconciler internal_disks::tests::only_m2_disks_are_adopted
89992026-09-15T04:12:21.718Z PASS [ 0.053s] (3120/3443) sled-agent-config-reconciler internal_disks::tests::removed_disks_are_propagated
90002026-09-15T04:12:21.721Z PASS [ 0.158s] (3121/3443) sled-agent-config-reconciler internal_disks::tests::boot_disks_sort_ahead_of_non_boot_disks_in_id_map
90012026-09-15T04:12:21.740Z PASS [ 0.068s] (3122/3443) sled-agent-config-reconciler ledger::ledgered_config_versioning::tests::can_convert_v4_to_newer_versions
90022026-09-15T04:12:21.771Z PASS [ 0.053s] (3123/3443) sled-agent-config-reconciler ledger::ledgered_config_versioning::tests::read_artifact_config_converts_from_older_versions
90032026-09-15T04:12:21.801Z PASS [ 0.061s] (3124/3443) sled-agent-config-reconciler ledger::tests::first_config_is_ledgered
90042026-09-15T04:12:21.827Z PASS [ 0.108s] (3125/3443) sled-agent-config-reconciler ledger::ledgered_config_versioning::tests::read_config_converts_from_older_versions
90052026-09-15T04:12:21.833Z PASS [ 1.014s] (3126/3443) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_datasets
90062026-09-15T04:12:21.836Z PASS [ 0.063s] (3127/3443) sled-agent-config-reconciler ledger::tests::read_existing_config
90072026-09-15T04:12:21.861Z PASS [ 0.060s] (3128/3443) sled-agent-config-reconciler ledger::tests::reject_artifact_configs_removing_referenced_artifacts
90082026-09-15T04:12:21.880Z PASS [ 0.929s] (3129/3443) sled-agent-config-reconciler dataset_serialization_task::tests::transient_zone_ensured_after_transient_zone_root
90092026-09-15T04:12:21.885Z PASS [ 0.058s] (3130/3443) sled-agent-config-reconciler ledger::tests::reject_config_changed_without_generation_bump
90102026-09-15T04:12:21.897Z PASS [ 1.180s] (3131/3443) reconfigurator-cli::test-scripts script::cmds-target-release.txt
90112026-09-15T04:12:21.902Z PASS [ 0.068s] (3132/3443) sled-agent-config-reconciler ledger::tests::reject_configs_with_mupdate_override_and_artifact_image_source
90122026-09-15T04:12:21.907Z PASS [ 0.074s] (3133/3443) sled-agent-config-reconciler ledger::tests::reject_configs_referencing_nonexistent_artifacts
90132026-09-15T04:12:21.916Z PASS [ 0.055s] (3134/3443) sled-agent-config-reconciler ledger::tests::reject_old_config_generation
90142026-09-15T04:12:21.931Z PASS [ 0.052s] (3135/3443) sled-agent-config-reconciler ledger::tests::wait_for_at_least_one_internal_disk
90152026-09-15T04:12:21.936Z PASS [ 0.039s] (3136/3443) sled-agent-config-reconciler reconciler_task::datasets::tests::test_rekey_result_has_failures
90162026-09-15T04:12:21.986Z PASS [ 0.050s] (3137/3443) sled-agent-config-reconciler reconciler_task::zones::tests::does_new_config_require_zone_restart_examples
90172026-09-15T04:12:22.042Z PASS [ 0.056s] (3138/3443) sled-agent-config-reconciler reconciler_task::zones::tests::dont_restart_zone_if_only_change_is_location
90182026-09-15T04:12:22.104Z PASS [ 0.061s] (3139/3443) sled-agent-config-reconciler reconciler_task::zones::tests::shutdown_dns_does_dns_specific_cleanup
90192026-09-15T04:12:22.111Z PASS [ 1.240s] (3140/3443) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::nested_dataset
90202026-09-15T04:12:22.161Z PASS [ 0.057s] (3141/3443) sled-agent-config-reconciler reconciler_task::zones::tests::shutdown_retries_after_failed_halt
90212026-09-15T04:12:22.168Z PASS [ 0.057s] (3142/3443) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_halting_preexisting_zone_fails
90222026-09-15T04:12:22.225Z PASS [ 0.064s] (3143/3443) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_missing_durable_dataset
90232026-09-15T04:12:22.230Z PASS [ 0.063s] (3144/3443) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_missing_root_dataset
90242026-09-15T04:12:22.265Z PASS [ 1.379s] (3145/3443) sled-agent-config-reconciler dataset_serialization_task::tests::datasets_skipped_if_zpool_not_managed
90252026-09-15T04:12:22.284Z PASS [ 0.053s] (3146/3443) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_time_not_synced_when_required
90262026-09-15T04:12:22.287Z PASS [ 0.062s] (3147/3443) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_fails_if_mupdate_override_error
90272026-09-15T04:12:22.318Z PASS [ 0.030s] (3148/3443) sled-agent-multirack-join tests::new_start_sled_agent_status
90282026-09-15T04:12:22.326Z PASS [ 0.060s] (3149/3443) sled-agent-config-reconciler reconciler_task::zones::tests::start_zone_stops_preexisting_zones
90292026-09-15T04:12:22.345Z PASS [ 0.027s] (3150/3443) sled-agent-rack-setup plan::service::tests::bump_allocator_basics
90302026-09-15T04:12:22.348Z PASS [ 0.062s] (3151/3443) sled-agent-config-reconciler reconciler_task::zones::tests::start_zones_that_previously_failed_to_start
90312026-09-15T04:12:22.375Z PASS [ 0.031s] (3152/3443) sled-agent-rack-setup plan::service::tests::service_port_builder_skips_dns_ips
90322026-09-15T04:12:22.379Z PASS [ 0.032s] (3153/3443) sled-agent-rack-setup plan::service::tests::service_port_builder_v6_only
90332026-09-15T04:12:22.403Z PASS [ 6.698s] (3154/3443) omicron-test-utils dev::db::test::test_setup_database_default_dir
90342026-09-15T04:12:22.407Z PASS [ 0.029s] (3155/3443) sled-agent-rack-setup plan::service::tests::single_u2_sled_is_admitted
90352026-09-15T04:12:22.410Z PASS [ 0.031s] (3156/3443) sled-agent-rack-setup plan::service::tests::test_dataset_and_zone_count
90362026-09-15T04:12:22.441Z PASS [ 0.038s] (3157/3443) sled-agent-rack-setup plan::service::tests::test_last_allocated_subnet_ip_offset
90372026-09-15T04:12:22.444Z PASS [ 0.032s] (3158/3443) sled-agent-rack-setup plan::service::tests::test_plan_with_one_u2_per_sled
90382026-09-15T04:12:22.444Z PASS [ 0.037s] (3159/3443) sled-agent-rack-setup plan::service::tests::test_plan_with_heterogeneous_u2_counts
90392026-09-15T04:12:22.465Z PASS [ 1.645s] (3160/3443) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_datasets_get_mounted
90402026-09-15T04:12:22.485Z PASS [ 0.044s] (3161/3443) sled-agent-rack-setup service::test::parse_rack_initialization
90412026-09-15T04:12:22.485Z PASS [ 0.043s] (3162/3443) sled-agent-rack-setup service::test::parse_rack_initialization_weak_hash
90422026-09-15T04:12:22.490Z PASS [ 0.048s] (3163/3443) sled-agent-rack-setup service::test::rss_blueprint_is_blippy_clean
90432026-09-15T04:12:22.519Z PASS [ 0.054s] (3164/3443) sled-agent-rack-setup service::test::test_extra_certs
90442026-09-15T04:12:22.519Z PASS [ 0.033s] (3165/3443) sled-agent-rack-setup service::test::test_subnets
90452026-09-15T04:12:22.522Z PASS [ 0.030s] (3166/3443) sled-agent-resolvable-files manifest::tests::read_boot_disk_missing
90462026-09-15T04:12:22.526Z PASS [ 0.042s] (3167/3443) sled-agent-rack-setup service::test::test_omicron_zone_configs
90472026-09-15T04:12:22.548Z PASS [ 0.030s] (3168/3443) sled-agent-resolvable-files manifest::tests::read_boot_disk_read_error
90482026-09-15T04:12:22.560Z PASS [ 0.033s] (3169/3443) sled-agent-resolvable-files manifest::tests::read_success
90492026-09-15T04:12:22.563Z PASS [ 0.041s] (3170/3443) sled-agent-resolvable-files manifest::tests::read_non_boot_disk_zone_mismatch
90502026-09-15T04:12:22.565Z PASS [ 0.045s] (3171/3443) sled-agent-resolvable-files manifest::tests::read_boot_disk_zone_mismatch
90512026-09-15T04:12:22.576Z PASS [ 0.028s] (3172/3443) sled-agent-resolvable-files mupdate_override::tests::clear_boot_error_non_boot_value_mismatch
90522026-09-15T04:12:22.586Z PASS [ 0.024s] (3173/3443) sled-agent-resolvable-files mupdate_override::tests::clear_boot_mismatch_non_boot_matches_present
90532026-09-15T04:12:22.589Z PASS [ 0.028s] (3174/3443) sled-agent-resolvable-files mupdate_override::tests::clear_boot_mismatch_non_boot_boot_present_other_absent
90542026-09-15T04:12:22.589Z PASS [ 0.025s] (3175/3443) sled-agent-resolvable-files mupdate_override::tests::clear_boot_not_present
90552026-09-15T04:12:22.602Z PASS [ 0.026s] (3176/3443) sled-agent-resolvable-files mupdate_override::tests::clear_boot_success_non_boot_boot_present_other_absent
90562026-09-15T04:12:22.613Z PASS [ 0.027s] (3177/3443) sled-agent-resolvable-files mupdate_override::tests::clear_boot_success_non_boot_matches_present
90572026-09-15T04:12:22.618Z PASS [ 0.030s] (3178/3443) sled-agent-resolvable-files mupdate_override::tests::clear_file_io_error
90582026-09-15T04:12:22.621Z PASS [ 0.033s] (3179/3443) sled-agent-resolvable-files mupdate_override::tests::clear_boot_success_non_boot_value_mismatch
90592026-09-15T04:12:22.624Z PASS [ 0.296s] (3180/3443) sled-agent-rack-setup plan::service::tests::bump_allocator_exhaustion
90602026-09-15T04:12:22.629Z PASS [ 0.027s] (3181/3443) sled-agent-resolvable-files mupdate_override::tests::clear_no_status
90612026-09-15T04:12:22.638Z PASS [ 0.025s] (3182/3443) sled-agent-resolvable-files mupdate_override::tests::clear_non_boot_boot_absent_other_present
90622026-09-15T04:12:22.642Z PASS [ 0.024s] (3183/3443) sled-agent-resolvable-files mupdate_override::tests::clear_non_boot_boot_disk_read_error
90632026-09-15T04:12:22.649Z PASS [ 0.029s] (3184/3443) sled-agent-resolvable-files mupdate_override::tests::clear_non_boot_disk_missing
90642026-09-15T04:12:22.653Z PASS [ 0.030s] (3185/3443) sled-agent-resolvable-files mupdate_override::tests::clear_non_boot_matches_absent
90652026-09-15T04:12:22.655Z PASS [ 0.026s] (3186/3443) sled-agent-resolvable-files mupdate_override::tests::clear_non_boot_read_error
90662026-09-15T04:12:22.658Z PASS [ 1.822s] (3187/3443) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_datasets_get_mounted_even_with_data
90672026-09-15T04:12:22.667Z PASS [ 0.028s] (3188/3443) sled-agent-resolvable-files mupdate_override::tests::read_boot_absent_other_present
90682026-09-15T04:12:22.670Z PASS [ 0.027s] (3189/3443) sled-agent-resolvable-files mupdate_override::tests::read_boot_install_dataset_missing
90692026-09-15T04:12:22.675Z PASS [ 0.025s] (3190/3443) sled-agent-resolvable-files mupdate_override::tests::read_boot_install_dataset_not_dir
90702026-09-15T04:12:22.678Z PASS [ 0.027s] (3191/3443) sled-agent-resolvable-files mupdate_override::tests::read_boot_present_other_absent
90712026-09-15T04:12:22.681Z PASS [ 0.025s] (3192/3443) sled-agent-resolvable-files mupdate_override::tests::read_both_absent
90722026-09-15T04:12:22.684Z PASS [ 0.029s] (3193/3443) sled-agent-resolvable-files mupdate_override::tests::read_boot_read_error
90732026-09-15T04:12:22.690Z PASS [ 0.024s] (3194/3443) sled-agent-resolvable-files mupdate_override::tests::read_both_present
90742026-09-15T04:12:22.696Z PASS [ 0.026s] (3195/3443) sled-agent-resolvable-files mupdate_override::tests::read_different_values
90752026-09-15T04:12:22.701Z PASS [ 0.026s] (3196/3443) sled-agent-resolvable-files mupdate_override::tests::read_solo_boot_disk
90762026-09-15T04:12:22.710Z PASS [ 0.029s] (3197/3443) sled-agent-resolvable-files source_resolver::tests::file_source_zone_manifest_invalid
90772026-09-15T04:12:22.716Z PASS [ 0.037s] (3198/3443) sled-agent-resolvable-files source_resolver::tests::file_source_with_errors
90782026-09-15T04:12:22.719Z PASS [ 0.033s] (3199/3443) sled-agent-resolvable-files source_resolver::tests::lookup_with_mupdate_override
90792026-09-15T04:12:22.728Z PASS [ 0.038s] (3200/3443) sled-agent-resolvable-files source_resolver::tests::lookup_with_mupdate_override_error
90802026-09-15T04:12:22.731Z PASS [ 0.033s] (3201/3443) sled-agent-resolvable-files source_resolver::tests::resolver_status_to_inventory
90812026-09-15T04:12:22.766Z PASS [ 0.036s] (3202/3443) sled-agent-scrimlet-reconcilers dpd_reconciler::port_reconciler::tests::plan_clear_all
90822026-09-15T04:12:22.769Z PASS [ 0.039s] (3203/3443) sled-agent-scrimlet-reconcilers dpd_reconciler::port_reconciler::tests::plan_all_unchanged
90832026-09-15T04:12:22.805Z PASS [ 0.038s] (3204/3443) sled-agent-scrimlet-reconcilers dpd_reconciler::port_reconciler::tests::plan_create_all
90842026-09-15T04:12:22.808Z PASS [ 0.039s] (3205/3443) sled-agent-scrimlet-reconcilers dpd_reconciler::port_reconciler::tests::plan_created_settings_round_trip_correctly
90852026-09-15T04:12:22.841Z PASS [ 1.945s] (3206/3443) sled-agent-config-reconciler dataset_serialization_task::tests::find_orphaned_datasets
90862026-09-15T04:12:22.844Z PASS [ 0.036s] (3207/3443) sled-agent-scrimlet-reconcilers dpd_reconciler::port_reconciler::tests::plan_filters_other_switch_slot
90872026-09-15T04:12:22.844Z PASS [ 0.036s] (3208/3443) sled-agent-scrimlet-reconcilers dpd_reconciler::port_reconciler::tests::plan_link_local_addrs_ignored_from_dpd
90882026-09-15T04:12:22.870Z PASS [ 2.713s] (3209/3443) oximeter-producer tests::test_producer_registration_task
90892026-09-15T04:12:22.878Z PASS [ 0.037s] (3210/3443) sled-agent-scrimlet-reconcilers dpd_reconciler::port_reconciler::tests::plan_rejects_multi_link_dpd_port
90902026-09-15T04:12:22.882Z PASS [ 0.042s] (3211/3443) sled-agent-scrimlet-reconcilers dpd_reconciler::port_reconciler::tests::plan_mix
90912026-09-15T04:12:22.959Z PASS [ 0.077s] (3212/3443) sled-agent-scrimlet-reconcilers handle::tests::non_scrimlet_two_phase_initialization
90922026-09-15T04:12:23.098Z PASS [ 1.527s] (3213/3443) sled-agent-config-reconciler internal_disks::tests::failures_are_retried
90932026-09-15T04:12:23.132Z PASS [ 1.247s] (3214/3443) sled-agent-config-reconciler raw_disks::tests::proptest_raw_disk_changes
90942026-09-15T04:12:23.181Z PASS [ 0.222s] (3215/3443) sled-agent-scrimlet-reconcilers handle::tests::scrimlet_mgs_fails_first_attempt
90952026-09-15T04:12:23.200Z PASS [ 0.322s] (3216/3443) sled-agent-scrimlet-reconcilers handle::tests::calling_set_sled_agent_networking_info_once_multiple_times_panics
90962026-09-15T04:12:23.278Z PASS [ 0.180s] (3217/3443) sled-agent-scrimlet-reconcilers handle::tests::scrimlet_mgs_fails_then_we_become_not_a_scrimlet
90972026-09-15T04:12:23.313Z PASS [ 2.424s] (3218/3443) sled-agent-config-reconciler dataset_serialization_task::tests::ensure_dataset_calls_skipped_if_not_needed
90982026-09-15T04:12:23.349Z PASS [ 0.034s] (3219/3443) sled-agent-scrimlet-reconcilers mgd_reconciler::bfd_reconciler::tests::plan_add_all
90992026-09-15T04:12:23.384Z PASS [ 0.037s] (3220/3443) sled-agent-scrimlet-reconcilers mgd_reconciler::bfd_reconciler::tests::plan_all_unchanged
91002026-09-15T04:12:23.399Z PASS [ 1.497s] (3221/3443) sled-agent-config-reconciler reconciler_task::external_disks::tests::fail_if_disk_not_present
91012026-09-15T04:12:23.419Z PASS [ 0.034s] (3222/3443) sled-agent-scrimlet-reconcilers mgd_reconciler::bfd_reconciler::tests::plan_both_empty
91022026-09-15T04:12:23.434Z PASS [ 0.035s] (3223/3443) sled-agent-scrimlet-reconcilers mgd_reconciler::bfd_reconciler::tests::plan_filters_other_switch_slot
91032026-09-15T04:12:23.439Z PASS [ 0.569s] (3224/3443) sled-agent-scrimlet-reconcilers dpd_reconciler::port_reconciler::tests::proptest_plan
91042026-09-15T04:12:23.446Z PASS [ 0.314s] (3225/3443) sled-agent-scrimlet-reconcilers handle::tests::scrimlet_three_phase_initialization_info_then_scrimlet
91052026-09-15T04:12:23.453Z PASS [ 0.034s] (3226/3443) sled-agent-scrimlet-reconcilers mgd_reconciler::bfd_reconciler::tests::plan_local_none_defaults_to_unspecified
91062026-09-15T04:12:23.472Z PASS [ 0.038s] (3227/3443) sled-agent-scrimlet-reconcilers mgd_reconciler::bfd_reconciler::tests::plan_mix
91072026-09-15T04:12:23.476Z PASS [ 0.038s] (3228/3443) sled-agent-scrimlet-reconcilers mgd_reconciler::bfd_reconciler::tests::plan_mode_change_is_remove_plus_add
91082026-09-15T04:12:23.480Z PASS [ 0.034s] (3229/3443) sled-agent-scrimlet-reconcilers mgd_reconciler::bfd_reconciler::tests::plan_parameter_change_is_remove_plus_add
91092026-09-15T04:12:23.492Z PASS [ 0.039s] (3230/3443) sled-agent-scrimlet-reconcilers mgd_reconciler::bfd_reconciler::tests::plan_remove_all
91102026-09-15T04:12:23.502Z PASS [ 0.320s] (3231/3443) sled-agent-scrimlet-reconcilers handle::tests::scrimlet_three_phase_initialization_scrimlet_then_info
91112026-09-15T04:12:23.513Z PASS [ 0.032s] (3232/3443) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::plan_add_all
91122026-09-15T04:12:23.528Z PASS [ 0.036s] (3233/3443) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::plan_all_unchanged
91132026-09-15T04:12:23.540Z PASS [ 0.038s] (3234/3443) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::plan_both_empty
91142026-09-15T04:12:23.554Z PASS [ 0.041s] (3235/3443) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::plan_default_rib_priority
91152026-09-15T04:12:23.565Z PASS [ 0.037s] (3236/3443) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::plan_delete_all
91162026-09-15T04:12:23.577Z PASS [ 0.037s] (3237/3443) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::plan_filters_other_switch_slot
91172026-09-15T04:12:23.583Z PASS [ 1.667s] (3238/3443) sled-agent-config-reconciler reconciler_task::external_disks::tests::internal_disks_are_rejected
91182026-09-15T04:12:23.592Z PASS [ 0.037s] (3239/3443) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::plan_mix
91192026-09-15T04:12:23.602Z PASS [ 0.037s] (3240/3443) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::plan_multiple_nexthops_per_prefix
91202026-09-15T04:12:23.614Z PASS [ 0.037s] (3241/3443) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::plan_priority_change_is_delete_plus_add
91212026-09-15T04:12:23.621Z PASS [ 0.038s] (3242/3443) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::plan_rejects_bad_mgd_prefix
91222026-09-15T04:12:23.626Z PASS [ 0.034s] (3243/3443) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::plan_rejects_ipv6_prefix_with_ipv4_nexthop_from_mgd
91232026-09-15T04:12:23.634Z PASS [ 0.032s] (3244/3443) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::plan_rejects_ipv6_prefix_with_ipv4_nexthop_in_config
91242026-09-15T04:12:23.652Z PASS [ 0.038s] (3245/3443) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::plan_routes_from_multiple_ports
91252026-09-15T04:12:23.661Z PASS [ 0.040s] (3246/3443) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::plan_v6_routes
91262026-09-15T04:12:23.665Z PASS [ 0.039s] (3247/3443) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::plan_vlan_id_matters
91272026-09-15T04:12:23.701Z PASS [ 0.039s] (3248/3443) sled-agent-scrimlet-reconcilers reconciler_task::tests::channel_closure_scrimlet_status_during_not_scrimlet
91282026-09-15T04:12:23.705Z PASS [ 0.040s] (3249/3443) sled-agent-scrimlet-reconcilers reconciler_task::tests::channel_closure_scrimlet_status_during_select
91292026-09-15T04:12:23.738Z PASS [ 0.038s] (3250/3443) sled-agent-scrimlet-reconcilers reconciler_task::tests::channel_closure_system_networking_config_during_not_scrimlet
91302026-09-15T04:12:23.744Z PASS [ 0.039s] (3251/3443) sled-agent-scrimlet-reconcilers reconciler_task::tests::channel_closure_system_networking_config_during_select
91312026-09-15T04:12:23.778Z PASS [ 0.039s] (3252/3443) sled-agent-scrimlet-reconcilers reconciler_task::tests::config_change_during_inflight_reconciliation
91322026-09-15T04:12:23.786Z PASS [ 0.041s] (3253/3443) sled-agent-scrimlet-reconcilers reconciler_task::tests::first_activation
91332026-09-15T04:12:23.798Z PASS [ 1.866s] (3254/3443) sled-agent-config-reconciler reconciler_task::external_disks::tests::remove_disks_not_in_config
91342026-09-15T04:12:23.816Z PASS [ 0.038s] (3255/3443) sled-agent-scrimlet-reconcilers reconciler_task::tests::periodic_timer_triggers_re_reconciliation
91352026-09-15T04:12:23.823Z PASS [ 0.346s] (3256/3443) sled-agent-scrimlet-reconcilers mgd_reconciler::bgp_reconciler::tests::proptest_valid_input
91362026-09-15T04:12:23.826Z PASS [ 0.041s] (3257/3443) sled-agent-scrimlet-reconcilers reconciler_task::tests::scrimlet_becomes_not_scrimlet_during_select
91372026-09-15T04:12:23.837Z PASS [ 0.039s] (3258/3443) sled-agent-scrimlet-reconcilers reconciler_task::tests::scrimlet_status_round_trip
91382026-09-15T04:12:23.870Z PASS [ 0.039s] (3259/3443) sled-agent-scrimlet-reconcilers reconciler_task::tests::system_networking_config_change_triggers_re_reconciliation
91392026-09-15T04:12:23.870Z PASS [ 0.033s] (3260/3443) sled-agent-scrimlet-reconcilers tests::test_switch_zone_name_const_matches_illumos_utils_dynamic
91402026-09-15T04:12:23.873Z PASS [ 0.017s] (3261/3443) sled-agent-types zone_bundle::tests::test_compare_bundles
91412026-09-15T04:12:23.877Z PASS [ 0.020s] (3262/3443) sled-agent-types-versions impls::early_networking::tests::test_ip_parsing
91422026-09-15T04:12:23.898Z PASS [ 0.026s] (3263/3443) sled-agent-types-versions impls::early_networking::tests::test_router_peer_ip_addr_serialization
91432026-09-15T04:12:23.905Z PASS [ 0.028s] (3264/3443) sled-agent-types-versions impls::early_networking::tests::test_uplink_ip_net_serialization
91442026-09-15T04:12:23.915Z PASS [ 0.017s] (3265/3443) sled-agent-types-versions impls::early_networking::tests::test_uplink_smf_property_formatting
91452026-09-15T04:12:23.924Z PASS [ 0.020s] (3266/3443) sled-agent-types-versions impls::inventory::tests::fmd_inventory_result_display_snapshot
91462026-09-15T04:12:23.930Z PASS [ 0.015s] (3267/3443) sled-agent-types-versions impls::inventory::tests::test_zone_snat_config_as_ip_types
91472026-09-15T04:12:23.941Z PASS [ 0.017s] (3268/3443) sled-agent-types-versions impls::sled::tests::serialize_start_sled_agent_v0_deserialize_v1
91482026-09-15T04:12:23.948Z PASS [ 0.018s] (3269/3443) sled-agent-types-versions impls::zone_bundle::tests::test_priority_dimension
91492026-09-15T04:12:23.958Z PASS [ 0.017s] (3270/3443) sled-agent-types-versions impls::zone_bundle::tests::test_sort_zone_bundle_cause
91502026-09-15T04:12:23.965Z PASS [ 0.017s] (3271/3443) sled-agent-types-versions impls::zone_bundle::tests::test_storage_limit_bytes_available
91512026-09-15T04:12:23.977Z PASS [ 0.019s] (3272/3443) sled-agent-types-versions v30::early_networking::tests::test_router_peer_address_conversions
91522026-09-15T04:12:23.985Z PASS [ 0.019s] (3273/3443) sled-agent-types-versions v30::early_networking::tests::test_uplink_address_conversions
91532026-09-15T04:12:23.993Z PASS [ 0.341s] (3274/3443) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::proptest_plan
91542026-09-15T04:12:24.005Z PASS [ 0.019s] (3275/3443) sled-agent-types-versions v42::early_networking::tests::uplink_ports_deserialize_rejects_empty
91552026-09-15T04:12:24.009Z PASS [ 0.015s] (3276/3443) sled-agent-types-versions v42::early_networking::tests::uplink_ports_rejects_empty
91562026-09-15T04:12:24.124Z PASS [ 0.147s] (3277/3443) sled-agent-types-versions v33::system_networking::tests::proptest_service_nat_entries_try_from
91572026-09-15T04:12:24.282Z PASS [ 2.375s] (3278/3443) sled-agent-config-reconciler reconciler_task::external_disks::tests::firmware_updates_are_propagated
91582026-09-15T04:12:24.321Z PASS [ 16.355s] (3279/3443) omicron-passwords test::test_smoke
91592026-09-15T04:12:24.354Z PASS [ 0.033s] (3280/3443) sled-diagnostics logs::illumos_tests::test_extra_log_file_regex
91602026-09-15T04:12:24.383Z PASS [ 0.029s] (3281/3443) sled-diagnostics logs::test::test_sort_cockroach_extra_logs
91612026-09-15T04:12:24.428Z PASS [ 0.044s] (3282/3443) sled-diagnostics queries::test::test_command_stderr_is_correct
91622026-09-15T04:12:24.464Z PASS [ 0.037s] (3283/3443) sled-diagnostics queries::test::test_command_stdout_is_correct
91632026-09-15T04:12:24.507Z PASS [ 0.042s] (3284/3443) sled-diagnostics queries::test::test_command_stdout_stderr_are_interleaved
91642026-09-15T04:12:24.894Z PASS [ 18.525s] (3285/3443) omicron-omdb::test_all_output test_omdb_env_settings
91652026-09-15T04:12:24.928Z PASS [ 0.803s] (3286/3443) sled-diagnostics logs::illumos_tests::log_paths_found_correctly_in_snapshot
91662026-09-15T04:12:24.964Z PASS [ 0.069s] (3287/3443) sled-hardware disk::test::test_disk_paths
91672026-09-15T04:12:24.974Z PASS [ 0.047s] (3288/3443) sled-hardware disk::test::test_partition_device_paths
91682026-09-15T04:12:25.009Z PASS [ 0.046s] (3289/3443) sled-hardware illumos::partitions::test::ensure_partition_layout_m2_cannot_format
91692026-09-15T04:12:25.014Z PASS [ 0.040s] (3290/3443) sled-hardware illumos::partitions::test::ensure_partition_layout_m2_fails_with_empty_gpt
91702026-09-15T04:12:25.037Z PASS [ 0.027s] (3291/3443) sled-hardware illumos::partitions::test::ensure_partition_layout_m2_with_expected_format
91712026-09-15T04:12:25.040Z PASS [ 0.532s] (3292/3443) sled-diagnostics queries::test::test_long_running_command_is_aborted
91722026-09-15T04:12:25.043Z PASS [ 0.026s] (3293/3443) sled-hardware illumos::partitions::test::ensure_partition_layout_u2_fails_with_empty_gpt
91732026-09-15T04:12:25.068Z PASS [ 0.031s] (3294/3443) sled-hardware illumos::partitions::test::ensure_partition_layout_u2_format_with_dev_path
91742026-09-15T04:12:25.074Z PASS [ 0.033s] (3295/3443) sled-hardware illumos::partitions::test::ensure_partition_layout_u2_with_expected_format
91752026-09-15T04:12:25.077Z PASS [ 0.038s] (3296/3443) sled-hardware illumos::partitions::test::ensure_partition_layout_u2_no_format_without_dev_path
91762026-09-15T04:12:25.096Z PASS [ 0.029s] (3297/3443) sled-hardware illumos::tests::parse_smbios_invalid
91772026-09-15T04:12:25.103Z PASS [ 0.029s] (3298/3443) sled-hardware illumos::tests::parse_smbios_valid
91782026-09-15T04:12:25.106Z PASS [ 0.030s] (3299/3443) sled-hardware underlay::tests::test_mac_to_bootstrap_ip
91792026-09-15T04:12:25.128Z PASS [ 0.025s] (3300/3443) sp-sim config::tests::example_config_is_valid
91802026-09-15T04:12:25.150Z PASS [ 0.054s] (3301/3443) sled-storage dataset::test::serialize_dataset_name
91812026-09-15T04:12:25.202Z PASS [ 1.198s] (3302/3443) sled-diagnostics logs::illumos_tests::collect_current_logs
91822026-09-15T04:12:25.240Z PASS [ 0.037s] (3303/3443) trust-quorum proxy::tests::proxy_roundtrip_concurrent
91832026-09-15T04:12:25.278Z PASS [ 0.037s] (3304/3443) trust-quorum proxy::tests::proxy_roundtrip_disconnected
91842026-09-15T04:12:25.315Z PASS [ 0.208s] (3305/3443) support-bundle-collection zip::test::test_bundle_to_stream
91852026-09-15T04:12:25.315Z PASS [ 0.165s] (3306/3443) support-bundle-collection zip::test::test_bundle_to_zipfile
91862026-09-15T04:12:25.318Z PASS [ 0.186s] (3307/3443) support-bundle-collection zip::test::test_bundle_to_writer
91872026-09-15T04:12:25.318Z PASS [ 0.039s] (3308/3443) trust-quorum proxy::tests::proxy_roundtrip_invalid_response
91882026-09-15T04:12:25.321Z PASS [ 4.425s] (3309/3443) sled-agent-config-reconciler dataset_serialization_task::tests::nested_dataset_operations
91892026-09-15T04:12:25.389Z PASS [ 1.381s] (3310/3443) sled-diagnostics logs::illumos_tests::log_collection_comes_from_snapshot
91902026-09-15T04:12:25.397Z PASS [ 2.687s] (3311/3443) sled-agent-scrimlet-reconcilers dpd_reconciler::nat::tests::proptest_plan_all_unchanged
91912026-09-15T04:12:25.424Z PASS [ 2.707s] (3312/3443) sled-agent-scrimlet-reconcilers dpd_reconciler::nat::tests::proptest_plan_create_all
91922026-09-15T04:12:25.830Z PASS [ 1.547s] (3313/3443) sled-diagnostics logs::illumos_tests::log_snapshots_work
91932026-09-15T04:12:25.936Z PASS [ 3.219s] (3314/3443) sled-agent-scrimlet-reconcilers dpd_reconciler::nat::tests::proptest_plan_mix
91942026-09-15T04:12:25.988Z PASS [ 0.052s] (3315/3443) trust-quorum-protocol crypto::tests::rack_secrets_decryption_failure
91952026-09-15T04:12:26.029Z PASS [ 0.040s] (3316/3443) trust-quorum-protocol crypto::tests::rack_secrets_encrypt_decrypt_roundtrip
91962026-09-15T04:12:26.211Z PASS [ 0.181s] (3317/3443) trust-quorum-protocol node::tests::initial_configuration
91972026-09-15T04:12:26.258Z PASS [ 0.046s] (3318/3443) trust-quorum-protocol rack_secret_loader::tests::test_load_rack_secrets
91982026-09-15T04:12:26.404Z PASS [ 1.086s] (3319/3443) trust-quorum task::tests::tq_initial_config_prepare_and_commit
91992026-09-15T04:12:26.408Z PASS [ 0.147s] (3320/3443) trust-quorum-protocol validators::tests::test_validate_reconfigure_msg_failure
92002026-09-15T04:12:26.419Z PASS [ 1.104s] (3321/3443) trust-quorum task::tests::tq_initial_config
92012026-09-15T04:12:26.436Z PASS [ 0.018s] (3322/3443) wicket cli::rack_setup::config_toml::tests::empty_config_emits_service_pool_scaffold
92022026-09-15T04:12:26.458Z PASS [ 0.021s] (3323/3443) wicket cli::rack_setup::config_toml::tests::round_trip_nonempty_config
92032026-09-15T04:12:26.476Z PASS [ 0.018s] (3324/3443) wicket state::inventory::tests::component_id_display
92042026-09-15T04:12:26.495Z PASS [ 0.019s] (3325/3443) wicket state::rack::tests::prev_next_are_opposites
92052026-09-15T04:12:26.500Z PASS [ 1.077s] (3326/3443) trust-quorum task::tests::tq_upgrade_from_lrtq
92062026-09-15T04:12:26.512Z PASS [ 0.016s] (3327/3443) wicket state::rack::tests::up_down_are_opposites
92072026-09-15T04:12:26.518Z PASS [ 0.690s] (3328/3443) trust-quorum-protocol crypto::tests::rack_secret_test
92082026-09-15T04:12:26.530Z PASS [ 0.127s] (3329/3443) trust-quorum-protocol validators::tests::test_validate_reconfigure_msg_new_success
92092026-09-15T04:12:26.537Z PASS [ 0.026s] (3330/3443) wicket-common rack_update::tests::test_rollup_update_state
92102026-09-15T04:12:26.548Z PASS [ 0.029s] (3331/3443) wicketd commission::conversions::tests::bootstrap_sleds_project_ips_unmatched_and_unidentified_peers
92112026-09-15T04:12:26.554Z PASS [ 0.024s] (3332/3443) wicketd commission::conversions::tests::caboose_projects_every_field
92122026-09-15T04:12:26.567Z PASS [ 0.030s] (3333/3443) wicketd commission::conversions::tests::cmis_datapath_state_maps_all_variants
92132026-09-15T04:12:26.571Z PASS [ 0.023s] (3334/3443) wicketd commission::conversions::tests::cmis_lane_projects_fault_flags_and_state
92142026-09-15T04:12:26.574Z PASS [ 0.071s] (3335/3443) wicket::mod integration_tests::command_tests::test_wicket_ssh_force_command_like
92152026-09-15T04:12:26.579Z PASS [ 0.025s] (3336/3443) wicketd commission::conversions::tests::duplicate_front_port_projects_as_a_contradiction
92162026-09-15T04:12:26.592Z PASS [ 0.025s] (3337/3443) wicketd commission::conversions::tests::fetch_error_projects_message_and_age
92172026-09-15T04:12:26.598Z PASS [ 0.027s] (3338/3443) wicketd commission::conversions::tests::ignition_present_projects_ctrl_detect
92182026-09-15T04:12:26.601Z PASS [ 0.029s] (3339/3443) wicketd commission::conversions::tests::rack_setup_status_projects_every_variant
92192026-09-15T04:12:26.606Z PASS [ 0.027s] (3340/3443) wicketd commission::conversions::tests::rot_info_projects_not_read_and_comm_failure
92202026-09-15T04:12:26.617Z PASS [ 0.025s] (3341/3443) wicketd commission::conversions::tests::rot_info_read_projects_cabooses_and_image_errors
92212026-09-15T04:12:26.625Z PASS [ 0.027s] (3342/3443) wicketd commission::conversions::tests::rot_info_read_projects_unsupported_validity_for_v2
92222026-09-15T04:12:26.630Z PASS [ 0.029s] (3343/3443) wicketd commission::conversions::tests::rss_step_projects_one_based_index
92232026-09-15T04:12:26.633Z PASS [ 0.027s] (3344/3443) wicketd commission::conversions::tests::slot_caboose_projects_all_states
92242026-09-15T04:12:26.641Z PASS [ 0.024s] (3345/3443) wicketd commission::conversions::tests::sp_state_error_projects_from_error_only_record
92252026-09-15T04:12:26.652Z PASS [ 0.027s] (3346/3443) wicketd commission::conversions::tests::sp_state_not_read_when_only_ignition_present
92262026-09-15T04:12:26.659Z PASS [ 0.028s] (3347/3443) wicketd commission::conversions::tests::sp_state_prefers_stale_reading_over_recorded_error
92272026-09-15T04:12:26.664Z PASS [ 0.030s] (3348/3443) wicketd commission::conversions::tests::stage0_caboose_projects_all_states
92282026-09-15T04:12:26.671Z PASS [ 0.029s] (3349/3443) wicketd commission::conversions::tests::transceiver_datapath_projects_cmis_preserving_keys
92292026-09-15T04:12:26.679Z PASS [ 0.026s] (3350/3443) wicketd commission::conversions::tests::transceiver_datapath_projects_empty_cmis_and_error
92302026-09-15T04:12:26.686Z PASS [ 0.027s] (3351/3443) wicketd commission::conversions::tests::transceiver_datapath_projects_sff8636_lanes
92312026-09-15T04:12:26.692Z PASS [ 0.029s] (3352/3443) wicketd commission::conversions::tests::transceiver_monitors_distinguish_unsupported_from_no_lanes
92322026-09-15T04:12:26.699Z PASS [ 0.028s] (3353/3443) wicketd commission::conversions::tests::transceiver_monitors_projects_power
92332026-09-15T04:12:26.709Z PASS [ 0.030s] (3354/3443) wicketd commission::conversions::tests::transceiver_monitors_reject_mismatched_lane_counts
92342026-09-15T04:12:26.713Z PASS [ 0.027s] (3355/3443) wicketd commission::conversions::tests::transceiver_monitors_reject_more_lanes_than_a_lane_number_holds
92352026-09-15T04:12:26.717Z PASS [ 0.024s] (3356/3443) wicketd commission::conversions::tests::transceiver_power_projects_modes
92362026-09-15T04:12:26.726Z PASS [ 0.027s] (3357/3443) wicketd commission::conversions::tests::transceiver_status_projects_flags
92372026-09-15T04:12:26.734Z PASS [ 0.025s] (3358/3443) wicketd commission::conversions::tests::transceiver_vendor_projects_identity
92382026-09-15T04:12:26.777Z PASS [ 0.028s] (3359/3443) wicketd commission::conversions::tests::transceivers_response_projects_by_switch_and_port
92392026-09-15T04:12:26.777Z PASS [ 0.028s] (3360/3443) wicketd commission::conversions::tests::transceivers_unavailable_projects_empty
92402026-09-15T04:12:26.777Z PASS [ 0.025s] (3361/3443) wicketd commission::progress::tests::counter_projects_to_step_progress
92412026-09-15T04:12:26.777Z PASS [ 0.025s] (3362/3443) wicketd commission::progress::tests::empty_report_projects_waiting
92422026-09-15T04:12:26.777Z PASS [ 0.024s] (3363/3443) wicketd commission::progress::tests::will_not_be_run_messages_distinguish_reason_variants
92432026-09-15T04:12:26.777Z PASS [ 1.457s] (3364/3443) trust-quorum task::tests::test_network_config
92442026-09-15T04:12:26.777Z PASS [ 0.027s] (3365/3443) wicketd helpers::tests::baseboard_id_matches_when_part_and_serial_agree
92452026-09-15T04:12:26.781Z PASS [ 0.025s] (3366/3443) wicketd http_helpers::tests::client_side_failures_become_500_with_detail
92462026-09-15T04:12:26.783Z PASS [ 0.024s] (3367/3443) wicketd http_helpers::tests::error_responses_mirror_status_and_expose_detail
92472026-09-15T04:12:26.794Z PASS [ 0.029s] (3368/3443) wicketd installinator_progress::tests::test_states
92482026-09-15T04:12:26.814Z PASS [ 1.500s] (3369/3443) trust-quorum task::tests::full_mesh_connectivity
92492026-09-15T04:12:26.835Z PASS [ 1.447s] (3370/3443) trust-quorum task::tests::tq_proxy
92502026-09-15T04:12:26.841Z PASS [ 0.026s] (3371/3443) wicketd mgs::tests::rot_communication_failure_projects_to_none
92512026-09-15T04:12:26.848Z PASS [ 0.074s] (3372/3443) wicketd mgs::tests::error_only_map_is_available_and_surfaces_errors
92522026-09-15T04:12:26.851Z PASS [ 0.078s] (3373/3443) wicketd mgs::tests::ignition_fetch_error_does_not_satisfy_ignition_waiter
92532026-09-15T04:12:26.855Z PASS [ 0.075s] (3374/3443) wicketd mgs::tests::ignition_fetch_errors_are_recorded_and_cleared
92542026-09-15T04:12:26.858Z PASS [ 0.074s] (3375/3443) wicketd mgs::tests::ignition_update_does_not_clear_errors
92552026-09-15T04:12:26.865Z PASS [ 0.071s] (3376/3443) wicketd mgs::tests::prune_dead_waiters_drops_only_closed_receivers
92562026-09-15T04:12:26.872Z PASS [ 0.026s] (3377/3443) wicketd mgs::tests::stage0_fetch_projection_table
92572026-09-15T04:12:26.879Z PASS [ 0.028s] (3378/3443) wicketd mgs::tests::sub_fetch_error_projects_to_none
92582026-09-15T04:12:26.889Z PASS [ 0.032s] (3379/3443) wicketd rss_config::tests::rejected_update_is_all_or_nothing
92592026-09-15T04:12:26.899Z PASS [ 0.033s] (3380/3443) wicketd rss_config::tests::test_bgp_auth_key_states
92602026-09-15T04:12:26.904Z PASS [ 0.032s] (3381/3443) wicketd rss_config::tests::test_router_lifetime_unnumbered_only
92612026-09-15T04:12:26.908Z PASS [ 0.073s] (3382/3443) wicketd mgs::tests::sp_state_fetch_error_lifecycle
92622026-09-15T04:12:26.913Z PASS [ 1.514s] (3383/3443) trust-quorum task::tests::tq_reconfig_with_commit_advance
92632026-09-15T04:12:26.916Z PASS [ 0.075s] (3384/3443) wicketd mgs::tests::sp_state_fetch_errors_do_not_satisfy_waiters
92642026-09-15T04:12:26.923Z PASS [ 0.071s] (3385/3443) wicketd rss_config::tests::duplicate_external_certificate_uploads_are_deduplicated
92652026-09-15T04:12:26.940Z PASS [ 0.017s] (3386/3443) wicketd-commission-types-versions impls::inventory::tests::fault_flag_is_asserted
92662026-09-15T04:12:26.958Z PASS [ 0.018s] (3387/3443) wicketd-commission-types-versions impls::inventory::tests::iter_lane_faults_cmis_passes_through_flags
92672026-09-15T04:12:26.977Z PASS [ 0.017s] (3388/3443) wicketd-commission-types-versions impls::inventory::tests::iter_lane_faults_error_returns_message
92682026-09-15T04:12:26.993Z PASS [ 0.017s] (3389/3443) wicketd-commission-types-versions impls::inventory::tests::iter_lane_faults_sff8636_lifts_bools
92692026-09-15T04:12:27.002Z PASS [ 5.487s] (3390/3443) sled-agent-config-reconciler host_phase_2::tests::proptest_read_valid_host_phase2
92702026-09-15T04:12:27.013Z PASS [ 0.020s] (3391/3443) wicketd-commission-types-versions impls::rack_setup::tests::ddm_auto_serializes_to_empty_map
92712026-09-15T04:12:27.022Z PASS [ 0.020s] (3392/3443) wicketd-commission-types-versions impls::rack_setup::tests::empty_map_deserializes_to_ddm_auto
92722026-09-15T04:12:27.027Z PASS [ 3.394s] (3393/3443) sled-agent-scrimlet-reconcilers mgd_reconciler::static_route_reconciler::tests::proptest_full_reconciliation
92732026-09-15T04:12:27.033Z PASS [ 0.020s] (3394/3443) wicketd-commission-types-versions impls::rack_setup::tests::invalid_router_peer_address
92742026-09-15T04:12:27.041Z PASS [ 0.020s] (3395/3443) wicketd-commission-types-versions impls::rack_setup::tests::invalid_uplink_address
92752026-09-15T04:12:27.046Z PASS [ 0.019s] (3396/3443) wicketd-commission-types-versions impls::rack_setup::tests::manual_config_roundtrips
92762026-09-15T04:12:27.050Z PASS [ 0.016s] (3397/3443) wicketd-commission-types-versions impls::rack_setup::tests::misspelled_field_names_unknown_field
92772026-09-15T04:12:27.060Z PASS [ 0.019s] (3398/3443) wicketd-commission-types-versions impls::rack_setup::tests::non_map_input_fails_cleanly
92782026-09-15T04:12:27.065Z PASS [ 0.019s] (3399/3443) wicketd-commission-types-versions impls::rack_setup::tests::rack_operation_kind_is_an_open_set
92792026-09-15T04:12:27.070Z PASS [ 0.020s] (3400/3443) wicketd-commission-types-versions impls::rack_setup::tests::roundtrip_import_export_policy
92802026-09-15T04:12:27.081Z PASS [ 0.020s] (3401/3443) wicketd-commission-types-versions impls::rack_setup::tests::roundtrip_router_peer_address
92812026-09-15T04:12:27.084Z PASS [ 0.019s] (3402/3443) wicketd-commission-types-versions impls::rack_setup::tests::roundtrip_uplink_address
92822026-09-15T04:12:27.089Z PASS [ 0.019s] (3403/3443) wicketd-commission-types-versions impls::rack_setup::tests::rss_step_info_rejects_zero
92832026-09-15T04:12:27.101Z PASS [ 0.020s] (3404/3443) wicketd-commission-types-versions impls::update::tests::deserialize_accepts_single
92842026-09-15T04:12:27.110Z PASS [ 0.020s] (3405/3443) wicketd-commission-types-versions impls::update::tests::deserialize_rejects_empty
92852026-09-15T04:12:27.113Z PASS [ 0.027s] (3406/3443) wicketd-commission-types-versions impls::update::tests::deserialize_dedups_duplicates
92862026-09-15T04:12:27.118Z PASS [ 0.017s] (3407/3443) wicketd-commission-types-versions impls::update::tests::new_accepts_single
92872026-09-15T04:12:27.127Z PASS [ 0.017s] (3408/3443) wicketd-commission-types-versions impls::update::tests::new_rejects_empty
92882026-09-15T04:12:27.135Z PASS [ 0.024s] (3409/3443) wicketd-commission-types-versions impls::update::tests::serde_roundtrip
92892026-09-15T04:12:27.138Z PASS [ 0.020s] (3410/3443) wicketd-commission-types-versions v2::rack_setup::tests::service_ip_pools_dual_stack
92902026-09-15T04:12:27.143Z PASS [ 0.016s] (3411/3443) wicketd-commission-types-versions v2::rack_setup::tests::service_ip_pools_empty
92912026-09-15T04:12:27.149Z PASS [ 1.829s] (3412/3443) trust-quorum task::tests::tq_persistent_state
92922026-09-15T04:12:27.152Z PASS [ 0.015s] (3413/3443) wicketd-commission-types-versions v2::rack_setup::tests::service_ip_pools_v4_only
92932026-09-15T04:12:27.154Z PASS [ 0.015s] (3414/3443) wicketd-commission-types-versions v2::rack_setup::tests::service_ip_pools_v6_only
92942026-09-15T04:12:27.159Z PASS [ 0.016s] (3415/3443) zone-setup::bin/zone-setup tests::test_check_opte_config
92952026-09-15T04:12:27.166Z PASS [ 0.018s] (3416/3443) zone-setup::bin/zone-setup tests::test_maybe_ipv4_addr_from_str
92962026-09-15T04:12:27.169Z PASS [ 0.018s] (3417/3443) zone-setup::bin/zone-setup tests::test_opte_interface_args_parsing
92972026-09-15T04:12:27.622Z PASS [ 0.743s] (3418/3443) wicketd::mod integration_tests::commission::test_commission_inventory
92982026-09-15T04:12:27.679Z PASS [ 0.767s] (3419/3443) wicketd::mod integration_tests::updates::test_update_races
92992026-09-15T04:12:27.684Z PASS [ 0.794s] (3420/3443) wicketd::mod integration_tests::commission::test_commission_rss_config
93002026-09-15T04:12:27.688Z PASS [ 0.785s] (3421/3443) wicketd::mod integration_tests::inventory::test_inventory
93012026-09-15T04:12:27.717Z PASS [ 0.818s] (3422/3443) wicketd::mod integration_tests::commission::test_commission_start_update
93022026-09-15T04:12:28.099Z PASS [ 4.627s] (3423/3443) sled-agent-scrimlet-reconcilers mgd_reconciler::bfd_reconciler::tests::proptest_full_reconciliation
93032026-09-15T04:12:28.362Z PASS [ 1.453s] (3424/3443) wicketd::mod integration_tests::updates::test_installinator_fetch
93042026-09-15T04:12:29.124Z PASS [ 2.206s] (3425/3443) wicketd::mod integration_tests::updates::test_updates
93052026-09-15T04:12:29.297Z PASS [ 8.459s] (3426/3443) sled-agent-config-reconciler dataset_serialization_task::illumos_tests::ensure_many_datasets
93062026-09-15T04:12:31.983Z PASS [ 8.705s] (3427/3443) sled-agent-scrimlet-reconcilers lldpd_reconciler::tests::proptest_lldpd_reconciliation_refresh
93072026-09-15T04:12:32.736Z PASS [ 8.899s] (3428/3443) sled-agent-scrimlet-reconcilers uplinkd_reconciler::tests::proptest_uplinkd_reconciliation_refresh
93082026-09-15T04:12:33.561Z PASS [ 10.360s] (3429/3443) sled-agent-scrimlet-reconcilers lldpd_reconciler::tests::proptest_lldpd_reconciliation
93092026-09-15T04:12:34.202Z PASS [ 10.375s] (3430/3443) sled-agent-scrimlet-reconcilers uplinkd_reconciler::tests::proptest_uplinkd_reconciliation
93102026-09-15T04:12:34.706Z PASS [ 14.661s] (3431/3443) oximeter-db::integration_test test_schemas_disjoint
93112026-09-15T04:12:34.876Z PASS [ 12.033s] (3432/3443) sled-agent-scrimlet-reconcilers dpd_reconciler::port_reconciler::tests::proptest_full_reconciliation
93122026-09-15T04:12:35.000Z PASS [ 12.298s] (3433/3443) sled-agent-scrimlet-reconcilers dpd_reconciler::nat::tests::proptest_full_reconciliation
93132026-09-15T04:12:38.081Z PASS [ 41.847s] (3434/3443) omicron-nexus::test_all integration_tests::webhooks::test_probe
93142026-09-15T04:12:38.620Z PASS [ 46.227s] (3435/3443) omicron-nexus::test_all integration_tests::webhooks::test_api_resends_failed_deliveries
93152026-09-15T04:12:41.507Z PASS [ 110.344s] (3436/3443) omicron-nexus::test_all integration_tests::volume_management::test_proper_region_sled_redundancy
93162026-09-15T04:12:42.288Z PASS [ 32.091s] (3437/3443) omicron-sled-agent nexus::test::nexus_self_notification_test
93172026-09-15T04:12:44.309Z PASS [ 45.603s] (3438/3443) omicron-nexus::test_all integration_tests::webhooks::test_probe_resends_failed_deliveries
93182026-09-15T04:12:46.777Z PASS [ 30.039s] (3439/3443) oximeter-db client::tests::cannot_ping_nonexistent_server
93192026-09-15T04:12:47.190Z PASS [ 47.343s] (3440/3443) omicron-nexus::test_all integration_tests::webhooks::test_retry_backoff
93202026-09-15T04:12:50.196Z PASS [ 43.818s] (3441/3443) omicron-omdb::test_all_output test_omdb_success_cases
93212026-09-15T04:12:57.705Z PASS [ 37.662s] (3442/3443) oximeter-db::integration_test test_cluster
93222026-09-15T04:13:21.519Z PASS [ 55.114s] (3443/3443) trust-quorum-protocol::cluster test_trust_quorum_protocol
93232026-09-15T04:13:21.522Z────────────
93242026-09-15T04:13:21.522Z Summary [ 944.889s] 3443 tests run: 3443 passed (47 slow), 8 skipped
93252026-09-15T04:13:21.622Z
93262026-09-15T04:13:21.622Zreal 16:00.167926748
93272026-09-15T04:13:21.622Zuser 5:32:33.005630405
93282026-09-15T04:13:21.622Zsys 1:15:18.260014468
93292026-09-15T04:13:21.622Ztrap 3:47.575882159
93302026-09-15T04:13:21.626Ztflt 8.678429242
93312026-09-15T04:13:21.626Zdflt 43.442464163
93322026-09-15T04:13:21.626Zkflt 0.689853145
93332026-09-15T04:13:21.626Zlock 2198:56:08.474088293
93342026-09-15T04:13:21.626Zslp 134:09:49.869226301
93352026-09-15T04:13:21.626Zlat 5:23:58.247084752
93362026-09-15T04:13:21.626Zstop 15:07.333011044
93372026-09-15T04:13:21.626Z+ ptime -m cargo nextest store export latest --user-config-file /tmp/nextest-recording-config/config.toml --archive-file /tmp/nextest-run-archive.zip
93382026-09-15T04:13:21.790Zinfo: exported run 7fe45359-d1b0-4338-8ea9-410c07ce55a2 to /tmp/nextest-run-archive.zip (3265758 bytes)
93392026-09-15T04:13:21.794Z
93402026-09-15T04:13:21.794Zreal 0.164494894
93412026-09-15T04:13:21.794Zuser 0.114966195
93422026-09-15T04:13:21.794Zsys 0.042979491
93432026-09-15T04:13:21.794Ztrap 0.000009240
93442026-09-15T04:13:21.794Ztflt 0.000024940
93452026-09-15T04:13:21.794Zdflt 0.000051380
93462026-09-15T04:13:21.794Zkflt 0.000000000
93472026-09-15T04:13:21.794Zlock 0.037611547
93482026-09-15T04:13:21.794Zslp 0.222931926
93492026-09-15T04:13:21.794Zlat 0.000789380
93502026-09-15T04:13:21.795Zstop 0.000360570
93512026-09-15T04:13:21.795Z+ ptime -m cargo nextest store export-chrome-trace latest --user-config-file /tmp/nextest-recording-config/config.toml --output /tmp/nextest-chrome-trace.json
93522026-09-15T04:13:22.007Zinfo: wrote Chrome trace for run 7fe45359-d1b0-4338-8ea9-410c07ce55a2 to /tmp/nextest-chrome-trace.json
93532026-09-15T04:13:22.010Z
93542026-09-15T04:13:22.010Zreal 0.209231968
93552026-09-15T04:13:22.011Zuser 0.151466503
93562026-09-15T04:13:22.011Zsys 0.050969326
93572026-09-15T04:13:22.011Ztrap 0.000015690
93582026-09-15T04:13:22.011Ztflt 0.000013470
93592026-09-15T04:13:22.011Zdflt 0.000017550
93602026-09-15T04:13:22.011Zkflt 0.000000000
93612026-09-15T04:13:22.011Zlock 0.037312235
93622026-09-15T04:13:22.011Zslp 0.222979266
93632026-09-15T04:13:22.011Zlat 0.000603610
93642026-09-15T04:13:22.011Zstop 0.000344110
93652026-09-15T04:13:22.011Z+ [[ 0 -ne 0 ]]
93662026-09-15T04:13:22.012Z+ banner doctest
93672026-09-15T04:13:22.015Z
93682026-09-15T04:13:22.015Z ##### #### #### ##### ###### #### #####
93692026-09-15T04:13:22.015Z # # # # # # # # # #
93702026-09-15T04:13:22.015Z # # # # # # ##### #### #
93712026-09-15T04:13:22.015Z # # # # # # # # #
93722026-09-15T04:13:22.016Z # # # # # # # # # # #
93732026-09-15T04:13:22.016Z ##### #### #### # ###### #### #
93742026-09-15T04:13:22.016Z
93752026-09-15T04:13:22.016Z+ ptime -m timeout 1h cargo test --doc --locked --verbose --no-fail-fast
93762026-09-15T04:13:23.231Z Fresh unicode-ident v1.0.24
93772026-09-15T04:13:23.235Z Fresh cfg-if v1.0.4
93782026-09-15T04:13:23.235Z Fresh memchr v2.8.0
93792026-09-15T04:13:23.235Z Fresh smallvec v1.15.1
93802026-09-15T04:13:23.235Z Fresh autocfg v1.5.0
93812026-09-15T04:13:23.235Z Fresh log v0.4.33
93822026-09-15T04:13:23.235Z Fresh itoa v1.0.17
93832026-09-15T04:13:23.235Z Fresh rand_core v0.10.0
93842026-09-15T04:13:23.235Z Fresh subtle v2.6.1
93852026-09-15T04:13:23.235Z Fresh version_check v0.9.5
93862026-09-15T04:13:23.235Z Fresh scopeguard v1.2.0
93872026-09-15T04:13:23.236Z Fresh typenum v1.20.1
93882026-09-15T04:13:23.236Z Fresh stable_deref_trait v1.2.1
93892026-09-15T04:13:23.236Z Fresh percent-encoding v2.3.2
93902026-09-15T04:13:23.236Z Fresh litemap v0.8.1
93912026-09-15T04:13:23.236Z Fresh writeable v0.6.2
93922026-09-15T04:13:23.236Z Fresh utf8_iter v1.0.4
93932026-09-15T04:13:23.236Z Fresh critical-section v1.2.0
93942026-09-15T04:13:23.236Z Fresh proc-macro2 v1.0.106
93952026-09-15T04:13:23.236Z Fresh lock_api v0.4.14
93962026-09-15T04:13:23.236Z Fresh form_urlencoded v1.2.2
93972026-09-15T04:13:23.236Z Fresh pin-project-lite v0.2.17
93982026-09-15T04:13:23.236Z Fresh equivalent v1.0.2
93992026-09-15T04:13:23.236Z Fresh heck v0.5.0
94002026-09-15T04:13:23.236Z Fresh iana-time-zone v0.1.65
94012026-09-15T04:13:23.236Z Fresh shlex v1.3.0
94022026-09-15T04:13:23.236Z Fresh find-msvc-tools v0.1.9
94032026-09-15T04:13:23.236Z Fresh foldhash v0.2.0
94042026-09-15T04:13:23.236Z Fresh regex-syntax v0.8.10
94052026-09-15T04:13:23.236Z Fresh dyn-clone v1.0.20
94062026-09-15T04:13:23.236Z Fresh fnv v1.0.7
94072026-09-15T04:13:23.236Z Fresh strsim v0.11.1
94082026-09-15T04:13:23.240Z Fresh quote v1.0.45
94092026-09-15T04:13:23.240Z Fresh serde_core v1.0.228
94102026-09-15T04:13:23.240Z Fresh libc v0.2.185
94112026-09-15T04:13:23.240Z Fresh libm v0.2.16
94122026-09-15T04:13:23.240Z Fresh zmij v1.0.21
94132026-09-15T04:13:23.240Z Fresh icu_normalizer_data v2.1.1
94142026-09-15T04:13:23.240Z Fresh icu_properties_data v2.1.2
94152026-09-15T04:13:23.240Z Fresh portable-atomic v1.13.1
94162026-09-15T04:13:23.240Z Fresh hashbrown v0.17.0
94172026-09-15T04:13:23.241Z Fresh cmov v0.5.4
94182026-09-15T04:13:23.241Z Fresh futures-core v0.3.32
94192026-09-15T04:13:23.241Z Fresh aho-corasick v1.1.4
94202026-09-15T04:13:23.241Z Fresh byteorder v1.5.0
94212026-09-15T04:13:23.241Z Fresh futures-sink v0.3.32
94222026-09-15T04:13:23.241Z Fresh futures-io v0.3.32
94232026-09-15T04:13:23.241Z Fresh slab v0.4.12
94242026-09-15T04:13:23.241Z Fresh futures-task v0.3.32
94252026-09-15T04:13:23.241Z Fresh base64ct v1.8.3
94262026-09-15T04:13:23.241Z Fresh const-oid v0.9.6
94272026-09-15T04:13:23.241Z Fresh base64 v0.22.1
94282026-09-15T04:13:23.241Z Fresh ident_case v1.0.1
94292026-09-15T04:13:23.241Z Fresh const-oid v0.10.2
94302026-09-15T04:13:23.241Z Fresh syn v2.0.117
94312026-09-15T04:13:23.241Z Fresh errno v0.3.14
94322026-09-15T04:13:23.241Z Fresh getrandom v0.4.3
94332026-09-15T04:13:23.241Z Fresh num-traits v0.2.19
94342026-09-15T04:13:23.241Z Fresh bitflags v2.11.0
94352026-09-15T04:13:23.241Z Fresh serde_json v1.0.151
94362026-09-15T04:13:23.241Z Fresh semver v1.0.28
94372026-09-15T04:13:23.241Z Fresh once_cell v1.21.3
94382026-09-15T04:13:23.241Z Fresh parking_lot_core v0.9.12
94392026-09-15T04:13:23.241Z Fresh jobserver v0.1.34
94402026-09-15T04:13:23.242Z Fresh mio v1.2.0
94412026-09-15T04:13:23.242Z Fresh rustversion v1.0.22
94422026-09-15T04:13:23.242Z Fresh socket2 v0.6.3
94432026-09-15T04:13:23.242Z Fresh indexmap v2.14.0
94442026-09-15T04:13:23.242Z Fresh ctutils v0.4.2
94452026-09-15T04:13:23.242Z Fresh getrandom v0.2.17
94462026-09-15T04:13:23.242Z Fresh regex-automata v0.4.14
94472026-09-15T04:13:23.242Z Fresh futures-channel v0.3.32
94482026-09-15T04:13:23.242Z Fresh utf8parse v0.2.2
94492026-09-15T04:13:23.242Z Fresh anstyle v1.0.14
94502026-09-15T04:13:23.242Z Fresh allocator-api2 v0.2.21
94512026-09-15T04:13:23.242Z Fresh anstyle-query v1.1.5
94522026-09-15T04:13:23.242Z Fresh is_terminal_polyfill v1.70.2
94532026-09-15T04:13:23.242Z Fresh colorchoice v1.0.4
94542026-09-15T04:13:23.242Z Fresh pkg-config v0.3.32
94552026-09-15T04:13:23.242Z Fresh either v1.15.0
94562026-09-15T04:13:23.242Z Fresh num-conv v0.2.0
94572026-09-15T04:13:23.247Z Fresh serde_derive v1.0.228
94582026-09-15T04:13:23.247Z Fresh zeroize_derive v1.5.0
94592026-09-15T04:13:23.247Z Fresh synstructure v0.13.2
94602026-09-15T04:13:23.247Z Fresh zerovec-derive v0.11.2
94612026-09-15T04:13:23.247Z Fresh displaydoc v0.2.5
94622026-09-15T04:13:23.247Z Fresh zerocopy-derive v0.8.55
94632026-09-15T04:13:23.247Z Fresh parking_lot v0.12.5
94642026-09-15T04:13:23.247Z Fresh thiserror-impl v2.0.18
94652026-09-15T04:13:23.247Z Fresh signal-hook-registry v1.4.8
94662026-09-15T04:13:23.247Z Fresh uuid v1.23.4
94672026-09-15T04:13:23.247Z Fresh cc v1.2.56
94682026-09-15T04:13:23.247Z Fresh tokio-macros v2.7.0
94692026-09-15T04:13:23.247Z Fresh serde_derive_internals v0.29.1
94702026-09-15T04:13:23.247Z Fresh rustix v1.1.4
94712026-09-15T04:13:23.247Z Fresh getrandom v0.3.4
94722026-09-15T04:13:23.247Z Fresh rand_core v0.6.4
94732026-09-15T04:13:23.248Z Fresh futures-macro v0.3.32
94742026-09-15T04:13:23.248Z Fresh thiserror-impl v1.0.69
94752026-09-15T04:13:23.248Z Fresh syn v1.0.109
94762026-09-15T04:13:23.248Z Fresh regex v1.12.3
94772026-09-15T04:13:23.248Z Fresh anyhow v1.0.104
94782026-09-15T04:13:23.248Z Fresh tracing-attributes v0.1.31
94792026-09-15T04:13:23.248Z Fresh tracing-core v0.1.36
94802026-09-15T04:13:23.248Z Fresh anstyle-parse v1.0.0
94812026-09-15T04:13:23.248Z Fresh powerfmt v0.2.0
94822026-09-15T04:13:23.248Z Fresh time-core v0.1.8
94832026-09-15T04:13:23.248Z Fresh num_threads v0.1.7
94842026-09-15T04:13:23.248Z Fresh clap_lex v1.0.0
94852026-09-15T04:13:23.248Z Fresh cpufeatures v0.3.0
94862026-09-15T04:13:23.248Z Fresh clap_derive v4.6.1
94872026-09-15T04:13:23.248Z Fresh serde v1.0.228
94882026-09-15T04:13:23.248Z Fresh zerofrom-derive v0.1.6
94892026-09-15T04:13:23.248Z Fresh yoke-derive v0.8.1
94902026-09-15T04:13:23.248Z Fresh zerocopy v0.8.55
94912026-09-15T04:13:23.248Z Fresh thiserror v2.0.18
94922026-09-15T04:13:23.248Z Fresh schemars_derive v0.8.22
94932026-09-15T04:13:23.248Z Fresh futures-util v0.3.32
94942026-09-15T04:13:23.248Z Fresh thiserror v1.0.69
94952026-09-15T04:13:23.248Z Fresh terminal_size v0.4.3
94962026-09-15T04:13:23.249Z Fresh rand_core v0.9.5
94972026-09-15T04:13:23.249Z Fresh anstream v1.0.0
94982026-09-15T04:13:23.249Z Fresh deranged v0.5.8
94992026-09-15T04:13:23.249Z Fresh tracing v0.1.44
95002026-09-15T04:13:23.249Z Fresh time-macros v0.2.27
95012026-09-15T04:13:23.249Z Fresh fastrand v2.3.0
95022026-09-15T04:13:23.249Z Fresh cmake v0.1.57
95032026-09-15T04:13:23.249Z Fresh fs_extra v1.3.0
95042026-09-15T04:13:23.249Z Fresh dunce v1.0.5
95052026-09-15T04:13:23.249Z Fresh rustc_version v0.4.1
95062026-09-15T04:13:23.249Z Fresh spin v0.9.8
95072026-09-15T04:13:23.249Z Fresh cpufeatures v0.2.17
95082026-09-15T04:13:23.249Z Fresh der_derive v0.7.3
95092026-09-15T04:13:23.249Z Fresh pem-rfc7468 v0.7.0
95102026-09-15T04:13:23.249Z Fresh flagset v0.4.7
95112026-09-15T04:13:23.249Z Fresh untrusted v0.7.1
95122026-09-15T04:13:23.249Z Fresh simd-adler32 v0.3.8
95132026-09-15T04:13:23.249Z Fresh ryu v1.0.23
95142026-09-15T04:13:23.249Z Fresh zeroize v1.9.0
95152026-09-15T04:13:23.249Z Fresh bytes v1.11.1
95162026-09-15T04:13:23.249Z Fresh zerofrom v0.1.6
95172026-09-15T04:13:23.249Z Fresh chrono v0.4.45
95182026-09-15T04:13:23.249Z Fresh ppv-lite86 v0.2.21
95192026-09-15T04:13:23.249Z Fresh erased-serde v0.3.31
95202026-09-15T04:13:23.249Z Fresh ipnet v2.12.0
95212026-09-15T04:13:23.250Z Fresh time v0.3.47
95222026-09-15T04:13:23.250Z Fresh serde_tokenstream v0.2.3
95232026-09-15T04:13:23.250Z Fresh clap_builder v4.6.0
95242026-09-15T04:13:23.250Z Fresh crossbeam-utils v0.8.21
95252026-09-15T04:13:23.250Z Fresh tempfile v3.27.0
95262026-09-15T04:13:23.250Z Fresh hex v0.4.3
95272026-09-15T04:13:23.250Z Fresh unicode-width v0.2.0
95282026-09-15T04:13:23.250Z Fresh unicode-segmentation v1.12.0
95292026-09-15T04:13:23.250Z Fresh atomic-waker v1.1.2
95302026-09-15T04:13:23.250Z Fresh ucd-trie v0.1.7
95312026-09-15T04:13:23.250Z Fresh try-lock v0.2.5
95322026-09-15T04:13:23.250Z Fresh httpdate v1.0.3
95332026-09-15T04:13:23.250Z Fresh adler2 v2.0.1
95342026-09-15T04:13:23.250Z Fresh async-trait v0.1.89
95352026-09-15T04:13:23.250Z Fresh pretty-hex v0.4.1
95362026-09-15T04:13:23.250Z Fresh tower-service v0.3.3
95372026-09-15T04:13:23.250Z Fresh tower-layer v0.3.3
95382026-09-15T04:13:23.250Z Fresh untrusted v0.9.0
95392026-09-15T04:13:23.250Z Fresh plain v0.2.3
95402026-09-15T04:13:23.250Z Fresh socket2 v0.5.10
95412026-09-15T04:13:23.250Z Fresh mime v0.3.17
95422026-09-15T04:13:23.254Z Fresh yoke v0.8.1
95432026-09-15T04:13:23.255Z Fresh tokio v1.52.1
95442026-09-15T04:13:23.255Z Fresh hybrid-array v0.4.13
95452026-09-15T04:13:23.255Z Fresh generic-array v0.14.7
95462026-09-15T04:13:23.255Z Fresh http v1.4.2
95472026-09-15T04:13:23.255Z Fresh slog v2.8.2
95482026-09-15T04:13:23.255Z Fresh rand_chacha v0.9.0
95492026-09-15T04:13:23.255Z Fresh clap v4.6.1
95502026-09-15T04:13:23.255Z Fresh camino v1.2.5
95512026-09-15T04:13:23.255Z Fresh httparse v1.10.1
95522026-09-15T04:13:23.255Z Fresh der v0.7.10
95532026-09-15T04:13:23.255Z Fresh rustls-pki-types v1.14.0
95542026-09-15T04:13:23.255Z Fresh rand_chacha v0.3.1
95552026-09-15T04:13:23.255Z Fresh miniz_oxide v0.8.9
95562026-09-15T04:13:23.255Z Fresh pest v2.8.6
95572026-09-15T04:13:23.256Z Fresh want v0.3.1
95582026-09-15T04:13:23.256Z Fresh openssl-probe v0.2.1
95592026-09-15T04:13:23.256Z Fresh lazy_static v1.5.0
95602026-09-15T04:13:23.256Z Fresh serde_urlencoded v0.7.1
95612026-09-15T04:13:23.256Z Fresh hashbrown v0.16.1
95622026-09-15T04:13:23.256Z Fresh encoding_rs v0.8.35
95632026-09-15T04:13:23.256Z Fresh vcpkg v0.2.15
95642026-09-15T04:13:23.256Z Fresh bit-vec v0.8.0
95652026-09-15T04:13:23.256Z Fresh futures-executor v0.3.32
95662026-09-15T04:13:23.256Z Fresh darling_core v0.23.0
95672026-09-15T04:13:23.256Z Fresh num-integer v0.1.46
95682026-09-15T04:13:23.256Z Fresh wait-timeout v0.2.1
95692026-09-15T04:13:23.256Z Fresh sync_wrapper v1.0.2
95702026-09-15T04:13:23.256Z Fresh zerovec v0.11.5
95712026-09-15T04:13:23.256Z Fresh zerotrie v0.2.3
95722026-09-15T04:13:23.256Z Fresh crypto-common v0.2.2
95732026-09-15T04:13:23.257Z Fresh block-buffer v0.12.1
95742026-09-15T04:13:23.257Z Fresh crypto-common v0.1.7
95752026-09-15T04:13:23.257Z Fresh block-buffer v0.10.4
95762026-09-15T04:13:23.257Z Fresh rand v0.9.2
95772026-09-15T04:13:23.257Z Fresh tokio-util v0.7.18
95782026-09-15T04:13:23.257Z Fresh aws-lc-sys v0.40.0
95792026-09-15T04:13:23.257Z Fresh block-padding v0.4.2
95802026-09-15T04:13:23.257Z Fresh http-body v1.0.1
95812026-09-15T04:13:23.257Z Fresh rand v0.8.6
95822026-09-15T04:13:23.257Z Fresh spki v0.7.3
95832026-09-15T04:13:23.257Z Fresh pest_meta v2.8.6
95842026-09-15T04:13:23.257Z Fresh bit-set v0.8.0
95852026-09-15T04:13:23.257Z Fresh darling_macro v0.23.0
95862026-09-15T04:13:23.257Z Fresh futures v0.3.32
95872026-09-15T04:13:23.257Z Fresh quick-error v1.2.3
95882026-09-15T04:13:23.257Z Fresh winnow v1.0.3
95892026-09-15T04:13:23.257Z Fresh tower v0.5.3
95902026-09-15T04:13:23.257Z Fresh rand_xorshift v0.4.0
95912026-09-15T04:13:23.257Z Fresh openapiv3 v2.2.0
95922026-09-15T04:13:23.257Z Fresh hubpack_derive v0.1.1
95932026-09-15T04:13:23.257Z Fresh unarray v0.1.4
95942026-09-15T04:13:23.257Z Fresh iri-string v0.7.10
95952026-09-15T04:13:23.257Z Fresh litrs v1.0.0
95962026-09-15T04:13:23.257Z Fresh tinystr v0.8.2
95972026-09-15T04:13:23.257Z Fresh potential_utf v0.1.4
95982026-09-15T04:13:23.257Z Fresh digest v0.10.7
95992026-09-15T04:13:23.257Z Fresh digest v0.11.3
96002026-09-15T04:13:23.257Z Fresh inout v0.2.2
96012026-09-15T04:13:23.257Z Fresh aws-lc-rs v1.16.3
96022026-09-15T04:13:23.258Z Fresh h2 v0.4.15
96032026-09-15T04:13:23.258Z Fresh pest_generator v2.8.6
96042026-09-15T04:13:23.258Z Fresh pkcs8 v0.10.2
96052026-09-15T04:13:23.258Z Fresh http-body-util v0.1.3
96062026-09-15T04:13:23.258Z Fresh crc32fast v1.5.0
96072026-09-15T04:13:23.258Z Fresh paste v1.0.15
96082026-09-15T04:13:23.258Z Fresh rusty-fork v0.3.1
96092026-09-15T04:13:23.258Z Fresh object v0.37.3
96102026-09-15T04:13:23.258Z Fresh toml_parser v1.1.2+spec-1.1.0
96112026-09-15T04:13:23.258Z Fresh darling v0.23.0
96122026-09-15T04:13:23.258Z Fresh tower-http v0.6.8
96132026-09-15T04:13:23.258Z Fresh hubpack v0.1.2
96142026-09-15T04:13:23.258Z Fresh static_assertions v1.1.0
96152026-09-15T04:13:23.259Z Fresh document-features v0.2.12
96162026-09-15T04:13:23.259Z Fresh rustls-native-certs v0.8.3
96172026-09-15T04:13:23.259Z Fresh scroll_derive v0.13.1
96182026-09-15T04:13:23.259Z Fresh tinyvec_macros v0.1.1
96192026-09-15T04:13:23.259Z Fresh psl-types v2.0.11
96202026-09-15T04:13:23.259Z Fresh unicode-width v0.1.14
96212026-09-15T04:13:23.259Z Fresh num-iter v0.1.45
96222026-09-15T04:13:23.259Z Fresh syn v3.0.3
96232026-09-15T04:13:23.259Z Fresh x509-cert v0.2.5
96242026-09-15T04:13:23.259Z Fresh icu_locale_core v2.1.1
96252026-09-15T04:13:23.259Z Fresh icu_collections v2.1.1
96262026-09-15T04:13:23.259Z Fresh cipher v0.5.2
96272026-09-15T04:13:23.259Z Fresh rustls-webpki v0.103.13
96282026-09-15T04:13:23.259Z Fresh hyper v1.10.1
96292026-09-15T04:13:23.259Z Fresh pest_derive v2.8.6
96302026-09-15T04:13:23.259Z Fresh signature v2.2.0
96312026-09-15T04:13:23.259Z Fresh hmac v0.13.0
96322026-09-15T04:13:23.259Z Fresh sha2 v0.10.9
96332026-09-15T04:13:23.259Z Fresh proptest v1.11.0
96342026-09-15T04:13:23.259Z Fresh ahash v0.8.12
96352026-09-15T04:13:23.260Z Fresh sha2 v0.11.0
96362026-09-15T04:13:23.260Z Fresh tinyvec v1.10.0
96372026-09-15T04:13:23.260Z Fresh scroll v0.13.0
96382026-09-15T04:13:23.260Z Fresh cookie v0.18.1
96392026-09-15T04:13:23.260Z Fresh pkcs1 v0.7.5
96402026-09-15T04:13:23.260Z Fresh heck v0.4.1
96412026-09-15T04:13:23.260Z Fresh darling_core v0.20.11
96422026-09-15T04:13:23.264Z Fresh thread-id v5.1.0
96432026-09-15T04:13:23.264Z Fresh data-encoding v2.10.0
96442026-09-15T04:13:23.264Z Fresh zlib-rs v0.6.2
96452026-09-15T04:13:23.264Z Fresh hmac v0.12.1
96462026-09-15T04:13:23.264Z Fresh daft-derive v0.1.8
96472026-09-15T04:13:23.264Z Fresh serde_spanned v0.6.9
96482026-09-15T04:13:23.264Z Fresh toml_datetime v0.6.11
96492026-09-15T04:13:23.264Z Fresh strum_macros v0.26.4
96502026-09-15T04:13:23.264Z Fresh curve25519-dalek-derive v0.1.1
96512026-09-15T04:13:23.265Z Fresh memmap2 v0.9.10
96522026-09-15T04:13:23.265Z Fresh winnow v0.7.14
96532026-09-15T04:13:23.265Z Fresh icu_provider v2.1.1
96542026-09-15T04:13:23.265Z Fresh rustls v0.23.41
96552026-09-15T04:13:23.265Z Fresh hyper-util v0.1.20
96562026-09-15T04:13:23.265Z Fresh goblin v0.10.5
96572026-09-15T04:13:23.265Z Fresh dtrace-parser v0.3.0
96582026-09-15T04:13:23.265Z Fresh num-bigint-dig v0.8.6
96592026-09-15T04:13:23.265Z Fresh flate2 v1.1.9
96602026-09-15T04:13:23.265Z Fresh darling_macro v0.20.11
96612026-09-15T04:13:23.265Z Fresh base64 v0.21.7
96622026-09-15T04:13:23.265Z Fresh gimli v0.32.3
96632026-09-15T04:13:23.266Z Fresh strum v0.26.3
96642026-09-15T04:13:23.266Z Fresh ff v0.13.1
96652026-09-15T04:13:23.266Z Fresh scroll_derive v0.12.1
96662026-09-15T04:13:23.266Z Fresh rustc-demangle v0.1.27
96672026-09-15T04:13:23.266Z Fresh siphasher v1.0.2
96682026-09-15T04:13:23.266Z Fresh unicode-linebreak v0.1.5
96692026-09-15T04:13:23.266Z Fresh is_ci v1.2.0
96702026-09-15T04:13:23.266Z Fresh base16ct v0.2.0
96712026-09-15T04:13:23.266Z Fresh smawk v0.3.2
96722026-09-15T04:13:23.266Z Fresh hkdf v0.12.4
96732026-09-15T04:13:23.266Z Fresh crypto-bigint v0.5.5
96742026-09-15T04:13:23.266Z Fresh crossbeam-epoch v0.9.18
96752026-09-15T04:13:23.266Z Fresh bstr v1.12.1
96762026-09-15T04:13:23.266Z Fresh zerocopy-derive v0.7.35
96772026-09-15T04:13:23.266Z Fresh cfg_aliases v0.2.1
96782026-09-15T04:13:23.266Z Fresh tap v1.0.1
96792026-09-15T04:13:23.266Z Fresh icu_properties v2.1.2
96802026-09-15T04:13:23.266Z Fresh icu_normalizer v2.1.1
96812026-09-15T04:13:23.266Z Fresh tokio-rustls v0.26.4
96822026-09-15T04:13:23.266Z Fresh rustls-platform-verifier v0.6.2
96832026-09-15T04:13:23.266Z Fresh dof v0.4.0
96842026-09-15T04:13:23.266Z Fresh rsa v0.9.10
96852026-09-15T04:13:23.266Z Fresh darling v0.20.11
96862026-09-15T04:13:23.266Z Fresh addr2line v0.25.1
96872026-09-15T04:13:23.266Z Fresh group v0.13.0
96882026-09-15T04:13:23.266Z Fresh sec1 v0.7.3
96892026-09-15T04:13:23.266Z Fresh memoffset v0.9.1
96902026-09-15T04:13:23.266Z Fresh scroll v0.12.0
96912026-09-15T04:13:23.267Z Fresh zerocopy v0.7.35
96922026-09-15T04:13:23.267Z Fresh wyz v0.5.1
96932026-09-15T04:13:23.267Z Fresh env_filter v2.0.0
96942026-09-15T04:13:23.267Z Fresh crc-catalog v2.4.0
96952026-09-15T04:13:23.267Z Fresh funty v2.0.0
96962026-09-15T04:13:23.267Z Fresh keccak v0.1.6
96972026-09-15T04:13:23.267Z Fresh winnow v0.5.40
96982026-09-15T04:13:23.267Z Fresh dtrace-parser v0.2.0
96992026-09-15T04:13:23.267Z Fresh packed_struct_codegen v0.10.1
97002026-09-15T04:13:23.267Z Fresh bitfield-macros v0.19.4
97012026-09-15T04:13:23.267Z Fresh thread-id v4.2.2
97022026-09-15T04:13:23.267Z Fresh idna_adapter v1.2.1
97032026-09-15T04:13:23.267Z Fresh hyper-rustls v0.27.7
97042026-09-15T04:13:23.267Z Fresh usdt-impl v0.6.0
97052026-09-15T04:13:23.267Z Fresh backtrace v0.3.76
97062026-09-15T04:13:23.267Z Fresh derive_builder_core v0.20.2
97072026-09-15T04:13:23.267Z Fresh elliptic-curve v0.13.8
97082026-09-15T04:13:23.267Z Fresh rustix v0.38.44
97092026-09-15T04:13:23.267Z Fresh goblin v0.8.2
97102026-09-15T04:13:23.267Z Fresh radium v0.7.0
97112026-09-15T04:13:23.267Z Fresh toml_edit v0.19.15
97122026-09-15T04:13:23.267Z Fresh env_logger v0.11.11
97132026-09-15T04:13:23.267Z Fresh crc v3.4.0
97142026-09-15T04:13:23.267Z Fresh sha3 v0.10.8
97152026-09-15T04:13:23.267Z Fresh bitfield v0.19.4
97162026-09-15T04:13:23.267Z Fresh curve25519-dalek v4.1.3
97172026-09-15T04:13:23.268Z Fresh chacha20 v0.10.0
97182026-09-15T04:13:23.268Z Fresh serde_with_macros v3.21.0
97192026-09-15T04:13:23.268Z Fresh itertools v0.13.0
97202026-09-15T04:13:23.268Z Fresh cargo-platform v0.3.2
97212026-09-15T04:13:23.268Z Fresh same-file v1.0.6
97222026-09-15T04:13:23.268Z Fresh nodrop v0.1.14
97232026-09-15T04:13:23.268Z Fresh ed25519 v2.2.3
97242026-09-15T04:13:23.268Z Fresh unicode-normalization v0.1.25
97252026-09-15T04:13:23.268Z Fresh structmeta-derive v0.3.0
97262026-09-15T04:13:23.268Z Fresh idna v1.1.0
97272026-09-15T04:13:23.268Z Fresh usdt-macro v0.6.0
97282026-09-15T04:13:23.268Z Fresh usdt-attr-macro v0.6.0
97292026-09-15T04:13:23.268Z Fresh backtrace-ext v0.2.1
97302026-09-15T04:13:23.268Z Fresh derive_builder_macro v0.20.2
97312026-09-15T04:13:23.268Z Fresh dof v0.3.0
97322026-09-15T04:13:23.268Z Fresh bitvec v1.0.1
97332026-09-15T04:13:23.268Z Fresh nix v0.31.2
97342026-09-15T04:13:23.268Z Fresh maybe-uninit v2.0.0
97352026-09-15T04:13:23.268Z Fresh cargo_metadata v0.23.1
97362026-09-15T04:13:23.268Z Fresh array-init v0.0.4
97372026-09-15T04:13:23.268Z Fresh walkdir v2.5.0
97382026-09-15T04:13:23.268Z Fresh owo-colors v4.3.0
97392026-09-15T04:13:23.268Z Fresh bitflags v1.3.2
97402026-09-15T04:13:23.268Z Fresh foldhash v0.1.5
97412026-09-15T04:13:23.268Z Fresh foreign-types-shared v0.1.1
97422026-09-15T04:13:23.273Z Fresh structmeta v0.3.0
97432026-09-15T04:13:23.273Z Fresh ed25519-dalek v2.2.0
97442026-09-15T04:13:23.273Z Fresh openssl-sys v0.9.117
97452026-09-15T04:13:23.273Z Fresh textwrap v0.16.2
97462026-09-15T04:13:23.273Z Fresh ron v0.8.1
97472026-09-15T04:13:23.273Z Fresh supports-color v3.0.2
97482026-09-15T04:13:23.273Z Fresh openssl-macros v0.1.1
97492026-09-15T04:13:23.273Z Fresh miette-derive v7.6.0
97502026-09-15T04:13:23.273Z Fresh enum-as-inner v0.6.1
97512026-09-15T04:13:23.273Z Fresh supports-hyperlinks v3.2.0
97522026-09-15T04:13:23.273Z Fresh url v2.5.8
97532026-09-15T04:13:23.273Z Fresh publicsuffix v2.3.0
97542026-09-15T04:13:23.273Z Fresh usdt v0.6.0
97552026-09-15T04:13:23.273Z Fresh derive_builder v0.20.2
97562026-09-15T04:13:23.273Z Fresh usdt-impl v0.5.0
97572026-09-15T04:13:23.273Z Fresh packed_struct v0.10.1
97582026-09-15T04:13:23.273Z Fresh smallvec v0.6.14
97592026-09-15T04:13:23.273Z Fresh foreign-types v0.3.2
97602026-09-15T04:13:23.273Z Fresh hashbrown v0.15.5
97612026-09-15T04:13:23.273Z Fresh managed v0.8.0
97622026-09-15T04:13:23.273Z Fresh crc-any v2.5.0
97632026-09-15T04:13:23.273Z Fresh supports-unicode v3.0.0
97642026-09-15T04:13:23.273Z Fresh rand v0.10.1
97652026-09-15T04:13:23.273Z Fresh phf_shared v0.11.3
97662026-09-15T04:13:23.273Z Fresh zerocopy-derive v0.6.6
97672026-09-15T04:13:23.273Z Fresh ref-cast-impl v1.0.25
97682026-09-15T04:13:23.274Z Fresh precomputed-hash v0.1.1
97692026-09-15T04:13:23.274Z Fresh new_debug_unreachable v1.0.6
97702026-09-15T04:13:23.274Z Fresh fixedbitset v0.4.2
97712026-09-15T04:13:23.274Z Fresh globset v0.4.18
97722026-09-15T04:13:23.274Z Fresh pin-project-internal v1.1.11
97732026-09-15T04:13:23.274Z Fresh hashbrown v0.12.3
97742026-09-15T04:13:23.274Z Fresh derive-ex v0.1.8
97752026-09-15T04:13:23.274Z Fresh toml v0.7.8
97762026-09-15T04:13:23.274Z Fresh hashbrown v0.13.2
97772026-09-15T04:13:23.274Z Fresh schemars v0.8.22
97782026-09-15T04:13:23.274Z Fresh cookie_store v0.22.1
97792026-09-15T04:13:23.274Z Fresh vergen-lib v9.1.0
97802026-09-15T04:13:23.274Z Fresh serde-hex v0.1.0
97812026-09-15T04:13:23.274Z Fresh miette v7.6.0
97822026-09-15T04:13:23.274Z Fresh openssl v0.10.80
97832026-09-15T04:13:23.274Z Fresh signal-hook v0.3.18
97842026-09-15T04:13:23.274Z Fresh string_cache v0.8.9
97852026-09-15T04:13:23.274Z Fresh zerocopy v0.6.6
97862026-09-15T04:13:23.274Z Fresh bzip2-sys v0.1.13+1.0.8
97872026-09-15T04:13:23.274Z Fresh petgraph v0.6.5
97882026-09-15T04:13:23.274Z Fresh ref-cast v1.0.25
97892026-09-15T04:13:23.274Z Fresh pin-project v1.1.11
97902026-09-15T04:13:23.274Z Fresh lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
97912026-09-15T04:13:23.274Z Fresh libbz2-rs-sys v0.2.2
97922026-09-15T04:13:23.274Z Fresh lalrpop-util v0.19.12
97932026-09-15T04:13:23.274Z Fresh fixedbitset v0.5.7
97942026-09-15T04:13:23.274Z Fresh bumpalo v3.20.2
97952026-09-15T04:13:23.274Z Fresh test-strategy v0.4.5
97962026-09-15T04:13:23.275Z Fresh snafu-derive v0.8.9
97972026-09-15T04:13:23.275Z Fresh convert_case v0.10.0
97982026-09-15T04:13:23.275Z Fresh serde-big-array v0.5.1
97992026-09-15T04:13:23.275Z Fresh serde_repr v0.1.20
98002026-09-15T04:13:23.275Z Fresh pem v3.0.6
98012026-09-15T04:13:23.275Z Fresh hash32 v0.2.1
98022026-09-15T04:13:23.275Z Fresh path-slash v0.1.5
98032026-09-15T04:13:23.275Z Fresh ipnetwork v0.21.1
98042026-09-15T04:13:23.275Z Fresh newtype-uuid v1.3.2
98052026-09-15T04:13:23.275Z Fresh reqwest v0.13.2
98062026-09-15T04:13:23.275Z Fresh serde_with v3.21.0
98072026-09-15T04:13:23.275Z Fresh vergen v9.1.0
98082026-09-15T04:13:23.275Z Fresh bzip2 v0.4.4
98092026-09-15T04:13:23.275Z Fresh indexmap v1.9.3
98102026-09-15T04:13:23.275Z Fresh signal-hook-mio v0.2.5
98112026-09-15T04:13:23.275Z Fresh native-tls v0.2.18
98122026-09-15T04:13:23.275Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
98132026-09-15T04:13:23.275Z Fresh bzip2 v0.6.1
98142026-09-15T04:13:23.275Z Fresh petgraph v0.8.3
98152026-09-15T04:13:23.275Z Fresh lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
98162026-09-15T04:13:23.275Z Fresh zopfli v0.8.3
98172026-09-15T04:13:23.275Z Fresh unicode-bidi v0.3.18
98182026-09-15T04:13:23.275Z Fresh unicode-properties v0.1.4
98192026-09-15T04:13:23.275Z Fresh predicates-core v1.0.10
98202026-09-15T04:13:23.275Z Fresh jiff-core v0.1.0
98212026-09-15T04:13:23.275Z Fresh zstd-sys v2.0.16+zstd.1.5.7
98222026-09-15T04:13:23.275Z Fresh byte-wrapper v0.1.0
98232026-09-15T04:13:23.276Z Fresh snafu v0.8.9
98242026-09-15T04:13:23.276Z Fresh derive_more-impl v2.1.1
98252026-09-15T04:13:23.276Z Fresh heapless v0.7.17
98262026-09-15T04:13:23.276Z Fresh hickory-proto v0.25.2
98272026-09-15T04:13:23.276Z Fresh similar v2.7.0
98282026-09-15T04:13:23.276Z Fresh md-5 v0.11.0
98292026-09-15T04:13:23.276Z Fresh serde_plain v1.0.2
98302026-09-15T04:13:23.276Z Fresh float-cmp v0.10.0
98312026-09-15T04:13:23.276Z Fresh async-recursion v1.1.1
98322026-09-15T04:13:23.276Z Fresh oxnet v0.1.6
98332026-09-15T04:13:23.276Z Fresh tokio-native-tls v0.3.1
98342026-09-15T04:13:23.276Z Fresh object v0.30.4
98352026-09-15T04:13:23.276Z Fresh zip v0.6.6
98362026-09-15T04:13:23.276Z Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
98372026-09-15T04:13:23.276Z Fresh fs-err v3.3.0
98382026-09-15T04:13:23.276Z Fresh stringprep v0.1.5
98392026-09-15T04:13:23.276Z Fresh jiff v0.2.34
98402026-09-15T04:13:23.276Z Fresh crossterm v0.28.1
98412026-09-15T04:13:23.276Z Fresh strum_macros v0.27.2
98422026-09-15T04:13:23.280Z Fresh typed-path v0.12.3
98432026-09-15T04:13:23.280Z Fresh difflib v0.4.0
98442026-09-15T04:13:23.280Z Fresh toml_write v0.1.2
98452026-09-15T04:13:23.280Z Fresh normalize-line-endings v0.3.0
98462026-09-15T04:13:23.280Z Fresh fallible-iterator v0.2.0
98472026-09-15T04:13:23.280Z Fresh typed-path v0.9.3
98482026-09-15T04:13:23.280Z Fresh derive_more v2.1.1
98492026-09-15T04:13:23.280Z Fresh zstd-safe v7.2.4
98502026-09-15T04:13:23.281Z Fresh phf_shared v0.13.1
98512026-09-15T04:13:23.281Z Fresh gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=438cd185666d5f164548885873f0f5df9a38eed1#438cd185)
98522026-09-15T04:13:23.281Z Fresh tokio-stream v0.1.18
98532026-09-15T04:13:23.281Z Fresh peg-runtime v0.8.5
98542026-09-15T04:13:23.281Z Fresh olpc-cjson v0.1.4
98552026-09-15T04:13:23.281Z Fresh whoami v2.1.0
98562026-09-15T04:13:23.281Z Fresh buf-list v1.1.2
98572026-09-15T04:13:23.281Z Fresh is-terminal v0.4.17
98582026-09-15T04:13:23.281Z Fresh crossbeam-channel v0.5.15
98592026-09-15T04:13:23.281Z Fresh thread_local v1.1.9
98602026-09-15T04:13:23.281Z Fresh term v1.2.1
98612026-09-15T04:13:23.281Z Fresh take_mut v0.2.2
98622026-09-15T04:13:23.281Z Fresh daft v0.1.8
98632026-09-15T04:13:23.281Z Fresh hyper-tls v0.6.0
98642026-09-15T04:13:23.281Z Fresh hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
98652026-09-15T04:13:23.282Z Fresh postgres-protocol v0.6.12
98662026-09-15T04:13:23.282Z Fresh predicates v3.1.4
98672026-09-15T04:13:23.282Z Fresh zip v8.6.0
98682026-09-15T04:13:23.282Z Fresh smoltcp v0.9.1
98692026-09-15T04:13:23.282Z Fresh toml_edit v0.22.27
98702026-09-15T04:13:23.282Z Fresh strum v0.27.2
98712026-09-15T04:13:23.282Z Fresh zstd v0.13.3
98722026-09-15T04:13:23.282Z Fresh phf v0.13.1
98732026-09-15T04:13:23.282Z Fresh slog-term v2.9.2
98742026-09-15T04:13:23.282Z Fresh newtype-uuid-macros v0.1.0
98752026-09-15T04:13:23.282Z Fresh match_cfg v0.1.0
98762026-09-15T04:13:23.282Z Fresh slog-json v2.6.1
98772026-09-15T04:13:23.282Z Fresh serde_spanned v1.1.1
98782026-09-15T04:13:23.282Z Fresh toml_datetime v1.1.1+spec-1.1.0
98792026-09-15T04:13:23.282Z Fresh toml_writer v1.1.1+spec-1.1.0
98802026-09-15T04:13:23.282Z Fresh debug-ignore v1.0.5
98812026-09-15T04:13:23.282Z Fresh sha1 v0.11.0
98822026-09-15T04:13:23.282Z Fresh compression-core v0.4.31
98832026-09-15T04:13:23.282Z Fresh async-stream-impl v0.3.6
98842026-09-15T04:13:23.283Z Fresh rustls-pemfile v2.2.0
98852026-09-15T04:13:23.283Z Fresh waitgroup v0.1.2
98862026-09-15T04:13:23.283Z Fresh dropshot_endpoint v0.17.1
98872026-09-15T04:13:23.283Z Fresh serde_path_to_error v0.1.20
98882026-09-15T04:13:23.283Z Fresh hostname v0.4.2
98892026-09-15T04:13:23.283Z Fresh progenitor-client v0.14.0
98902026-09-15T04:13:23.283Z Fresh slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
98912026-09-15T04:13:23.283Z Fresh reqwest v0.12.28
98922026-09-15T04:13:23.283Z Fresh iddqd v0.4.2
98932026-09-15T04:13:23.283Z Fresh tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
98942026-09-15T04:13:23.283Z Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=438cd185666d5f164548885873f0f5df9a38eed1#438cd185)
98952026-09-15T04:13:23.283Z Fresh postgres-types v0.2.14
98962026-09-15T04:13:23.283Z Fresh zip v4.6.1
98972026-09-15T04:13:23.283Z Fresh slog-async v2.8.0
98982026-09-15T04:13:23.283Z Fresh hostname v0.3.1
98992026-09-15T04:13:23.283Z Fresh toml v1.1.2+spec-1.1.0
99002026-09-15T04:13:23.283Z Fresh compression-codecs v0.4.37
99012026-09-15T04:13:23.283Z Fresh async-stream v0.3.6
99022026-09-15T04:13:23.283Z Fresh slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
99032026-09-15T04:13:23.283Z Fresh atomicwrites v0.4.4
99042026-09-15T04:13:23.283Z Fresh serde_tokenstream v0.3.0
99052026-09-15T04:13:23.283Z Fresh regress v0.10.5
99062026-09-15T04:13:23.283Z Fresh macaddr v1.0.1
99072026-09-15T04:13:23.283Z Fresh instant v0.1.13
99082026-09-15T04:13:23.283Z Fresh parse-display-derive v0.10.0
99092026-09-15T04:13:23.283Z Fresh itertools v0.14.0
99102026-09-15T04:13:23.283Z Fresh backon v1.6.0
99112026-09-15T04:13:23.284Z Fresh humantime v2.3.0
99122026-09-15T04:13:23.284Z Fresh convert_case v0.4.0
99132026-09-15T04:13:23.284Z Fresh half v2.7.1
99142026-09-15T04:13:23.284Z Fresh ciborium-io v0.2.2
99152026-09-15T04:13:23.284Z Fresh secrecy v0.10.3
99162026-09-15T04:13:23.284Z Fresh regress v0.11.1
99172026-09-15T04:13:23.284Z Fresh indent_write v2.2.0
99182026-09-15T04:13:23.284Z Fresh tokio-postgres v0.7.18
99192026-09-15T04:13:23.284Z Fresh tough v0.22.0
99202026-09-15T04:13:23.284Z Fresh slog-bunyan v2.5.0
99212026-09-15T04:13:23.284Z Fresh multer v3.1.0
99222026-09-15T04:13:23.284Z Fresh async-compression v0.4.41
99232026-09-15T04:13:23.284Z Fresh oxide-generation-macros v0.2.0
99242026-09-15T04:13:23.284Z Fresh backoff v0.4.0
99252026-09-15T04:13:23.284Z Fresh parse-display v0.10.0
99262026-09-15T04:13:23.284Z Fresh progenitor-extras v0.2.0
99272026-09-15T04:13:23.284Z Fresh derive_more v0.99.20
99282026-09-15T04:13:23.284Z Fresh ciborium-ll v0.2.2
99292026-09-15T04:13:23.284Z Fresh typify-impl v0.6.2
99302026-09-15T04:13:23.284Z Fresh inout v0.1.4
99312026-09-15T04:13:23.284Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
99322026-09-15T04:13:23.284Z Fresh universal-hash v0.5.1
99332026-09-15T04:13:23.284Z Fresh thiserror-impl-no-std v2.0.2
99342026-09-15T04:13:23.284Z Fresh opaque-debug v0.3.1
99352026-09-15T04:13:23.284Z Fresh unsafe-libyaml v0.2.11
99362026-09-15T04:13:23.284Z Fresh blake2 v0.10.6
99372026-09-15T04:13:23.284Z Fresh aead v0.5.2
99382026-09-15T04:13:23.284Z Fresh password-hash v0.5.0
99392026-09-15T04:13:23.285Z Fresh camino-tempfile v1.4.1
99402026-09-15T04:13:23.285Z Fresh swrite v0.1.0
99412026-09-15T04:13:23.285Z Fresh itertools v0.15.0
99422026-09-15T04:13:23.289Z Fresh toml_datetime v0.7.5+spec-1.1.0
99432026-09-15T04:13:23.289Z Fresh num-derive v0.4.2
99442026-09-15T04:13:23.289Z Fresh glob v0.3.3
99452026-09-15T04:13:23.289Z Fresh crossbeam-deque v0.8.6
99462026-09-15T04:13:23.289Z Fresh dropshot v0.17.1
99472026-09-15T04:13:23.289Z Fresh ciborium v0.2.2
99482026-09-15T04:13:23.289Z Fresh crucible-workspace-hack v0.1.0
99492026-09-15T04:13:23.289Z Fresh typify-macro v0.6.2
99502026-09-15T04:13:23.289Z Fresh cipher v0.4.4
99512026-09-15T04:13:23.289Z Fresh serde_yaml v0.9.34+deprecated
99522026-09-15T04:13:23.289Z Fresh thiserror-no-std v2.0.2
99532026-09-15T04:13:23.289Z Fresh poly1305 v0.8.0
99542026-09-15T04:13:23.289Z Fresh argon2 v0.5.3
99552026-09-15T04:13:23.289Z Fresh toml_edit v0.23.10+spec-1.0.0
99562026-09-15T04:13:23.289Z Fresh tabwriter v1.4.1
99572026-09-15T04:13:23.289Z Fresh ingot-macros v0.2.0
99582026-09-15T04:13:23.289Z Fresh hash32 v0.3.1
99592026-09-15T04:13:23.290Z Fresh colored v3.1.1
99602026-09-15T04:13:23.290Z Fresh cobs v0.3.0
99612026-09-15T04:13:23.290Z Fresh proc-macro-crate v1.3.1
99622026-09-15T04:13:23.290Z Fresh foreign-types-macros v0.2.3
99632026-09-15T04:13:23.290Z Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
99642026-09-15T04:13:23.290Z Fresh foreign-types-shared v0.3.1
99652026-09-15T04:13:23.291Z Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
99662026-09-15T04:13:23.291Z Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
99672026-09-15T04:13:23.291Z Fresh typify v0.6.2
99682026-09-15T04:13:23.291Z Fresh crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
99692026-09-15T04:13:23.291Z Fresh chacha20 v0.9.1
99702026-09-15T04:13:23.291Z Fresh vsss-rs v3.3.4
99712026-09-15T04:13:23.291Z Fresh proc-macro-crate v3.4.0
99722026-09-15T04:13:23.291Z Fresh proc-macro-error-attr v1.0.4
99732026-09-15T04:13:23.291Z Fresh rayon-core v1.13.0
99742026-09-15T04:13:23.291Z Fresh ingot-types v0.2.0
99752026-09-15T04:13:23.291Z Fresh postcard v1.1.3
99762026-09-15T04:13:23.291Z Fresh num_enum_derive v0.5.11
99772026-09-15T04:13:23.291Z Fresh foreign-types v0.5.0
99782026-09-15T04:13:23.291Z Fresh cstr-argument v0.1.2
99792026-09-15T04:13:23.291Z Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
99802026-09-15T04:13:23.291Z Fresh itertools v0.12.1
99812026-09-15T04:13:23.291Z Fresh sigpipe v0.1.3
99822026-09-15T04:13:23.291Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
99832026-09-15T04:13:23.291Z Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
99842026-09-15T04:13:23.291Z Fresh smf v0.2.3
99852026-09-15T04:13:23.291Z Fresh whoami v1.6.1
99862026-09-15T04:13:23.292Z Fresh derive-where v1.6.0
99872026-09-15T04:13:23.292Z Fresh toml v0.8.23
99882026-09-15T04:13:23.292Z Fresh console v0.15.11
99892026-09-15T04:13:23.292Z Fresh propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
99902026-09-15T04:13:23.292Z Fresh chacha20poly1305 v0.10.1
99912026-09-15T04:13:23.292Z Fresh progenitor-impl v0.14.0
99922026-09-15T04:13:23.292Z Fresh num_enum_derive v0.7.6
99932026-09-15T04:13:23.292Z Fresh proc-macro-error v1.0.4
99942026-09-15T04:13:23.293Z Fresh rayon v1.11.0
99952026-09-15T04:13:23.293Z Fresh heapless v0.8.0
99962026-09-15T04:13:23.293Z Fresh ingot v0.2.1
99972026-09-15T04:13:23.294Z Fresh illumos-nvpair-sys v0.2.0
99982026-09-15T04:13:23.294Z Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
99992026-09-15T04:13:23.294Z Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
100002026-09-15T04:13:23.294Z Fresh num_enum v0.5.11
100012026-09-15T04:13:23.294Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
100022026-09-15T04:13:23.294Z Fresh newline-converter v0.3.0
100032026-09-15T04:13:23.294Z Fresh oxide-update-engine-types v0.1.2
100042026-09-15T04:13:23.294Z Fresh usdt-attr-macro v0.5.0
100052026-09-15T04:13:23.294Z Fresh usdt-macro v0.5.0
100062026-09-15T04:13:23.294Z Fresh num-rational v0.4.2
100072026-09-15T04:13:23.294Z Fresh num-complex v0.4.6
100082026-09-15T04:13:23.294Z Fresh memmap v0.7.0
100092026-09-15T04:13:23.294Z Fresh float-ord v0.3.2
100102026-09-15T04:13:23.294Z Fresh gethostname v0.5.0
100112026-09-15T04:13:23.294Z Fresh bytecount v0.6.9
100122026-09-15T04:13:23.294Z Fresh linear-map v1.2.0
100132026-09-15T04:13:23.294Z Fresh oxide-generation v0.1.3
100142026-09-15T04:13:23.294Z Fresh resolv-conf v0.7.6
100152026-09-15T04:13:23.294Z Fresh propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
100162026-09-15T04:13:23.294Z Fresh progenitor-macro v0.14.0
100172026-09-15T04:13:23.294Z Fresh num_enum v0.7.6
100182026-09-15T04:13:23.294Z Fresh smoltcp v0.11.0
100192026-09-15T04:13:23.294Z Fresh illumos-nvpair v0.3.0
100202026-09-15T04:13:23.294Z Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
100212026-09-15T04:13:23.294Z Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
100222026-09-15T04:13:23.294Z Fresh zone_cfg_derive v0.3.1
100232026-09-15T04:13:23.294Z Fresh expectorate v1.2.0
100242026-09-15T04:13:23.295Z Fresh num v0.4.3
100252026-09-15T04:13:23.295Z Fresh usdt v0.5.0
100262026-09-15T04:13:23.295Z Fresh csv-core v0.1.13
100272026-09-15T04:13:23.295Z Fresh minimal-lexical v0.2.1
100282026-09-15T04:13:23.295Z Fresh termtree v0.5.1
100292026-09-15T04:13:23.295Z Fresh unicode-xid v0.2.6
100302026-09-15T04:13:23.295Z Fresh ar_archive_writer v0.5.1
100312026-09-15T04:13:23.295Z Fresh fd-lock v4.0.4
100322026-09-15T04:13:23.295Z Fresh vte v0.14.1
100332026-09-15T04:13:23.295Z Fresh progenitor v0.14.0
100342026-09-15T04:13:23.295Z Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
100352026-09-15T04:13:23.295Z Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
100362026-09-15T04:13:23.295Z Fresh zone v0.3.1
100372026-09-15T04:13:23.295Z Fresh tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
100382026-09-15T04:13:23.295Z Fresh cancel-safe-futures v0.1.5
100392026-09-15T04:13:23.295Z Fresh tokio-dtrace v0.1.1
100402026-09-15T04:13:23.295Z Fresh prettyplease v0.2.37
100412026-09-15T04:13:23.295Z Fresh csv v1.4.0
100422026-09-15T04:13:23.300Z Fresh nom v7.1.3
100432026-09-15T04:13:23.300Z Fresh linked-hash-map v0.5.6
100442026-09-15T04:13:23.300Z Fresh semver v0.1.20
100452026-09-15T04:13:23.300Z Fresh strip-ansi-escapes v0.2.1
100462026-09-15T04:13:23.300Z Fresh papergrid v0.11.0
100472026-09-15T04:13:23.300Z Fresh tabled_derive v0.7.0
100482026-09-15T04:13:23.300Z Fresh hickory-proto v0.24.4
100492026-09-15T04:13:23.300Z Fresh nu-ansi-term v0.50.3
100502026-09-15T04:13:23.300Z Fresh crossterm v0.29.0
100512026-09-15T04:13:23.300Z Fresh nom v8.0.0
100522026-09-15T04:13:23.300Z Fresh cfg_aliases v0.1.1
100532026-09-15T04:13:23.300Z Fresh highway v1.3.0
100542026-09-15T04:13:23.300Z Fresh nibble_vec v0.1.0
100552026-09-15T04:13:23.300Z Fresh endian-type v0.1.2
100562026-09-15T04:13:23.300Z Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
100572026-09-15T04:13:23.300Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
100582026-09-15T04:13:23.300Z Fresh oxide-update-engine v0.1.2
100592026-09-15T04:13:23.300Z Fresh oxide-tokio-rt v0.1.4
100602026-09-15T04:13:23.300Z Fresh slog-dtrace v0.3.0
100612026-09-15T04:13:23.300Z Fresh rustc_version v0.1.7
100622026-09-15T04:13:23.300Z Fresh lru-cache v0.1.2
100632026-09-15T04:13:23.300Z Fresh reedline v0.40.0
100642026-09-15T04:13:23.301Z Fresh tabled v0.15.0
100652026-09-15T04:13:23.301Z Fresh mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
100662026-09-15T04:13:23.301Z Fresh display-error-chain v0.2.2
100672026-09-15T04:13:23.301Z Fresh radix_trie v0.2.1
100682026-09-15T04:13:23.301Z Fresh clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
100692026-09-15T04:13:23.301Z Fresh protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
100702026-09-15T04:13:23.301Z Fresh phf_shared v0.12.1
100712026-09-15T04:13:23.301Z Fresh recursive-proc-macro-impl v0.1.1
100722026-09-15T04:13:23.301Z Fresh client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
100732026-09-15T04:13:23.301Z Fresh const_format_proc_macros v0.2.34
100742026-09-15T04:13:23.301Z Fresh peg-macros v0.8.5
100752026-09-15T04:13:23.301Z Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
100762026-09-15T04:13:23.301Z Fresh hickory-resolver v0.24.4
100772026-09-15T04:13:23.301Z Fresh psm v0.1.30
100782026-09-15T04:13:23.301Z Fresh phf v0.12.1
100792026-09-15T04:13:23.301Z Fresh mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
100802026-09-15T04:13:23.301Z Fresh mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
100812026-09-15T04:13:23.301Z Fresh sqlparser_derive v0.5.0
100822026-09-15T04:13:23.301Z Fresh winnow v0.6.26
100832026-09-15T04:13:23.301Z Fresh home v0.5.12
100842026-09-15T04:13:23.301Z Fresh unicode_categories v0.1.1
100852026-09-15T04:13:23.301Z Fresh peg v0.8.5
100862026-09-15T04:13:23.301Z Fresh const_format v0.2.35
100872026-09-15T04:13:23.301Z Fresh bcs v0.1.6
100882026-09-15T04:13:23.301Z Fresh sha1 v0.10.6
100892026-09-15T04:13:23.301Z Fresh filetime v0.2.27
100902026-09-15T04:13:23.302Z Fresh xattr v1.6.1
100912026-09-15T04:13:23.302Z Fresh omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
100922026-09-15T04:13:23.302Z Fresh bitfield-struct v0.6.2
100932026-09-15T04:13:23.302Z Fresh nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
100942026-09-15T04:13:23.302Z Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
100952026-09-15T04:13:23.302Z Fresh stacker v0.1.23
100962026-09-15T04:13:23.302Z Fresh qorb v0.4.1
100972026-09-15T04:13:23.302Z Fresh nix v0.28.0
100982026-09-15T04:13:23.302Z Fresh sqlformat v0.3.5
100992026-09-15T04:13:23.302Z Fresh chrono-tz v0.10.4
101002026-09-15T04:13:23.302Z Fresh tar v0.4.46
101012026-09-15T04:13:23.302Z Fresh libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
101022026-09-15T04:13:23.302Z Fresh headers-core v0.3.0
101032026-09-15T04:13:23.302Z Fresh dropshot-api-manager-types v0.8.0
101042026-09-15T04:13:23.302Z Fresh xshell-macros v0.2.7
101052026-09-15T04:13:23.302Z Fresh subprocess v0.2.15
101062026-09-15T04:13:23.302Z Fresh yasna v0.5.2
101072026-09-15T04:13:23.302Z Fresh utf-8 v0.7.6
101082026-09-15T04:13:23.302Z Fresh port-file v0.1.0
101092026-09-15T04:13:23.302Z Fresh tagptr v0.2.0
101102026-09-15T04:13:23.302Z Fresh lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support?rev=fc64732faf5511850b35f1734d572b9953d73374#fc64732f)
101112026-09-15T04:13:23.302Z Fresh tlvc v0.4.1 (https://github.com/oxidecomputer/tlvc?rev=7a96eab94c8aec9120412d8601ffd68853957da3#7a96eab9)
101122026-09-15T04:13:23.302Z Fresh path-slash v0.2.1
101132026-09-15T04:13:23.302Z Fresh newtype_derive v0.1.6
101142026-09-15T04:13:23.302Z Fresh recursive v0.1.1
101152026-09-15T04:13:23.302Z Fresh rustyline v14.0.0
101162026-09-15T04:13:23.302Z Fresh libefi-sys v0.1.0
101172026-09-15T04:13:23.302Z Fresh libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
101182026-09-15T04:13:23.303Z Fresh headers v0.4.1
101192026-09-15T04:13:23.303Z Fresh xshell v0.2.7
101202026-09-15T04:13:23.303Z Fresh rcgen v0.12.1
101212026-09-15T04:13:23.303Z Fresh moka v0.12.13
101222026-09-15T04:13:23.303Z Fresh tungstenite v0.21.0
101232026-09-15T04:13:23.303Z Fresh tlvc-text v0.4.0 (https://github.com/oxidecomputer/tlvc?rev=7a96eab94c8aec9120412d8601ffd68853957da3#7a96eab9)
101242026-09-15T04:13:23.304Z Fresh lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support?rev=fc64732faf5511850b35f1734d572b9953d73374#fc64732f)
101252026-09-15T04:13:23.304Z Fresh half v1.8.3
101262026-09-15T04:13:23.304Z Fresh anstyle-parse v0.2.7
101272026-09-15T04:13:23.304Z Fresh predicates-tree v1.0.13
101282026-09-15T04:13:23.304Z Fresh darling_core v0.21.3
101292026-09-15T04:13:23.304Z Fresh ignore v0.4.25
101302026-09-15T04:13:23.304Z Fresh tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
101312026-09-15T04:13:23.304Z Fresh maplit v1.0.2
101322026-09-15T04:13:23.304Z Fresh scheduled-thread-pool v0.2.7
101332026-09-15T04:13:23.305Z Fresh sqlparser v0.61.0
101342026-09-15T04:13:23.305Z Fresh steno v0.4.1
101352026-09-15T04:13:23.305Z Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
101362026-09-15T04:13:23.305Z Fresh hickory-resolver v0.25.2
101372026-09-15T04:13:23.305Z Fresh tokio-tungstenite v0.21.0
101382026-09-15T04:13:23.305Z Fresh object v0.39.1
101392026-09-15T04:13:23.305Z Fresh serde_cbor v0.11.2
101402026-09-15T04:13:23.305Z Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
101412026-09-15T04:13:23.305Z Fresh anstream v0.6.21
101422026-09-15T04:13:23.309Z Fresh fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
101432026-09-15T04:13:23.309Z Fresh darling_macro v0.21.3
101442026-09-15T04:13:23.309Z Fresh globwalk v0.9.1
101452026-09-15T04:13:23.309Z Fresh diesel_table_macro_syntax v0.3.0
101462026-09-15T04:13:23.309Z Fresh r2d2 v0.8.10
101472026-09-15T04:13:23.310Z Fresh downcast-rs v2.0.2
101482026-09-15T04:13:23.310Z Fresh olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
101492026-09-15T04:13:23.310Z Fresh rand_seeder v0.4.0
101502026-09-15T04:13:23.310Z Fresh diff v0.1.13
101512026-09-15T04:13:23.310Z Fresh rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
101522026-09-15T04:13:23.310Z Fresh digest-io v0.1.0
101532026-09-15T04:13:23.310Z Fresh rawzip v0.4.4
101542026-09-15T04:13:23.310Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
101552026-09-15T04:13:23.310Z Fresh hubtools v0.4.9 (https://github.com/oxidecomputer/hubtools.git?rev=87881bd389025f7c5692c0be153452c11ae3312e#87881bd3)
101562026-09-15T04:13:23.310Z Fresh darling v0.21.3
101572026-09-15T04:13:23.310Z Fresh camino-tempfile-ext v0.3.3
101582026-09-15T04:13:23.310Z Fresh vergen-lib v0.1.6
101592026-09-15T04:13:23.310Z Fresh tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
101602026-09-15T04:13:23.310Z Fresh dirs-sys-next v0.1.2
101612026-09-15T04:13:23.310Z Fresh unicase v2.9.0
101622026-09-15T04:13:23.310Z Fresh bit-vec v0.6.3
101632026-09-15T04:13:23.310Z Fresh libscf-sys v1.2.0
101642026-09-15T04:13:23.310Z Fresh itertools v0.10.5
101652026-09-15T04:13:23.310Z Fresh ena v0.14.4
101662026-09-15T04:13:23.310Z Fresh libloading v0.8.9
101672026-09-15T04:13:23.310Z Fresh regex-syntax v0.6.29
101682026-09-15T04:13:23.310Z Fresh cexpr v0.6.0
101692026-09-15T04:13:23.311Z Fresh papergrid v0.18.0
101702026-09-15T04:13:23.311Z Fresh rustc-hash v2.1.1
101712026-09-15T04:13:23.311Z Fresh dsl_auto_type v0.2.0
101722026-09-15T04:13:23.311Z Fresh vergen-gitcl v1.0.8
101732026-09-15T04:13:23.311Z Fresh tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
101742026-09-15T04:13:23.311Z Fresh dirs-next v2.0.0
101752026-09-15T04:13:23.311Z Fresh bit-set v0.5.3
101762026-09-15T04:13:23.311Z Fresh tabled v0.21.0
101772026-09-15T04:13:23.311Z Fresh smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
101782026-09-15T04:13:23.311Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
101792026-09-15T04:13:23.311Z Fresh hashbrown v0.14.5
101802026-09-15T04:13:23.312Z Fresh strum_macros v0.24.3
101812026-09-15T04:13:23.312Z Fresh indoc v1.0.9
101822026-09-15T04:13:23.312Z Fresh rfc6979 v0.4.0
101832026-09-15T04:13:23.312Z Fresh quick-xml v0.37.5
101842026-09-15T04:13:23.312Z Fresh oso-derive v0.27.3
101852026-09-15T04:13:23.312Z Fresh impl-trait-for-tuples v0.2.3
101862026-09-15T04:13:23.312Z Fresh proc-macro-error-attr2 v2.0.0
101872026-09-15T04:13:23.312Z Fresh crc8 v0.1.1
101882026-09-15T04:13:23.312Z Fresh openssl-probe v0.1.6
101892026-09-15T04:13:23.312Z Fresh primeorder v0.13.6
101902026-09-15T04:13:23.312Z Fresh diesel_derives v2.3.7
101912026-09-15T04:13:23.312Z Fresh crunchy v0.2.4
101922026-09-15T04:13:23.312Z Fresh term v0.7.0
101932026-09-15T04:13:23.312Z Fresh clang-sys v1.8.1
101942026-09-15T04:13:23.312Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
101952026-09-15T04:13:23.312Z Fresh chumsky v0.9.3
101962026-09-15T04:13:23.312Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
101972026-09-15T04:13:23.312Z Fresh ecdsa v0.16.9
101982026-09-15T04:13:23.312Z Fresh proc-macro-error2 v2.0.1
101992026-09-15T04:13:23.312Z Fresh trait-variant v0.1.2
102002026-09-15T04:13:23.313Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
102012026-09-15T04:13:23.313Z Fresh rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
102022026-09-15T04:13:23.313Z Fresh bb8 v0.8.6
102032026-09-15T04:13:23.313Z Fresh fxhash v0.2.1
102042026-09-15T04:13:23.313Z Fresh ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
102052026-09-15T04:13:23.313Z Fresh nonempty v0.12.0
102062026-09-15T04:13:23.313Z Fresh diesel v2.3.7
102072026-09-15T04:13:23.313Z Fresh ascii-canvas v3.0.0
102082026-09-15T04:13:23.313Z Fresh tiny-keccak v2.0.2
102092026-09-15T04:13:23.313Z Fresh bindgen v0.71.1
102102026-09-15T04:13:23.313Z Fresh libxml v0.3.3
102112026-09-15T04:13:23.313Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
102122026-09-15T04:13:23.313Z Fresh knus-derive v3.4.0
102132026-09-15T04:13:23.313Z Fresh p384 v0.13.1
102142026-09-15T04:13:23.313Z Fresh scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
102152026-09-15T04:13:23.313Z Fresh ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
102162026-09-15T04:13:23.313Z Fresh cpubits v0.1.1
102172026-09-15T04:13:23.313Z Fresh dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
102182026-09-15T04:13:23.313Z Fresh corncobs v0.1.4
102192026-09-15T04:13:23.313Z Fresh secrecy v0.8.0
102202026-09-15T04:13:23.313Z Fresh kstat-rs v0.2.5
102212026-09-15T04:13:23.313Z Fresh git-stub v1.0.0
102222026-09-15T04:13:23.313Z Fresh pem-rfc7468 v1.0.0
102232026-09-15T04:13:23.313Z Fresh prefix-trie v0.7.0
102242026-09-15T04:13:23.313Z Fresh universal-hash v0.6.1
102252026-09-15T04:13:23.313Z Fresh lalrpop v0.19.12
102262026-09-15T04:13:23.313Z Fresh knus v3.4.0
102272026-09-15T04:13:23.313Z Fresh salty v0.3.0
102282026-09-15T04:13:23.314Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
102292026-09-15T04:13:23.314Z Fresh async-bb8-diesel v0.2.1
102302026-09-15T04:13:23.314Z Fresh diesel-dtrace v0.5.0
102312026-09-15T04:13:23.314Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
102322026-09-15T04:13:23.314Z Fresh ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
102332026-09-15T04:13:23.314Z Fresh dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
102342026-09-15T04:13:23.314Z Fresh git-stub-vcs v0.1.0
102352026-09-15T04:13:23.314Z Fresh hickory-server v0.25.2
102362026-09-15T04:13:23.314Z Fresh nanorand v0.7.0
102372026-09-15T04:13:23.314Z Fresh void v1.0.2
102382026-09-15T04:13:23.314Z Fresh der v0.8.0
102392026-09-15T04:13:23.314Z Fresh polyval v0.7.1
102402026-09-15T04:13:23.314Z Fresh tungstenite v0.23.0
102412026-09-15T04:13:23.314Z Fresh tlvc v0.4.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#7a96eab9)
102422026-09-15T04:13:23.319Z Fresh nix v0.27.1
102432026-09-15T04:13:23.319Z Fresh serde_bytes v0.11.19
102442026-09-15T04:13:23.319Z Fresh attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
102452026-09-15T04:13:23.319Z Fresh pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
102462026-09-15T04:13:23.319Z Fresh parking_lot_core v0.8.6
102472026-09-15T04:13:23.319Z Fresh lzss v0.8.2
102482026-09-15T04:13:23.319Z Fresh flume v0.11.1
102492026-09-15T04:13:23.319Z Fresh assert_matches v1.5.0
102502026-09-15T04:13:23.319Z Fresh http-range v0.1.5
102512026-09-15T04:13:23.319Z Fresh ghash v0.6.0
102522026-09-15T04:13:23.319Z Fresh tokio-tungstenite v0.23.1
102532026-09-15T04:13:23.319Z Fresh aes v0.9.1
102542026-09-15T04:13:23.319Z Fresh crypto-bigint v0.7.5
102552026-09-15T04:13:23.319Z Fresh signal-hook-tokio v0.3.1
102562026-09-15T04:13:23.319Z Fresh pbkdf2 v0.13.0
102572026-09-15T04:13:23.319Z Fresh ctr v0.10.1
102582026-09-15T04:13:23.319Z Fresh aead v0.6.1
102592026-09-15T04:13:23.319Z Fresh spki v0.8.0
102602026-09-15T04:13:23.320Z Fresh scuffle v0.1.0
102612026-09-15T04:13:23.320Z Fresh salsa20 v0.11.0
102622026-09-15T04:13:23.320Z Fresh attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=ff9f27aa0d6ef6fb64c349890b6e3c242ea3d8fc#ff9f27aa)
102632026-09-15T04:13:23.320Z Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
102642026-09-15T04:13:23.320Z Fresh cbc v0.2.1
102652026-09-15T04:13:23.320Z Fresh samael v0.0.19
102662026-09-15T04:13:23.320Z Fresh parking_lot v0.11.2
102672026-09-15T04:13:23.320Z Fresh gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=438cd185666d5f164548885873f0f5df9a38eed1#438cd185)
102682026-09-15T04:13:23.320Z Fresh mime_guess v2.0.5
102692026-09-15T04:13:23.320Z Fresh aes-gcm v0.11.0
102702026-09-15T04:13:23.320Z Fresh scrypt v0.12.0
102712026-09-15T04:13:23.320Z Fresh dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=ff9f27aa0d6ef6fb64c349890b6e3c242ea3d8fc#ff9f27aa)
102722026-09-15T04:13:23.320Z Fresh propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
102732026-09-15T04:13:23.320Z Fresh fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
102742026-09-15T04:13:23.320Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
102752026-09-15T04:13:23.320Z Fresh yansi v1.0.1
102762026-09-15T04:13:23.320Z Fresh ff v0.14.0
102772026-09-15T04:13:23.320Z Fresh signature v3.0.0
102782026-09-15T04:13:23.320Z Fresh base16ct v1.0.0
102792026-09-15T04:13:23.320Z Fresh hkdf v0.13.0
102802026-09-15T04:13:23.320Z Fresh polar-core v0.27.3
102812026-09-15T04:13:23.320Z Fresh sled v0.34.7
102822026-09-15T04:13:23.320Z Fresh hyper-staticfile v0.10.1
102832026-09-15T04:13:23.320Z Fresh pkcs5 v0.8.1
102842026-09-15T04:13:23.320Z Fresh pretty_assertions v1.4.1
102852026-09-15T04:13:23.320Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
102862026-09-15T04:13:23.320Z Fresh group v0.14.0
102872026-09-15T04:13:23.320Z Fresh sec1 v0.8.1
102882026-09-15T04:13:23.321Z Fresh arc-swap v1.8.2
102892026-09-15T04:13:23.321Z Fresh castaway v0.2.4
102902026-09-15T04:13:23.321Z Fresh indoc v2.0.7
102912026-09-15T04:13:23.321Z Fresh lru v0.12.5
102922026-09-15T04:13:23.321Z Fresh unicode-truncate v1.1.0
102932026-09-15T04:13:23.321Z Fresh concurrent-queue v2.5.0
102942026-09-15T04:13:23.321Z Fresh arrayref v0.3.9
102952026-09-15T04:13:23.321Z Fresh constant_time_eq v0.4.2
102962026-09-15T04:13:23.321Z Fresh arrayvec v0.7.6
102972026-09-15T04:13:23.321Z Fresh parking v2.2.1
102982026-09-15T04:13:23.321Z Fresh oso v0.27.3
102992026-09-15T04:13:23.321Z Fresh dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
103002026-09-15T04:13:23.321Z Fresh pkcs8 v0.11.0
103012026-09-15T04:13:23.321Z Fresh transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
103022026-09-15T04:13:23.321Z Fresh compact_str v0.8.1
103032026-09-15T04:13:23.321Z Fresh libz-sys v1.1.24
103042026-09-15T04:13:23.321Z Fresh slog-scope v4.4.1
103052026-09-15T04:13:23.321Z Fresh instability v0.3.11
103062026-09-15T04:13:23.321Z Fresh cassowary v0.3.0
103072026-09-15T04:13:23.321Z Fresh wnaf v0.14.0
103082026-09-15T04:13:23.321Z Fresh event-listener v5.4.1
103092026-09-15T04:13:23.321Z Fresh primefield v0.14.0
103102026-09-15T04:13:23.321Z Fresh rfc6979 v0.6.0
103112026-09-15T04:13:23.321Z Fresh progenitor-impl v0.13.0
103122026-09-15T04:13:23.321Z Fresh console v0.16.2
103132026-09-15T04:13:23.321Z Fresh unit-prefix v0.5.2
103142026-09-15T04:13:23.321Z Fresh plotters-backend v0.3.7
103152026-09-15T04:13:23.321Z Fresh progenitor-client v0.13.0
103162026-09-15T04:13:23.321Z Fresh libsw-core v0.3.2
103172026-09-15T04:13:23.322Z Fresh colored v2.2.0
103182026-09-15T04:13:23.322Z Fresh sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
103192026-09-15T04:13:23.322Z Fresh elliptic-curve v0.14.1
103202026-09-15T04:13:23.322Z Fresh ratatui v0.29.0
103212026-09-15T04:13:23.322Z Fresh slog-stdlog v4.1.1
103222026-09-15T04:13:23.322Z Fresh libgit2-sys v0.18.3+1.9.2
103232026-09-15T04:13:23.322Z Fresh progenitor-macro v0.13.0
103242026-09-15T04:13:23.322Z Fresh petname v2.0.2
103252026-09-15T04:13:23.322Z Fresh plotters-svg v0.3.7
103262026-09-15T04:13:23.322Z Fresh event-listener-strategy v0.5.4
103272026-09-15T04:13:23.322Z Fresh indicatif v0.18.4
103282026-09-15T04:13:23.322Z Fresh sapling-renderdag v0.1.0
103292026-09-15T04:13:23.322Z Fresh cast v0.3.0
103302026-09-15T04:13:23.322Z Fresh sync-ptr v0.1.4
103312026-09-15T04:13:23.322Z Fresh futures-timer v3.0.3
103322026-09-15T04:13:23.322Z Fresh shell-words v1.1.1
103332026-09-15T04:13:23.322Z Fresh libsw v3.5.0
103342026-09-15T04:13:23.322Z Fresh ssh-encoding v0.3.0
103352026-09-15T04:13:23.322Z Fresh common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
103362026-09-15T04:13:23.322Z Fresh slog-envlogger v2.2.0
103372026-09-15T04:13:23.322Z Fresh primeorder v0.14.0
103382026-09-15T04:13:23.322Z Fresh ecdsa v0.17.0
103392026-09-15T04:13:23.322Z Fresh git2 v0.20.4
103402026-09-15T04:13:23.322Z Fresh progenitor v0.13.0
103412026-09-15T04:13:23.322Z Fresh async-lock v3.4.2
103422026-09-15T04:13:23.342Z Fresh plotters v0.3.7
103432026-09-15T04:13:23.342Z Fresh criterion-plot v0.6.0
103442026-09-15T04:13:23.342Z Fresh openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
103452026-09-15T04:13:23.342Z Fresh tinytemplate v1.2.1
103462026-09-15T04:13:23.342Z Fresh rtoolbox v0.0.3
103472026-09-15T04:13:23.342Z Fresh keccak v0.2.0
103482026-09-15T04:13:23.342Z Fresh oorandom v11.1.5
103492026-09-15T04:13:23.342Z Fresh anes v0.1.6
103502026-09-15T04:13:23.342Z Fresh oxide-update-engine-display v0.1.2
103512026-09-15T04:13:23.342Z Fresh curve25519-dalek v5.0.0
103522026-09-15T04:13:23.342Z Fresh tui-tree-widget v0.23.1
103532026-09-15T04:13:23.342Z Fresh ed25519 v3.0.0
103542026-09-15T04:13:23.342Z Fresh crypto-primes v0.7.2
103552026-09-15T04:13:23.342Z Fresh vergen-git2 v9.1.0
103562026-09-15T04:13:23.343Z Fresh rpassword v7.5.4
103572026-09-15T04:13:23.343Z Fresh criterion v0.7.0
103582026-09-15T04:13:23.343Z Fresh dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
103592026-09-15T04:13:23.343Z Fresh blake3 v1.8.5
103602026-09-15T04:13:23.343Z Fresh async-object-pool v0.2.0
103612026-09-15T04:13:23.343Z Fresh pkcs1 v0.8.0-rc.4
103622026-09-15T04:13:23.343Z Fresh poly1305 v0.9.0
103632026-09-15T04:13:23.343Z Fresh tokio-test v0.4.5
103642026-09-15T04:13:23.343Z Fresh supports-color v2.1.0
103652026-09-15T04:13:23.343Z Fresh supports-hyperlinks v2.1.0
103662026-09-15T04:13:23.343Z Fresh supports-unicode v2.1.0
103672026-09-15T04:13:23.343Z Fresh textwrap v0.15.2
103682026-09-15T04:13:23.343Z Fresh blowfish v0.10.0
103692026-09-15T04:13:23.343Z Fresh blake2 v0.11.0-rc.6
103702026-09-15T04:13:23.343Z Fresh assert-json-diff v2.0.2
103712026-09-15T04:13:23.343Z Fresh serde_regex v1.1.0
103722026-09-15T04:13:23.343Z Fresh miette-derive v5.10.0
103732026-09-15T04:13:23.343Z Fresh terminal_size v0.1.17
103742026-09-15T04:13:23.343Z Fresh path-tree v0.8.3
103752026-09-15T04:13:23.343Z Fresh stringmetrics v2.2.2
103762026-09-15T04:13:23.343Z Fresh topological-sort v0.2.2
103772026-09-15T04:13:23.343Z Fresh owo-colors v3.5.0
103782026-09-15T04:13:23.343Z Fresh ssh-cipher v0.3.0
103792026-09-15T04:13:23.343Z Fresh rsa v0.10.0-rc.18
103802026-09-15T04:13:23.343Z Fresh argon2 v0.6.0-rc.8
103812026-09-15T04:13:23.343Z Fresh target-lexicon v0.13.3
103822026-09-15T04:13:23.343Z Fresh httpmock v0.8.3
103832026-09-15T04:13:23.344Z Fresh lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
103842026-09-15T04:13:23.344Z Fresh bcrypt-pbkdf v0.11.0
103852026-09-15T04:13:23.344Z Fresh sha3 v0.11.0
103862026-09-15T04:13:23.344Z Fresh p256 v0.14.0
103872026-09-15T04:13:23.344Z Fresh ed25519-dalek v3.0.0
103882026-09-15T04:13:23.344Z Fresh p384 v0.14.0
103892026-09-15T04:13:23.344Z Fresh p521 v0.14.0
103902026-09-15T04:13:23.344Z Fresh lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
103912026-09-15T04:13:23.344Z Fresh omicron-zone-package v0.12.3
103922026-09-15T04:13:23.344Z Fresh miette v5.10.0
103932026-09-15T04:13:23.344Z Fresh knuffel-derive v3.2.0
103942026-09-15T04:13:23.344Z Fresh kem v0.3.0
103952026-09-15T04:13:23.344Z Fresh twox-hash v2.1.2
103962026-09-15T04:13:23.344Z Fresh module-lattice v0.2.3
103972026-09-15T04:13:23.344Z Fresh slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041)
103982026-09-15T04:13:23.344Z Fresh atty v0.2.14
103992026-09-15T04:13:23.344Z Fresh sponge-cursor v0.1.0
104002026-09-15T04:13:23.344Z Fresh guppy-workspace-hack v0.1.0
104012026-09-15T04:13:23.344Z Fresh lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
104022026-09-15T04:13:23.344Z Fresh ssh-key v0.7.0-rc.11
104032026-09-15T04:13:23.344Z Fresh cfg-expr v0.20.6
104042026-09-15T04:13:23.344Z Fresh russh-cryptovec v0.62.0
104052026-09-15T04:13:23.344Z Fresh crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
104062026-09-15T04:13:23.344Z Fresh ml-kem v0.3.2
104072026-09-15T04:13:23.344Z Fresh knuffel v3.2.0
104082026-09-15T04:13:23.344Z Fresh slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041)
104092026-09-15T04:13:23.344Z Fresh sha3 v0.12.0
104102026-09-15T04:13:23.344Z Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
104112026-09-15T04:13:23.345Z Fresh httptest v0.16.4
104122026-09-15T04:13:23.345Z Fresh internal-russh-num-bigint v0.5.0
104132026-09-15T04:13:23.345Z Fresh fatfs v0.3.6
104142026-09-15T04:13:23.345Z Fresh russh-util v0.52.0
104152026-09-15T04:13:23.345Z Fresh num-bigint v0.4.6
104162026-09-15T04:13:23.345Z Fresh generic-array v1.4.3
104172026-09-15T04:13:23.345Z Fresh enum_dispatch v0.3.13
104182026-09-15T04:13:23.345Z Fresh raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
104192026-09-15T04:13:23.345Z Fresh delegate v0.13.5
104202026-09-15T04:13:23.345Z Fresh dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
104212026-09-15T04:13:23.345Z Fresh relative-path v1.9.3
104222026-09-15T04:13:23.345Z Fresh seq-macro v0.3.6
104232026-09-15T04:13:23.345Z Fresh escape8259 v0.5.3
104242026-09-15T04:13:23.345Z Fresh hex-literal v1.1.0
104252026-09-15T04:13:23.345Z Fresh hex-literal v0.4.1
104262026-09-15T04:13:23.345Z Fresh md5 v0.8.0
104272026-09-15T04:13:23.345Z Fresh attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
104282026-09-15T04:13:23.345Z Fresh target-spec v3.5.7
104292026-09-15T04:13:23.345Z Fresh dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
104302026-09-15T04:13:23.345Z Fresh rstest_macros v0.25.0
104312026-09-15T04:13:23.345Z Fresh target-triple v1.0.0
104322026-09-15T04:13:23.345Z Fresh pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
104332026-09-15T04:13:23.345Z Fresh linkme-impl v0.3.35
104342026-09-15T04:13:23.345Z Fresh blake2b_simd v1.0.4
104352026-09-15T04:13:23.345Z Fresh similar-asserts v1.7.0
104362026-09-15T04:13:23.345Z Fresh fancy-regex v0.14.0
104372026-09-15T04:13:23.345Z Fresh pathdiff v0.2.3
104382026-09-15T04:13:23.345Z Fresh ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
104392026-09-15T04:13:23.345Z Fresh approx v0.5.1
104402026-09-15T04:13:23.346Z Fresh uzers v0.12.2
104412026-09-15T04:13:23.346Z Fresh termcolor v1.4.1
104422026-09-15T04:13:23.350Z Fresh nested v0.1.1
104432026-09-15T04:13:23.350Z Fresh constant_time_eq v0.3.1
104442026-09-15T04:13:23.350Z Fresh internet-checksum v0.2.1
104452026-09-15T04:13:23.350Z Fresh libtest-mimic v0.8.1
104462026-09-15T04:13:23.350Z Fresh russh v0.62.4
104472026-09-15T04:13:23.351Z Fresh guppy v0.17.25
104482026-09-15T04:13:23.351Z Fresh trybuild v1.0.116
104492026-09-15T04:13:23.351Z Fresh rstest v0.25.0
104502026-09-15T04:13:23.351Z Fresh rust-argon2 v2.1.0
104512026-09-15T04:13:23.351Z Fresh sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
104522026-09-15T04:13:23.351Z Fresh scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
104532026-09-15T04:13:23.351Z Fresh hickory-client v0.25.2
104542026-09-15T04:13:23.351Z Fresh partial-io v0.5.4
104552026-09-15T04:13:23.351Z Fresh rand_distr v0.5.1
104562026-09-15T04:13:23.351Z Fresh trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
104572026-09-15T04:13:23.352Z Fresh omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
104582026-09-15T04:13:23.352Z Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
104592026-09-15T04:13:23.352Z Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
104602026-09-15T04:13:23.352Z Fresh clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
104612026-09-15T04:13:23.352Z Fresh nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
104622026-09-15T04:13:23.352Z Fresh dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
104632026-09-15T04:13:23.352Z Fresh wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
104642026-09-15T04:13:23.352Z Fresh linkme v0.3.35
104652026-09-15T04:13:23.352Z Fresh assert_cmd v2.1.2
104662026-09-15T04:13:23.352Z Fresh datatest-stable v0.3.3
104672026-09-15T04:13:23.352Z Fresh omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
104682026-09-15T04:13:23.352Z Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
104692026-09-15T04:13:23.352Z Fresh omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
104702026-09-15T04:13:23.352Z Fresh oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
104712026-09-15T04:13:23.352Z Fresh zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
104722026-09-15T04:13:23.352Z Fresh omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
104732026-09-15T04:13:23.352Z Fresh omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
104742026-09-15T04:13:23.352Z Fresh omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
104752026-09-15T04:13:23.352Z Fresh trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
104762026-09-15T04:13:23.352Z Fresh nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
104772026-09-15T04:13:23.352Z Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
104782026-09-15T04:13:23.352Z Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
104792026-09-15T04:13:23.352Z Fresh live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
104802026-09-15T04:13:23.352Z Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
104812026-09-15T04:13:23.352Z Fresh xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
104822026-09-15T04:13:23.352Z Fresh oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
104832026-09-15T04:13:23.352Z Fresh clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
104842026-09-15T04:13:23.353Z Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
104852026-09-15T04:13:23.353Z Fresh rack-init-config v0.1.0 (/work/oxidecomputer/omicron/dev-tools/rack-init-config)
104862026-09-15T04:13:23.353Z Fresh bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
104872026-09-15T04:13:23.353Z Fresh trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
104882026-09-15T04:13:23.353Z Fresh omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
104892026-09-15T04:13:23.353Z Fresh nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
104902026-09-15T04:13:23.353Z Fresh support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
104912026-09-15T04:13:23.353Z Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
104922026-09-15T04:13:23.353Z Fresh installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
104932026-09-15T04:13:23.353Z Fresh nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
104942026-09-15T04:13:23.353Z Fresh clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
104952026-09-15T04:13:23.353Z Fresh nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
104962026-09-15T04:13:23.353Z Fresh reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
104972026-09-15T04:13:23.353Z Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
104982026-09-15T04:13:23.353Z Fresh end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
104992026-09-15T04:13:23.353Z Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
105002026-09-15T04:13:23.353Z Fresh ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
105012026-09-15T04:13:23.353Z Fresh wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
105022026-09-15T04:13:23.353Z Fresh ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
105032026-09-15T04:13:23.353Z Fresh nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
105042026-09-15T04:13:23.353Z Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
105052026-09-15T04:13:23.353Z Fresh nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
105062026-09-15T04:13:23.353Z Fresh nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
105072026-09-15T04:13:23.353Z Fresh nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
105082026-09-15T04:13:23.353Z Fresh nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
105092026-09-15T04:13:23.353Z Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
105102026-09-15T04:13:23.353Z Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
105112026-09-15T04:13:23.353Z Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
105122026-09-15T04:13:23.354Z Fresh nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
105132026-09-15T04:13:23.354Z Fresh nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
105142026-09-15T04:13:23.354Z Fresh omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
105152026-09-15T04:13:23.354Z Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
105162026-09-15T04:13:23.354Z Fresh nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
105172026-09-15T04:13:23.354Z Fresh sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
105182026-09-15T04:13:23.354Z Fresh nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
105192026-09-15T04:13:23.354Z Fresh nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
105202026-09-15T04:13:23.354Z Fresh sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
105212026-09-15T04:13:23.354Z Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
105222026-09-15T04:13:23.354Z Fresh oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
105232026-09-15T04:13:23.354Z Fresh sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
105242026-09-15T04:13:23.354Z Fresh installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
105252026-09-15T04:13:23.354Z Fresh clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
105262026-09-15T04:13:23.355Z Fresh sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
105272026-09-15T04:13:23.355Z Fresh nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
105282026-09-15T04:13:23.355Z Fresh nexus-fm-slippy v0.1.0 (/work/oxidecomputer/omicron/nexus/fm/slippy)
105292026-09-15T04:13:23.355Z Fresh nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
105302026-09-15T04:13:23.355Z Fresh nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
105312026-09-15T04:13:23.355Z Fresh nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
105322026-09-15T04:13:23.355Z Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
105332026-09-15T04:13:23.355Z Fresh nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
105342026-09-15T04:13:23.355Z Fresh nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
105352026-09-15T04:13:23.355Z Fresh wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
105362026-09-15T04:13:23.355Z Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
105372026-09-15T04:13:23.355Z Fresh transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
105382026-09-15T04:13:23.355Z Fresh omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
105392026-09-15T04:13:23.355Z Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
105402026-09-15T04:13:23.355Z Fresh internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
105412026-09-15T04:13:23.355Z Fresh ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
105422026-09-15T04:13:23.360Z Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
105432026-09-15T04:13:23.360Z Fresh sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
105442026-09-15T04:13:23.360Z Fresh nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
105452026-09-15T04:13:23.360Z Fresh sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
105462026-09-15T04:13:23.360Z Fresh nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
105472026-09-15T04:13:23.360Z Fresh oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
105482026-09-15T04:13:23.360Z Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
105492026-09-15T04:13:23.360Z Fresh cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
105502026-09-15T04:13:23.360Z Fresh range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
105512026-09-15T04:13:23.360Z Fresh sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
105522026-09-15T04:13:23.361Z Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
105532026-09-15T04:13:23.361Z Fresh bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
105542026-09-15T04:13:23.361Z Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
105552026-09-15T04:13:23.361Z Fresh sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
105562026-09-15T04:13:23.361Z Fresh omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
105572026-09-15T04:13:23.361Z Fresh repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
105582026-09-15T04:13:23.361Z Fresh sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
105592026-09-15T04:13:23.361Z Fresh nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
105602026-09-15T04:13:23.361Z Fresh nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
105612026-09-15T04:13:23.361Z Fresh repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
105622026-09-15T04:13:23.361Z Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
105632026-09-15T04:13:23.361Z Fresh sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
105642026-09-15T04:13:23.361Z Fresh omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
105652026-09-15T04:13:23.361Z Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
105662026-09-15T04:13:23.361Z Fresh gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
105672026-09-15T04:13:23.361Z Fresh sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
105682026-09-15T04:13:23.361Z Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
105692026-09-15T04:13:23.361Z Fresh ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
105702026-09-15T04:13:23.361Z Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
105712026-09-15T04:13:23.361Z Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
105722026-09-15T04:13:23.361Z Fresh sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
105732026-09-15T04:13:23.361Z Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
105742026-09-15T04:13:23.361Z Fresh oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
105752026-09-15T04:13:23.361Z Fresh dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
105762026-09-15T04:13:23.361Z Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
105772026-09-15T04:13:23.361Z Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
105782026-09-15T04:13:23.361Z Fresh zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
105792026-09-15T04:13:23.361Z Fresh sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
105802026-09-15T04:13:23.362Z Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
105812026-09-15T04:13:23.362Z Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
105822026-09-15T04:13:23.362Z Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
105832026-09-15T04:13:23.362Z Fresh typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
105842026-09-15T04:13:23.362Z Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
105852026-09-15T04:13:23.362Z Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
105862026-09-15T04:13:23.362Z Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
105872026-09-15T04:13:23.362Z Fresh nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
105882026-09-15T04:13:23.362Z Fresh clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
105892026-09-15T04:13:23.362Z Fresh clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
105902026-09-15T04:13:23.362Z Fresh installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
105912026-09-15T04:13:23.362Z Fresh oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
105922026-09-15T04:13:23.362Z Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
105932026-09-15T04:13:23.362Z Fresh omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
105942026-09-15T04:13:23.362Z Fresh bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
105952026-09-15T04:13:23.363Z Fresh nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
105962026-09-15T04:13:23.363Z Fresh oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
105972026-09-15T04:13:23.363Z Fresh ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
105982026-09-15T04:13:23.363Z Fresh cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
105992026-09-15T04:13:23.363Z Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
106002026-09-15T04:13:23.363Z Fresh wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
106012026-09-15T04:13:23.363Z Fresh oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
106022026-09-15T04:13:23.363Z Fresh sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
106032026-09-15T04:13:23.363Z Fresh cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
106042026-09-15T04:13:23.363Z Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
106052026-09-15T04:13:23.363Z Fresh wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
106062026-09-15T04:13:23.363Z Fresh parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
106072026-09-15T04:13:23.363Z Fresh clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
106082026-09-15T04:13:23.363Z Fresh cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
106092026-09-15T04:13:23.363Z Fresh clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
106102026-09-15T04:13:23.363Z Fresh trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
106112026-09-15T04:13:23.363Z Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
106122026-09-15T04:13:23.363Z Fresh internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
106132026-09-15T04:13:23.363Z Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
106142026-09-15T04:13:23.363Z Fresh gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
106152026-09-15T04:13:23.363Z Fresh trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
106162026-09-15T04:13:23.363Z Fresh oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
106172026-09-15T04:13:23.363Z Fresh omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
106182026-09-15T04:13:23.363Z Fresh ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
106192026-09-15T04:13:23.363Z Fresh key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
106202026-09-15T04:13:23.363Z Fresh internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
106212026-09-15T04:13:23.363Z Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
106222026-09-15T04:13:23.363Z Fresh sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
106232026-09-15T04:13:23.364Z Fresh gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
106242026-09-15T04:13:23.364Z Fresh gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
106252026-09-15T04:13:23.364Z Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
106262026-09-15T04:13:23.364Z Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
106272026-09-15T04:13:23.364Z Fresh omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
106282026-09-15T04:13:23.370Z Fresh omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
106292026-09-15T04:13:23.370Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1.27s
106302026-09-15T04:13:23.370Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
106312026-09-15T04:13:23.370Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
106322026-09-15T04:13:23.429Z Doc-tests api_identity
106332026-09-15T04:13:23.429Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type proc-macro --color always --crate-name api_identity --test api_identity/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/api_identity -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-18828d6033a378fd.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
106342026-09-15T04:13:23.551Z
106352026-09-15T04:13:23.551Zrunning 0 tests
106362026-09-15T04:13:23.551Z
106372026-09-15T04:13:23.552Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106382026-09-15T04:13:23.552Z
106392026-09-15T04:13:23.552Z Doc-tests authz_macros
106402026-09-15T04:13:23.552Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type proc-macro --color always --crate-name authz_macros --test nexus/authz-macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/authz-macros -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-0c5b4377aef4c55d.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-b4d67f07919ede1e.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-12af7b15bdc0758c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-c7896ef16e4748f0.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-67c7166b182ad1aa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
106412026-09-15T04:13:23.938Z
106422026-09-15T04:13:23.938Zrunning 7 tests
106432026-09-15T04:13:23.938Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 113) ... ignored
106442026-09-15T04:13:23.938Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 126) ... ignored
106452026-09-15T04:13:23.939Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 31) ... ignored
106462026-09-15T04:13:23.939Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 50) ... ignored
106472026-09-15T04:13:23.939Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 63) ... ignored
106482026-09-15T04:13:23.939Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 80) ... ignored
106492026-09-15T04:13:23.939Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 98) ... ignored
106502026-09-15T04:13:23.939Z
106512026-09-15T04:13:23.943Ztest result: ok. 0 passed; 0 failed; 7 ignored; 0 measured; 0 filtered out; finished in 0.00s
106522026-09-15T04:13:23.943Z
106532026-09-15T04:13:23.943Zall doctests ran in 0.41s; merged doctests compilation took 0.41s
106542026-09-15T04:13:23.954Z Doc-tests bootstore
106552026-09-15T04:13:23.957Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name bootstore --test bootstore/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/bootstore -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c9d5b4c6c8a4a186.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-272df1a36bbcb959.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ddef13110ccf1ec1.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-95edfa4d5112085a.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-40be45cc1061c5ce.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern rand08=/work/oxidecomputer/omicron/target/debug/deps/librand-e08634a0971964ae.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-605610ac2edb8b90.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-520e79432e611323.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-5fed6632ad9b44c0.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
106562026-09-15T04:13:24.201Z
106572026-09-15T04:13:24.201Zrunning 0 tests
106582026-09-15T04:13:24.201Z
106592026-09-15T04:13:24.201Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106602026-09-15T04:13:24.201Z
106612026-09-15T04:13:24.222Z Doc-tests bootstrap_agent_lockstep_api
106622026-09-15T04:13:24.222Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name bootstrap_agent_lockstep_api --test sled-agent/bootstrap-agent-lockstep-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-f5d7f573e387067a.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8b7b2e9ebde7c257.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.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`
106632026-09-15T04:13:24.831Z
106642026-09-15T04:13:24.831Zrunning 2 tests
106652026-09-15T04:13:24.831Ztest sled-agent/bootstrap-agent-lockstep-api/src/lib.rs - bootstrap_agent_lockstep_api_mod::api_description (line 32) ... ignored
106662026-09-15T04:13:24.831Ztest sled-agent/bootstrap-agent-lockstep-api/src/lib.rs - bootstrap_agent_lockstep_api_mod::stub_api_description (line 38) ... ignored
106672026-09-15T04:13:24.831Z
106682026-09-15T04:13:24.831Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
106692026-09-15T04:13:24.832Z
106702026-09-15T04:13:24.836Zall doctests ran in 0.38s; merged doctests compilation took 0.38s
106712026-09-15T04:13:24.860Z Doc-tests bootstrap_agent_lockstep_client
106722026-09-15T04:13:24.860Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name bootstrap_agent_lockstep_client --test clients/bootstrap-agent-lockstep-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-58127f285db477d8.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8b7b2e9ebde7c257.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
106732026-09-15T04:13:25.616Z
106742026-09-15T04:13:25.616Zrunning 0 tests
106752026-09-15T04:13:25.616Z
106762026-09-15T04:13:25.616Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106772026-09-15T04:13:25.616Z
106782026-09-15T04:13:25.655Z Doc-tests bootstrap_agent_lockstep_types
106792026-09-15T04:13:25.655Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name bootstrap_agent_lockstep_types --test sled-agent/bootstrap-agent-lockstep-types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8b7b2e9ebde7c257.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-308f0204c87e6f29.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-799da414e29dd935.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-15T04:13:26.065Z
106812026-09-15T04:13:26.065Zrunning 0 tests
106822026-09-15T04:13:26.065Z
106832026-09-15T04:13:26.065Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106842026-09-15T04:13:26.065Z
106852026-09-15T04:13:26.096Z Doc-tests clickana
106862026-09-15T04:13:26.096Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name clickana --test dev-tools/clickana/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/clickana -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern clickana=/work/oxidecomputer/omicron/target/debug/deps/libclickana-439dad35fa9e63e8.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-49012faef9cfca90.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-30b3c1f4285918db.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-a1bb2c688165151e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8abc38b4608f96b7.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-15T04:13:26.333Z
106882026-09-15T04:13:26.333Zrunning 0 tests
106892026-09-15T04:13:26.333Z
106902026-09-15T04:13:26.333Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
106912026-09-15T04:13:26.333Z
106922026-09-15T04:13:26.356Z Doc-tests clickhouse_admin_api
106932026-09-15T04:13:26.356Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name clickhouse_admin_api --test clickhouse-admin/api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clickhouse-admin/api -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-a43aa449d59a6cd2.rlib --extern clickhouse_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types_versions-14915cb9f720547f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-34e761c9cdad863d.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
106942026-09-15T04:13:26.945Z
106952026-09-15T04:13:26.945Zrunning 6 tests
106962026-09-15T04:13:26.945Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_keeper_api_mod::api_description (line 68) ... ignored
106972026-09-15T04:13:26.945Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_keeper_api_mod::stub_api_description (line 74) ... ignored
106982026-09-15T04:13:26.945Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_server_api_mod::api_description (line 187) ... ignored
106992026-09-15T04:13:26.945Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_server_api_mod::stub_api_description (line 193) ... ignored
107002026-09-15T04:13:26.945Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_single_api_mod::api_description (line 349) ... ignored
107012026-09-15T04:13:26.945Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_single_api_mod::stub_api_description (line 355) ... ignored
107022026-09-15T04:13:26.945Z
107032026-09-15T04:13:26.945Ztest result: ok. 0 passed; 0 failed; 6 ignored; 0 measured; 0 filtered out; finished in 0.00s
107042026-09-15T04:13:26.945Z
107052026-09-15T04:13:26.949Zall doctests ran in 0.39s; merged doctests compilation took 0.39s
107062026-09-15T04:13:26.973Z Doc-tests clickhouse_admin_keeper_client
107072026-09-15T04:13:26.973Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name clickhouse_admin_keeper_client --test clients/clickhouse-admin-keeper-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-6ec0adb6282304ce.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-30b3c1f4285918db.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107082026-09-15T04:13:27.347Z
107092026-09-15T04:13:27.347Zrunning 0 tests
107102026-09-15T04:13:27.347Z
107112026-09-15T04:13:27.347Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107122026-09-15T04:13:27.347Z
107132026-09-15T04:13:27.376Z Doc-tests clickhouse_admin_server_client
107142026-09-15T04:13:27.376Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name clickhouse_admin_server_client --test clients/clickhouse-admin-server-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/clickhouse-admin-server-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-49012faef9cfca90.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-30b3c1f4285918db.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107152026-09-15T04:13:27.774Z
107162026-09-15T04:13:27.774Zrunning 0 tests
107172026-09-15T04:13:27.774Z
107182026-09-15T04:13:27.774Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107192026-09-15T04:13:27.774Z
107202026-09-15T04:13:27.805Z Doc-tests clickhouse_admin_single_client
107212026-09-15T04:13:27.805Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name clickhouse_admin_single_client --test clients/clickhouse-admin-single-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/clickhouse-admin-single-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-4080cdc10a421036.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-30b3c1f4285918db.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107222026-09-15T04:13:27.998Z
107232026-09-15T04:13:27.998Zrunning 0 tests
107242026-09-15T04:13:27.998Z
107252026-09-15T04:13:27.999Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107262026-09-15T04:13:27.999Z
107272026-09-15T04:13:28.015Z Doc-tests clickhouse_admin_test_utils
107282026-09-15T04:13:28.016Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name clickhouse_admin_test_utils --test clickhouse-admin/test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clickhouse-admin/test-utils -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-2b2ce2d04192b55a.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-30b3c1f4285918db.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-db5342acb6fe432a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107292026-09-15T04:13:28.198Z
107302026-09-15T04:13:28.198Zrunning 0 tests
107312026-09-15T04:13:28.198Z
107322026-09-15T04:13:28.198Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107332026-09-15T04:13:28.198Z
107342026-09-15T04:13:28.220Z Doc-tests clickhouse_admin_types
107352026-09-15T04:13:28.220Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name clickhouse_admin_types --test clickhouse-admin/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clickhouse-admin/types -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-30b3c1f4285918db.rlib --extern clickhouse_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types_versions-14915cb9f720547f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.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`
107362026-09-15T04:13:28.397Z
107372026-09-15T04:13:28.397Zrunning 0 tests
107382026-09-15T04:13:28.397Z
107392026-09-15T04:13:28.397Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107402026-09-15T04:13:28.397Z
107412026-09-15T04:13:28.418Z Doc-tests clickhouse_admin_types_versions
107422026-09-15T04:13:28.421Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name clickhouse_admin_types_versions --test clickhouse-admin/types/versions/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clickhouse-admin/types/versions -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-30d6cf26f3e64a88.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clickhouse_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types_versions-14915cb9f720547f.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107432026-09-15T04:13:29.228Z
107442026-09-15T04:13:29.228Zrunning 1 test
107452026-09-15T04:13:29.228Ztest clickhouse-admin/types/versions/src/lib.rs - (line 17) ... ignored
107462026-09-15T04:13:29.228Z
107472026-09-15T04:13:29.228Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
107482026-09-15T04:13:29.228Z
107492026-09-15T04:13:29.232Zall doctests ran in 0.39s; merged doctests compilation took 0.38s
107502026-09-15T04:13:29.264Z Doc-tests cockroach_admin_api
107512026-09-15T04:13:29.264Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name cockroach_admin_api --test cockroach-admin/api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/cockroach-admin/api -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-94318733bb2785ff.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-0888a51597437a49.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-34e761c9cdad863d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107522026-09-15T04:13:29.772Z
107532026-09-15T04:13:29.772Zrunning 2 tests
107542026-09-15T04:13:29.772Ztest cockroach-admin/api/src/lib.rs - cockroach_admin_api_mod::api_description (line 49) ... ignored
107552026-09-15T04:13:29.772Ztest cockroach-admin/api/src/lib.rs - cockroach_admin_api_mod::stub_api_description (line 55) ... ignored
107562026-09-15T04:13:29.772Z
107572026-09-15T04:13:29.772Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
107582026-09-15T04:13:29.772Z
107592026-09-15T04:13:29.776Zall doctests ran in 0.38s; merged doctests compilation took 0.37s
107602026-09-15T04:13:29.794Z Doc-tests cockroach_admin_client
107612026-09-15T04:13:29.794Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name cockroach_admin_client --test clients/cockroach-admin-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/cockroach-admin-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-bbf2979e7369be72.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107622026-09-15T04:13:29.993Z
107632026-09-15T04:13:29.993Zrunning 0 tests
107642026-09-15T04:13:29.993Z
107652026-09-15T04:13:29.993Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107662026-09-15T04:13:29.993Z
107672026-09-15T04:13:30.011Z Doc-tests cockroach_admin_types
107682026-09-15T04:13:30.011Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name cockroach_admin_types --test cockroach-admin/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/cockroach-admin/types -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-77736f3c35d4a4b8.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-0888a51597437a49.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107692026-09-15T04:13:30.089Z
107702026-09-15T04:13:30.089Zrunning 0 tests
107712026-09-15T04:13:30.089Z
107722026-09-15T04:13:30.089Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
107732026-09-15T04:13:30.089Z
107742026-09-15T04:13:30.099Z Doc-tests cockroach_admin_types_versions
107752026-09-15T04:13:30.099Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name cockroach_admin_types_versions --test cockroach-admin/types/versions/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/cockroach-admin/types/versions -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-0888a51597437a49.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-9f2ff1acfcfd0869.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107762026-09-15T04:13:30.609Z
107772026-09-15T04:13:30.609Zrunning 1 test
107782026-09-15T04:13:30.609Ztest cockroach-admin/types/versions/src/lib.rs - (line 17) ... ignored
107792026-09-15T04:13:30.610Z
107802026-09-15T04:13:30.610Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
107812026-09-15T04:13:30.610Z
107822026-09-15T04:13:30.613Zall doctests ran in 0.38s; merged doctests compilation took 0.38s
107832026-09-15T04:13:30.629Z Doc-tests db_macros
107842026-09-15T04:13:30.629Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type proc-macro --color always --crate-name db_macros --test nexus/db-macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-macros -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-d66d3c58f97391b4.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-b4d67f07919ede1e.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-12af7b15bdc0758c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-c7896ef16e4748f0.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-67c7166b182ad1aa.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107852026-09-15T04:13:31.163Z
107862026-09-15T04:13:31.164Zrunning 3 tests
107872026-09-15T04:13:31.164Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 29) ... ignored
107882026-09-15T04:13:31.164Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 48) ... ignored
107892026-09-15T04:13:31.164Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 71) ... ignored
107902026-09-15T04:13:31.164Z
107912026-09-15T04:13:31.164Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
107922026-09-15T04:13:31.164Z
107932026-09-15T04:13:31.167Zall doctests ran in 0.39s; merged doctests compilation took 0.38s
107942026-09-15T04:13:31.182Z Doc-tests dev_tools_common
107952026-09-15T04:13:31.183Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name dev_tools_common --test dev-tools/common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/common -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-ae6ec4353b440d0b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
107962026-09-15T04:13:31.235Z
107972026-09-15T04:13:31.235Zrunning 0 tests
107982026-09-15T04:13:31.235Z
107992026-09-15T04:13:31.235Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108002026-09-15T04:13:31.235Z
108012026-09-15T04:13:31.243Z Doc-tests dns_server
108022026-09-15T04:13:31.243Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name dns_server --test dns-server/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dns-server -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d89d3e39900a35ba.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-a219aaceba12a206.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-3258c8f25334bd1d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-c0e46548126dbb6f.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-2d97cea01ac59601.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-e435e3425619f276.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-e33e4b6bdcfe4e2c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-b826120dac283883.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-b2f36f2f8b96cae8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a6be62d9bf577b0a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108032026-09-15T04:13:31.471Z
108042026-09-15T04:13:31.471Zrunning 0 tests
108052026-09-15T04:13:31.471Z
108062026-09-15T04:13:31.471Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108072026-09-15T04:13:31.471Z
108082026-09-15T04:13:31.494Z Doc-tests dns_server_api
108092026-09-15T04:13:31.494Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name dns_server_api --test dns-server-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dns-server-api -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-a219aaceba12a206.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-34e761c9cdad863d.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-b826120dac283883.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108102026-09-15T04:13:32.002Z
108112026-09-15T04:13:32.002Zrunning 2 tests
108122026-09-15T04:13:32.002Ztest dns-server-api/src/lib.rs - dns_server_api_mod::api_description (line 136) ... ignored
108132026-09-15T04:13:32.002Ztest dns-server-api/src/lib.rs - dns_server_api_mod::stub_api_description (line 142) ... ignored
108142026-09-15T04:13:32.002Z
108152026-09-15T04:13:32.002Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
108162026-09-15T04:13:32.002Z
108172026-09-15T04:13:32.006Zall doctests ran in 0.38s; merged doctests compilation took 0.37s
108182026-09-15T04:13:32.024Z Doc-tests dns_service_client
108192026-09-15T04:13:32.027Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name dns_service_client --test clients/dns-service-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/dns-service-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-3258c8f25334bd1d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-b826120dac283883.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108202026-09-15T04:13:32.180Z
108212026-09-15T04:13:32.180Zrunning 0 tests
108222026-09-15T04:13:32.180Z
108232026-09-15T04:13:32.180Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108242026-09-15T04:13:32.180Z
108252026-09-15T04:13:32.196Z Doc-tests end_to_end_tests
108262026-09-15T04:13:32.196Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name end_to_end_tests --test end-to-end-tests/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/end-to-end-tests -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-665243e242fcd7e8.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8b7b2e9ebde7c257.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f1187bf1a109a946.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-82e5da628c97b1bf.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-d1bccf08d01c08e8.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-e435e3425619f276.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-fd773f1aaff6b9ea.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-d065927fe990533b.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-25b39e70368fcdc4.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-db1710f1650e299a.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-94b84189ec577910.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-39060f20c7084105.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern rand_010=/work/oxidecomputer/omicron/target/debug/deps/librand-d04461f821ec7081.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-fda599c0f2adf537.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-783429a7deba1990.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/usr/lib/fm/amd64 --document-private-items -D warnings --error-format human`
108272026-09-15T04:13:32.581Z
108282026-09-15T04:13:32.581Zrunning 0 tests
108292026-09-15T04:13:32.581Z
108302026-09-15T04:13:32.581Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108312026-09-15T04:13:32.581Z
108322026-09-15T04:13:32.614Z Doc-tests ereport_types
108332026-09-15T04:13:32.614Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name ereport_types --test ereport/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ereport/types -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8a3ae8e67452c024.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108342026-09-15T04:13:32.763Z
108352026-09-15T04:13:32.763Zrunning 0 tests
108362026-09-15T04:13:32.763Z
108372026-09-15T04:13:32.763Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108382026-09-15T04:13:32.763Z
108392026-09-15T04:13:32.781Z Doc-tests gateway_api
108402026-09-15T04:13:32.781Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name gateway_api --test gateway-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway-api -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-34e761c9cdad863d.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8a3ae8e67452c024.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-51781be733b3cd37.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-a8dc07033505663f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108412026-09-15T04:13:33.343Z
108422026-09-15T04:13:33.343Zrunning 2 tests
108432026-09-15T04:13:33.343Ztest gateway-api/src/lib.rs - gateway_api_mod::api_description (line 60) ... ignored
108442026-09-15T04:13:33.343Ztest gateway-api/src/lib.rs - gateway_api_mod::stub_api_description (line 66) ... ignored
108452026-09-15T04:13:33.343Z
108462026-09-15T04:13:33.343Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
108472026-09-15T04:13:33.343Z
108482026-09-15T04:13:33.346Zall doctests ran in 0.38s; merged doctests compilation took 0.37s
108492026-09-15T04:13:33.369Z Doc-tests gateway_client
108502026-09-15T04:13:33.369Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name gateway_client --test clients/gateway-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/gateway-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8a3ae8e67452c024.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a6c3252379a66c5.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ee2e4ac302948d5f.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108512026-09-15T04:13:33.921Z
108522026-09-15T04:13:33.921Zrunning 0 tests
108532026-09-15T04:13:33.921Z
108542026-09-15T04:13:33.921Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108552026-09-15T04:13:33.921Z
108562026-09-15T04:13:33.956Z Doc-tests gateway_test_utils
108572026-09-15T04:13:33.956Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name gateway_test_utils --test gateway-test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway-test-utils -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a6c3252379a66c5.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ee2e4ac302948d5f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8eeef770103af252.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-d235ea634cb9c687.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-e08130b483600558.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-fb99f6102bff0d81.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
108582026-09-15T04:13:34.365Z
108592026-09-15T04:13:34.365Zrunning 0 tests
108602026-09-15T04:13:34.365Z
108612026-09-15T04:13:34.365Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108622026-09-15T04:13:34.365Z
108632026-09-15T04:13:34.403Z Doc-tests gateway_types
108642026-09-15T04:13:34.403Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name gateway_types --test gateway-types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway-types -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-a8dc07033505663f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.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`
108652026-09-15T04:13:34.562Z
108662026-09-15T04:13:34.562Zrunning 0 tests
108672026-09-15T04:13:34.562Z
108682026-09-15T04:13:34.562Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108692026-09-15T04:13:34.562Z
108702026-09-15T04:13:34.581Z Doc-tests gateway_types_versions
108712026-09-15T04:13:34.585Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name gateway_types_versions --test gateway-types/versions/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway-types/versions -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ee2e4ac302948d5f.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-a8dc07033505663f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' --document-private-items -D warnings --error-format human`
108722026-09-15T04:13:35.423Z
108732026-09-15T04:13:35.423Zrunning 1 test
108742026-09-15T04:13:35.423Ztest gateway-types/versions/src/lib.rs - (line 17) ... ignored
108752026-09-15T04:13:35.423Z
108762026-09-15T04:13:35.423Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
108772026-09-15T04:13:35.423Z
108782026-09-15T04:13:35.427Zall doctests ran in 0.39s; merged doctests compilation took 0.38s
108792026-09-15T04:13:35.461Z Doc-tests gfss
108802026-09-15T04:13:35.461Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name gfss --test trust-quorum/gfss/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/trust-quorum/gfss -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-bb74a95d46416a86.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-093510bda85b835d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-605610ac2edb8b90.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2d4823f85931691.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="danger_partial_eq_ct_wrapper"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("danger_partial_eq_ct_wrapper"))' --document-private-items -D warnings --error-format human`
108812026-09-15T04:13:35.561Z
108822026-09-15T04:13:35.561Zrunning 0 tests
108832026-09-15T04:13:35.561Z
108842026-09-15T04:13:35.561Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108852026-09-15T04:13:35.561Z
108862026-09-15T04:13:35.572Z Doc-tests illumos_utils
108872026-09-15T04:13:35.576Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name illumos_utils --test illumos-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/illumos-utils -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-a1106d2116afdb76.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-a85bc2f7a054eda7.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-359b22f7a1198f24.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-071196465dd7522c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-384b5883c9cfe350.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-1d01c9bc16f9b741.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-70d26705e78829f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-f7bbc109a87a1012.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-fd395ee56dd2bb3a.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-672d7e8e575f5769.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-71bae07553df3d6d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c95b470fa7fe6268.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-b800997bcfce769b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-a3b889cd96e179f4.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-8eae445cf48844a4.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`
108882026-09-15T04:13:36.008Z
108892026-09-15T04:13:36.008Zrunning 0 tests
108902026-09-15T04:13:36.008Z
108912026-09-15T04:13:36.008Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108922026-09-15T04:13:36.008Z
108932026-09-15T04:13:36.045Z Doc-tests installinator
108942026-09-15T04:13:36.045Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name installinator --test installinator/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-c7927cdb9847c108.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-5b93e87315b42afc.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-5ec1cd83469ea280.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4eb8e677ff21afe8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-666be0b46fcb67b0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-370f36ab7d93d20f.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-387a22574bb3e814.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-78480e2ceb8e8e17.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-4212176f06f6884a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0198ea1645c31763.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-2e33ca5688288ea7.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-dc0a97fda5ff008b.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-bfbccd347f884efa.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-918e3c4e893e5650.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-48e2f271cd55ed96.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-67863f9306e58aa0.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c95b470fa7fe6268.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-bb0402933484d4f9.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-295dbb2fcc65f679.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.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`
108952026-09-15T04:13:36.408Z
108962026-09-15T04:13:36.408Zrunning 0 tests
108972026-09-15T04:13:36.408Z
108982026-09-15T04:13:36.408Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
108992026-09-15T04:13:36.408Z
109002026-09-15T04:13:36.441Z Doc-tests installinator_api
109012026-09-15T04:13:36.441Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name installinator_api --test installinator-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator-api -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-34e761c9cdad863d.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-11326159470257f9.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-5593d1ace53ba040.rlib --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-53b778a716c90e2b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-dc0a97fda5ff008b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109022026-09-15T04:13:36.999Z
109032026-09-15T04:13:36.999Zrunning 2 tests
109042026-09-15T04:13:36.999Ztest installinator-api/src/lib.rs - installinator_api_mod::api_description (line 44) ... ignored
109052026-09-15T04:13:36.999Ztest installinator-api/src/lib.rs - installinator_api_mod::stub_api_description (line 50) ... ignored
109062026-09-15T04:13:36.999Z
109072026-09-15T04:13:36.999Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
109082026-09-15T04:13:36.999Z
109092026-09-15T04:13:37.004Zall doctests ran in 0.38s; merged doctests compilation took 0.38s
109102026-09-15T04:13:37.024Z Doc-tests installinator_client
109112026-09-15T04:13:37.024Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name installinator_client --test clients/installinator-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/installinator-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-387a22574bb3e814.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-dc0a97fda5ff008b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109122026-09-15T04:13:37.280Z
109132026-09-15T04:13:37.280Zrunning 0 tests
109142026-09-15T04:13:37.280Z
109152026-09-15T04:13:37.280Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109162026-09-15T04:13:37.280Z
109172026-09-15T04:13:37.300Z Doc-tests installinator_common
109182026-09-15T04:13:37.300Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name installinator_common --test installinator-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator-common -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-78480e2ceb8e8e17.rlib --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-53b778a716c90e2b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-2e33ca5688288ea7.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-dc0a97fda5ff008b.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-520e79432e611323.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.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`
109192026-09-15T04:13:37.576Z
109202026-09-15T04:13:37.576Zrunning 0 tests
109212026-09-15T04:13:37.576Z
109222026-09-15T04:13:37.576Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109232026-09-15T04:13:37.576Z
109242026-09-15T04:13:37.603Z Doc-tests installinator_common_versions
109252026-09-15T04:13:37.603Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name installinator_common_versions --test installinator-common/versions/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator-common/versions -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern installinator_common_versions=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common_versions-53b778a716c90e2b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109262026-09-15T04:13:38.057Z
109272026-09-15T04:13:38.057Zrunning 1 test
109282026-09-15T04:13:38.057Ztest installinator-common/versions/src/lib.rs - (line 17) ... ignored
109292026-09-15T04:13:38.057Z
109302026-09-15T04:13:38.057Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
109312026-09-15T04:13:38.057Z
109322026-09-15T04:13:38.061Zall doctests ran in 0.38s; merged doctests compilation took 0.37s
109332026-09-15T04:13:38.073Z Doc-tests internal_dns_resolver
109342026-09-15T04:13:38.073Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name internal_dns_resolver --test internal-dns/resolver/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/internal-dns/resolver -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d89d3e39900a35ba.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-a219aaceba12a206.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-3258c8f25334bd1d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-2d97cea01ac59601.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-e435e3425619f276.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-e08130b483600558.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-a6be62d9bf577b0a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.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`
109352026-09-15T04:13:38.294Z
109362026-09-15T04:13:38.294Zrunning 0 tests
109372026-09-15T04:13:38.294Z
109382026-09-15T04:13:38.294Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109392026-09-15T04:13:38.294Z
109402026-09-15T04:13:38.318Z Doc-tests internal_dns_types
109412026-09-15T04:13:38.318Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name internal_dns_types --test internal-dns/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/internal-dns/types -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-b826120dac283883.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109422026-09-15T04:13:38.517Z
109432026-09-15T04:13:38.517Zrunning 0 tests
109442026-09-15T04:13:38.517Z
109452026-09-15T04:13:38.517Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109462026-09-15T04:13:38.517Z
109472026-09-15T04:13:38.538Z Doc-tests internal_dns_types_versions
109482026-09-15T04:13:38.538Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name internal_dns_types_versions --test internal-dns/types/versions/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/internal-dns/types/versions -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern internal_dns_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types_versions-b826120dac283883.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109492026-09-15T04:13:39.037Z
109502026-09-15T04:13:39.037Zrunning 1 test
109512026-09-15T04:13:39.037Ztest internal-dns/types/versions/src/lib.rs - (line 17) ... ignored
109522026-09-15T04:13:39.037Z
109532026-09-15T04:13:39.037Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
109542026-09-15T04:13:39.037Z
109552026-09-15T04:13:39.040Zall doctests ran in 0.38s; merged doctests compilation took 0.38s
109562026-09-15T04:13:39.056Z Doc-tests ipcc
109572026-09-15T04:13:39.059Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name ipcc --test ipcc/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ipcc -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ddef13110ccf1ec1.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-4212176f06f6884a.rlib --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-17af6e71604b9409.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.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`
109582026-09-15T04:13:39.183Z
109592026-09-15T04:13:39.183Zrunning 0 tests
109602026-09-15T04:13:39.183Z
109612026-09-15T04:13:39.183Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109622026-09-15T04:13:39.183Z
109632026-09-15T04:13:39.198Z Doc-tests key_manager
109642026-09-15T04:13:39.198Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name key_manager --test key-manager/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/key-manager -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-95edfa4d5112085a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-0dffbe3aa872bc8e.rlib --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-1d01c9bc16f9b741.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-605610ac2edb8b90.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109652026-09-15T04:13:39.399Z
109662026-09-15T04:13:39.399Zrunning 0 tests
109672026-09-15T04:13:39.399Z
109682026-09-15T04:13:39.399Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109692026-09-15T04:13:39.399Z
109702026-09-15T04:13:39.422Z Doc-tests key_manager_types
109712026-09-15T04:13:39.422Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name key_manager_types --test key-manager/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/key-manager/types -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-1d01c9bc16f9b741.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-605610ac2edb8b90.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109722026-09-15T04:13:39.466Z
109732026-09-15T04:13:39.466Zrunning 0 tests
109742026-09-15T04:13:39.466Z
109752026-09-15T04:13:39.466Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109762026-09-15T04:13:39.466Z
109772026-09-15T04:13:39.473Z Doc-tests live_tests_macros
109782026-09-15T04:13:39.473Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type proc-macro --color always --crate-name live_tests_macros --test live-tests/macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/live-tests/macros -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern live_tests_macros=/work/oxidecomputer/omicron/target/debug/deps/liblive_tests_macros-8f9a64d5256aa26f.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
109792026-09-15T04:13:39.901Z
109802026-09-15T04:13:39.901Zrunning 1 test
109812026-09-15T04:13:39.901Ztest live-tests/macros/src/lib.rs - live_test (line 24) ... ignored
109822026-09-15T04:13:39.901Z
109832026-09-15T04:13:39.901Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
109842026-09-15T04:13:39.901Z
109852026-09-15T04:13:39.904Zall doctests ran in 0.38s; merged doctests compilation took 0.38s
109862026-09-15T04:13:39.915Z Doc-tests nexus_auth
109872026-09-15T04:13:39.915Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_auth --test nexus/auth/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/auth -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-0c5b4377aef4c55d.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-6ae3743cbf3b1fa1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f7a1adc56f8899f4.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-11326159470257f9.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-8a4ad75520c58904.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-c1f6594e8f489b42.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-110d793b079550fe.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fc2050e702e33a49.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-6cce0bc98f3e1f35.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-b4a52e8733931033.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-73faca2b25abd4c5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-4d6255ea0ebdcbd9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 --document-private-items -D warnings --error-format human`
109882026-09-15T04:13:40.542Z
109892026-09-15T04:13:40.542Zrunning 0 tests
109902026-09-15T04:13:40.542Z
109912026-09-15T04:13:40.542Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109922026-09-15T04:13:40.542Z
109932026-09-15T04:13:40.590Z Doc-tests nexus_background_task_interface
109942026-09-15T04:13:40.590Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_background_task_interface --test nexus/background-task-interface/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/background-task-interface -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-b21efbab9c3d9cd1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_test=/work/oxidecomputer/omicron/target/debug/deps/libtokio_test-ebcd68a53c09770e.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`
109952026-09-15T04:13:40.651Z
109962026-09-15T04:13:40.651Zrunning 0 tests
109972026-09-15T04:13:40.651Z
109982026-09-15T04:13:40.651Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
109992026-09-15T04:13:40.651Z
110002026-09-15T04:13:40.659Z Doc-tests nexus_client
110012026-09-15T04:13:40.659Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_client --test clients/nexus-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/nexus-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-43c2876563805539.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-69b7b5ef8aa13716.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110022026-09-15T04:13:41.194Z
110032026-09-15T04:13:41.195Zrunning 0 tests
110042026-09-15T04:13:41.195Z
110052026-09-15T04:13:41.195Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110062026-09-15T04:13:41.195Z
110072026-09-15T04:13:41.234Z Doc-tests nexus_config
110082026-09-15T04:13:41.234Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_config --test nexus-config/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus-config -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-b38ea0edf80b482b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-8b3f418faa0fe246.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-b1fab63ab540fe54.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-520e79432e611323.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8abc38b4608f96b7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110092026-09-15T04:13:41.755Z
110102026-09-15T04:13:41.755Zrunning 0 tests
110112026-09-15T04:13:41.755Z
110122026-09-15T04:13:41.755Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110132026-09-15T04:13:41.755Z
110142026-09-15T04:13:41.794Z Doc-tests nexus_db_errors
110152026-09-15T04:13:41.794Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_db_errors --test nexus/db-errors/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-errors -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ce52d0252545829b.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-c1f6594e8f489b42.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-765881c912fd9744.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110162026-09-15T04:13:42.126Z
110172026-09-15T04:13:42.127Zrunning 0 tests
110182026-09-15T04:13:42.127Z
110192026-09-15T04:13:42.127Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110202026-09-15T04:13:42.127Z
110212026-09-15T04:13:42.162Z Doc-tests nexus_db_fixed_data
110222026-09-15T04:13:42.162Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_db_fixed_data --test nexus/db-fixed-data/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-fixed-data -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-110d793b079550fe.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fc2050e702e33a49.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 --document-private-items -D warnings --error-format human`
110232026-09-15T04:13:42.445Z
110242026-09-15T04:13:42.445Zrunning 0 tests
110252026-09-15T04:13:42.445Z
110262026-09-15T04:13:42.445Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110272026-09-15T04:13:42.445Z
110282026-09-15T04:13:42.475Z Doc-tests nexus_db_lookup
110292026-09-15T04:13:42.475Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_db_lookup --test nexus/db-lookup/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-lookup -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-274bf28b24d0a9db.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-d66d3c58f97391b4.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ce52d0252545829b.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-4ea8ecee3ceb19a6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-384b5883c9cfe350.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-c1f6594e8f489b42.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-765881c912fd9744.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-2580810b65a7b75a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fc2050e702e33a49.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4881fbe893ab3e36.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4cf12e333f64223c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-e08130b483600558.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 --document-private-items -D warnings --error-format human`
110302026-09-15T04:13:42.976Z
110312026-09-15T04:13:42.976Zrunning 0 tests
110322026-09-15T04:13:42.976Z
110332026-09-15T04:13:42.976Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110342026-09-15T04:13:42.976Z
110352026-09-15T04:13:43.020Z Doc-tests nexus_db_model
110362026-09-15T04:13:43.020Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_db_model --test nexus/db-model/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-model -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-30b3c1f4285918db.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-77736f3c35d4a4b8.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-d66d3c58f97391b4.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-b204df21dbd8d7dd.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ce52d0252545829b.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8a3ae8e67452c024.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-384b5883c9cfe350.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-8a4ad75520c58904.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-8b3f418faa0fe246.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fc2050e702e33a49.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4cf12e333f64223c.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-0c3679e3b54107c0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-276500baa0bff1a7.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-473a2e16de50744b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_git_version=/work/oxidecomputer/omicron/target/debug/deps/libomicron_git_version-5b2cf2f904c73b41.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-308f0204c87e6f29.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c9efdcc507723cfe.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5f249a94a98632d0.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2d667dc97a18a72b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-3e02eeda53569a7d.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-157f651173c250bf.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-c1e17c7b534315f1.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 --document-private-items -D warnings --error-format human`
110372026-09-15T04:13:59.852Z
110382026-09-15T04:13:59.852Zrunning 4 tests
110392026-09-15T04:13:59.871Ztest nexus/db-model/src/lib.rs - (line 26) ... ok
110402026-09-15T04:13:59.874Ztest nexus/db-model/src/lib.rs - (line 49) ... ok
110412026-09-15T04:13:59.875Ztest nexus/db-model/src/collection.rs - collection::DatastoreCollectionConfig (line 14) ... ok
110422026-09-15T04:13:59.875Ztest nexus/db-model/src/collection.rs - collection::DatastoreAttachTargetConfig (line 83) ... ok
110432026-09-15T04:13:59.875Z
110442026-09-15T04:13:59.875Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
110452026-09-15T04:13:59.875Z
110462026-09-15T04:13:59.908Zall doctests ran in 14.08s; merged doctests compilation took 14.01s
110472026-09-15T04:14:00.028Z Doc-tests nexus_db_queries
110482026-09-15T04:14:00.032Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_db_queries --test nexus/db-queries/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-queries -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-274bf28b24d0a9db.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-30b3c1f4285918db.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-77736f3c35d4a4b8.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-5d1b38cab6734332.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-7c377b1087dd1298.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-d66d3c58f97391b4.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ce52d0252545829b.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-4ea8ecee3ceb19a6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8a3ae8e67452c024.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a6c3252379a66c5.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-b1d92761482d9115.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-384b5883c9cfe350.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-c1f6594e8f489b42.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-8b3f418faa0fe246.rlib --extern nexus_db_errors=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_errors-765881c912fd9744.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-110d793b079550fe.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-2580810b65a7b75a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fc2050e702e33a49.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4881fbe893ab3e36.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4cf12e333f64223c.rlib --extern nexus_fm_slippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm_slippy-8d5b6396c8d07aad.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e1ed9732e870e072.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-9cfeeecb2fd17e1c.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-6b7dc29ee32426de.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-e2a7c84c02d554af.rlib --extern nonempty=/work/oxidecomputer/omicron/target/debug/deps/libnonempty-ae867e9d6d10901d.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-473a2e16de50744b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-308f0204c87e6f29.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-94b84189ec577910.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0875c71ea664a892.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-43c55b0f49f9feb6.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-b4a52e8733931033.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da9b92cb69636995.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3abc053f4411f86b.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-bad34ca77d4ced2b.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0de20df312798682.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-eba8521e88a666db.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-b1fab63ab540fe54.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-e08130b483600558.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-2a5a4d2fbeb7e66b.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5f249a94a98632d0.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a00b12ef41f33166.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-bac9ed1fab7e3a17.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-520e79432e611323.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2d667dc97a18a72b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-783429a7deba1990.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-bfc5ccdff2db0195.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-157f651173c250bf.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2c98d7798085936d.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-a61a9cb9599feb37.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-c1e17c7b534315f1.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-72f8271b6a33c915.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="nexus-reconfigurator-planning"' --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nexus-reconfigurator-planning", "omicron-test-utils", "testing"))' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64 --document-private-items -D warnings --error-format human`
110492026-09-15T04:14:07.170Z
110502026-09-15T04:14:07.170Zrunning 3 tests
110512026-09-15T04:14:07.173Ztest nexus/db-queries/src/db/datastore/fm.rs - db::datastore::fm::sitrep_child_tables (line 79) ... ignored
110522026-09-15T04:14:07.173Ztest nexus/db-queries/src/db/datastore/multicast/members.rs - db::datastore::multicast::members::DataStore::multicast_group_member_reconcile_joining (line 436) ... ignored
110532026-09-15T04:14:07.176Ztest nexus/db-queries/src/db/pagination.rs - db::pagination::Paginator (line 417) ... ok
110542026-09-15T04:14:07.176Z
110552026-09-15T04:14:07.176Ztest result: ok. 1 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.01s
110562026-09-15T04:14:07.176Z
110572026-09-15T04:14:07.187Zall doctests ran in 5.54s; merged doctests compilation took 5.52s
110582026-09-15T04:14:07.299Z Doc-tests nexus_db_schema
110592026-09-15T04:14:07.299Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_db_schema --test nexus/db-schema/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-schema -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ce52d0252545829b.rlib --extern linkme=/work/oxidecomputer/omicron/target/debug/deps/liblinkme-cec354afcaee4de5.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4cf12e333f64223c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-bb371b07d28f574c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8abc38b4608f96b7.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`
110602026-09-15T04:14:12.586Z
110612026-09-15T04:14:12.586Zrunning 0 tests
110622026-09-15T04:14:12.586Z
110632026-09-15T04:14:12.586Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110642026-09-15T04:14:12.586Z
110652026-09-15T04:14:12.815Z Doc-tests nexus_defaults
110662026-09-15T04:14:12.815Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_defaults --test nexus/defaults/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/defaults -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-384b5883c9cfe350.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-0c3679e3b54107c0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110672026-09-15T04:14:12.995Z
110682026-09-15T04:14:12.995Zrunning 0 tests
110692026-09-15T04:14:12.995Z
110702026-09-15T04:14:12.995Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110712026-09-15T04:14:12.995Z
110722026-09-15T04:14:13.016Z Doc-tests nexus_external_api
110732026-09-15T04:14:13.016Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_external_api --test nexus/external-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/external-api -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-18828d6033a378fd.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-34e761c9cdad863d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-11326159470257f9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-384b5883c9cfe350.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-33c09537eb2e1a2d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-e2a7c84c02d554af.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-43c55b0f49f9feb6.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-2e4fa4ce9c3d6466.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-bfbe0f064f22962b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-bac9ed1fab7e3a17.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110742026-09-15T04:14:14.069Z
110752026-09-15T04:14:14.069Zrunning 2 tests
110762026-09-15T04:14:14.069Ztest nexus/external-api/src/lib.rs - nexus_external_api_mod::api_description (line 219) ... ignored
110772026-09-15T04:14:14.069Ztest nexus/external-api/src/lib.rs - nexus_external_api_mod::stub_api_description (line 225) ... ignored
110782026-09-15T04:14:14.069Z
110792026-09-15T04:14:14.070Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
110802026-09-15T04:14:14.070Z
110812026-09-15T04:14:14.073Zall doctests ran in 0.38s; merged doctests compilation took 0.38s
110822026-09-15T04:14:14.119Z Doc-tests nexus_fm
110832026-09-15T04:14:14.119Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_fm --test nexus/fm/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/fm -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8a3ae8e67452c024.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fc2050e702e33a49.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-6e5bd53b78186df0.rlib --extern nexus_fm_slippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm_slippy-8d5b6396c8d07aad.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e1ed9732e870e072.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-9cfeeecb2fd17e1c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-157f651173c250bf.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-ca4fd7d34de77f0d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="ereport-types"' --cfg 'feature="nexus-fm-slippy"' --cfg 'feature="nexus-reconfigurator-planning"' --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --cfg 'feature="uuid"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ereport-types", "nexus-fm-slippy", "nexus-reconfigurator-planning", "omicron-test-utils", "testing", "uuid"))' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 --document-private-items -D warnings --error-format human`
110842026-09-15T04:14:14.488Z
110852026-09-15T04:14:14.488Zrunning 0 tests
110862026-09-15T04:14:14.488Z
110872026-09-15T04:14:14.488Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110882026-09-15T04:14:14.488Z
110892026-09-15T04:14:14.523Z Doc-tests nexus_fm_slippy
110902026-09-15T04:14:14.523Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_fm_slippy --test nexus/fm/slippy/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/fm/slippy -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-6e5bd53b78186df0.rlib --extern nexus_fm_slippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm_slippy-8d5b6396c8d07aad.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 --document-private-items -D warnings --error-format human`
110912026-09-15T04:14:14.799Z
110922026-09-15T04:14:14.799Zrunning 0 tests
110932026-09-15T04:14:14.799Z
110942026-09-15T04:14:14.799Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
110952026-09-15T04:14:14.799Z
110962026-09-15T04:14:14.826Z Doc-tests nexus_internal_api
110972026-09-15T04:14:14.826Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_internal_api --test nexus/internal-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/internal-api -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-34e761c9cdad863d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-6c4c44956cf2af5d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-69b7b5ef8aa13716.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
110982026-09-15T04:14:15.526Z
110992026-09-15T04:14:15.526Zrunning 2 tests
111002026-09-15T04:14:15.526Ztest nexus/internal-api/src/lib.rs - nexus_internal_api_mod::api_description (line 54) ... ignored
111012026-09-15T04:14:15.526Ztest nexus/internal-api/src/lib.rs - nexus_internal_api_mod::stub_api_description (line 60) ... ignored
111022026-09-15T04:14:15.526Z
111032026-09-15T04:14:15.526Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
111042026-09-15T04:14:15.526Z
111052026-09-15T04:14:15.530Zall doctests ran in 0.38s; merged doctests compilation took 0.37s
111062026-09-15T04:14:15.562Z Doc-tests nexus_inventory
111072026-09-15T04:14:15.562Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_inventory --test nexus/inventory/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/inventory -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-6ec0adb6282304ce.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-49012faef9cfca90.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-30b3c1f4285918db.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-77736f3c35d4a4b8.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-3258c8f25334bd1d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a6c3252379a66c5.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ee2e4ac302948d5f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8eeef770103af252.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-6b965b52841a5d7f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-43c2876563805539.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e1ed9732e870e072.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-e00ed5c798a2111b.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-473a2e16de50744b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-94b84189ec577910.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2d667dc97a18a72b.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-ef99430041e0a6e7.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-69b7b5ef8aa13716.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2c98d7798085936d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-ca4fd7d34de77f0d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/usr/lib/fm/amd64 --document-private-items -D warnings --error-format human`
111082026-09-15T04:14:15.875Z
111092026-09-15T04:14:15.875Zrunning 0 tests
111102026-09-15T04:14:15.875Z
111112026-09-15T04:14:15.875Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111122026-09-15T04:14:15.875Z
111132026-09-15T04:14:15.905Z Doc-tests nexus_lockstep_api
111142026-09-15T04:14:15.905Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_lockstep_api --test nexus/lockstep-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/lockstep-api -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-9b720a3debdec737.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-e2a7c84c02d554af.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111152026-09-15T04:14:16.604Z
111162026-09-15T04:14:16.604Zrunning 2 tests
111172026-09-15T04:14:16.604Ztest nexus/lockstep-api/src/lib.rs - nexus_lockstep_api_mod::api_description (line 69) ... ignored
111182026-09-15T04:14:16.605Ztest nexus/lockstep-api/src/lib.rs - nexus_lockstep_api_mod::stub_api_description (line 75) ... ignored
111192026-09-15T04:14:16.605Z
111202026-09-15T04:14:16.606Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
111212026-09-15T04:14:16.606Z
111222026-09-15T04:14:16.609Zall doctests ran in 0.38s; merged doctests compilation took 0.38s
111232026-09-15T04:14:16.636Z Doc-tests nexus_lockstep_client
111242026-09-15T04:14:16.636Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_lockstep_client --test clients/nexus-lockstep-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/nexus-lockstep-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8b7b2e9ebde7c257.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-db1710f1650e299a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-308f0204c87e6f29.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-69b7b5ef8aa13716.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111252026-09-15T04:14:18.455Z
111262026-09-15T04:14:18.455Zrunning 0 tests
111272026-09-15T04:14:18.455Z
111282026-09-15T04:14:18.455Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111292026-09-15T04:14:18.456Z
111302026-09-15T04:14:18.525Z Doc-tests nexus_macros_common
111312026-09-15T04:14:18.530Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_macros_common --test nexus/macros-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/macros-common -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-12af7b15bdc0758c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111322026-09-15T04:14:18.568Z
111332026-09-15T04:14:18.568Zrunning 0 tests
111342026-09-15T04:14:18.568Z
111352026-09-15T04:14:18.568Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111362026-09-15T04:14:18.568Z
111372026-09-15T04:14:18.575Z Doc-tests nexus_metrics_producer_gc
111382026-09-15T04:14:18.575Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_metrics_producer_gc --test nexus/metrics-producer-gc/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/metrics-producer-gc -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-274bf28b24d0a9db.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ce52d0252545829b.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-49f5d8277ca84cd5.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-384b5883c9cfe350.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fc2050e702e33a49.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4881fbe893ab3e36.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4cf12e333f64223c.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-f2c1b732a6ca470b.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-6b7dc29ee32426de.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8deb29f318ec0137.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64 --document-private-items -D warnings --error-format human`
111392026-09-15T04:14:18.964Z
111402026-09-15T04:14:18.964Zrunning 0 tests
111412026-09-15T04:14:18.964Z
111422026-09-15T04:14:18.965Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111432026-09-15T04:14:18.965Z
111442026-09-15T04:14:19.003Z Doc-tests nexus_mgs_updates
111452026-09-15T04:14:19.003Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_mgs_updates --test nexus/mgs-updates/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/mgs-updates -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a6c3252379a66c5.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ee2e4ac302948d5f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8eeef770103af252.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-bea3e5c996983297.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-080045aec0041107.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-e08130b483600558.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-fcfed21e523e97a9.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-9bde9270cd06758b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-088aca85d188eb59.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2d667dc97a18a72b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-69b7b5ef8aa13716.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-5add9b2c6d4edad1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-fb99f6102bff0d81.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-295dbb2fcc65f679.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4e06b03adca01890.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111462026-09-15T04:14:19.356Z
111472026-09-15T04:14:19.356Zrunning 0 tests
111482026-09-15T04:14:19.356Z
111492026-09-15T04:14:19.356Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111502026-09-15T04:14:19.356Z
111512026-09-15T04:14:19.388Z Doc-tests nexus_networking
111522026-09-15T04:14:19.388Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_networking --test nexus/networking/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/networking -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a6c3252379a66c5.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-384b5883c9cfe350.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-2580810b65a7b75a.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4881fbe893ab3e36.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-9f60a5144d3a6ba8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2d667dc97a18a72b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-bfc5ccdff2db0195.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 --document-private-items -D warnings --error-format human`
111532026-09-15T04:14:19.801Z
111542026-09-15T04:14:19.801Zrunning 0 tests
111552026-09-15T04:14:19.801Z
111562026-09-15T04:14:19.801Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111572026-09-15T04:14:19.801Z
111582026-09-15T04:14:19.843Z Doc-tests nexus_reconfigurator_blippy
111592026-09-15T04:14:19.844Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_reconfigurator_blippy --test nexus/reconfigurator/blippy/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/blippy -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-b38ea0edf80b482b.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-864416d6dc8c2378.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-9cfeeecb2fd17e1c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.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`
111602026-09-15T04:14:20.133Z
111612026-09-15T04:14:20.133Zrunning 0 tests
111622026-09-15T04:14:20.133Z
111632026-09-15T04:14:20.133Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111642026-09-15T04:14:20.133Z
111652026-09-15T04:14:20.171Z Doc-tests nexus_reconfigurator_execution
111662026-09-15T04:14:20.171Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_reconfigurator_execution --test nexus/reconfigurator/execution/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/execution -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-274bf28b24d0a9db.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-6ec0adb6282304ce.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-49012faef9cfca90.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-4080cdc10a421036.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-30b3c1f4285918db.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-bbf2979e7369be72.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ce52d0252545829b.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-49f5d8277ca84cd5.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-b38ea0edf80b482b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-384b5883c9cfe350.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-0971dfdbc3426724.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-8b3f418faa0fe246.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-2580810b65a7b75a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fc2050e702e33a49.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4881fbe893ab3e36.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4cf12e333f64223c.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e1ed9732e870e072.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-080045aec0041107.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-9f60a5144d3a6ba8.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-faf704dbf0883e86.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-9cfeeecb2fd17e1c.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-1d62fd0ca17fa97b.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-6b7dc29ee32426de.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-7e7553f44400766b.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-eb7d935b698e550c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-2e33ca5688288ea7.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-dc0a97fda5ff008b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2d667dc97a18a72b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-157f651173c250bf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64 --document-private-items -D warnings --error-format human`
111672026-09-15T04:14:20.581Z
111682026-09-15T04:14:20.581Zrunning 0 tests
111692026-09-15T04:14:20.581Z
111702026-09-15T04:14:20.581Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111712026-09-15T04:14:20.581Z
111722026-09-15T04:14:20.621Z Doc-tests nexus_reconfigurator_planning
111732026-09-15T04:14:20.624Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_reconfigurator_planning --test nexus/reconfigurator/planning/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/planning -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-30b3c1f4285918db.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-77736f3c35d4a4b8.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-071196465dd7522c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a6c3252379a66c5.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-666be0b46fcb67b0.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-e435e3425619f276.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-df56548816dd36a4.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-b38ea0edf80b482b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-a07bfbf502fff96e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-8b3f418faa0fe246.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e1ed9732e870e072.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-864416d6dc8c2378.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-9cfeeecb2fd17e1c.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-2323cb99ca17c3d6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_deployment_graph=/work/oxidecomputer/omicron/target/debug/deps/libomicron_deployment_graph-f7a894c60b8e934a.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0875c71ea664a892.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-486db2be12acbdc1.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2d667dc97a18a72b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-fb99f6102bff0d81.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-bfc5ccdff2db0195.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2c98d7798085936d.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-67b1a21c2d505d83.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-6ab79d5f5b3744f5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-ca4fd7d34de77f0d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111742026-09-15T04:14:21.080Z
111752026-09-15T04:14:21.080Zrunning 0 tests
111762026-09-15T04:14:21.080Z
111772026-09-15T04:14:21.080Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111782026-09-15T04:14:21.080Z
111792026-09-15T04:14:21.119Z Doc-tests nexus_reconfigurator_preparation
111802026-09-15T04:14:21.122Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_reconfigurator_preparation --test nexus/reconfigurator/preparation/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/preparation -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fc2050e702e33a49.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4881fbe893ab3e36.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-1d62fd0ca17fa97b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 --document-private-items -D warnings --error-format human`
111812026-09-15T04:14:21.511Z
111822026-09-15T04:14:21.511Zrunning 0 tests
111832026-09-15T04:14:21.511Z
111842026-09-15T04:14:21.512Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111852026-09-15T04:14:21.512Z
111862026-09-15T04:14:21.550Z Doc-tests nexus_reconfigurator_rendezvous
111872026-09-15T04:14:21.550Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_reconfigurator_rendezvous --test nexus/reconfigurator/rendezvous/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-274bf28b24d0a9db.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ce52d0252545829b.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fc2050e702e33a49.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4881fbe893ab3e36.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4cf12e333f64223c.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-3a6a4251308cf34b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 --document-private-items -D warnings --error-format human`
111882026-09-15T04:14:21.945Z
111892026-09-15T04:14:21.945Zrunning 0 tests
111902026-09-15T04:14:21.945Z
111912026-09-15T04:14:21.945Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111922026-09-15T04:14:21.945Z
111932026-09-15T04:14:21.985Z Doc-tests nexus_reconfigurator_simulation
111942026-09-15T04:14:21.988Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_reconfigurator_simulation --test nexus/reconfigurator/simulation/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/simulation -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-a8f9954c45614da6.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-df56548816dd36a4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e1ed9732e870e072.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-9cfeeecb2fd17e1c.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-2323cb99ca17c3d6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-8f58feeaf26c417d.rlib --extern renderdag=/work/oxidecomputer/omicron/target/debug/deps/librenderdag-f173005ec0208e29.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2c98d7798085936d.rlib --extern sync_ptr=/work/oxidecomputer/omicron/target/debug/deps/libsync_ptr-2e2b03c0efad02e5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-ca4fd7d34de77f0d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
111952026-09-15T04:14:22.327Z
111962026-09-15T04:14:22.327Zrunning 0 tests
111972026-09-15T04:14:22.327Z
111982026-09-15T04:14:22.327Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111992026-09-15T04:14:22.327Z
112002026-09-15T04:14:22.360Z Doc-tests nexus_saga_recovery
112012026-09-15T04:14:22.360Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_saga_recovery --test nexus/saga-recovery/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/saga-recovery -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-c1f6594e8f489b42.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fc2050e702e33a49.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4881fbe893ab3e36.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-ecaac2abc659cbdc.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-6b7dc29ee32426de.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-7e7553f44400766b.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-b1fab63ab540fe54.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-157f651173c250bf.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64 --document-private-items -D warnings --error-format human`
112022026-09-15T04:14:22.678Z
112032026-09-15T04:14:22.678Zrunning 0 tests
112042026-09-15T04:14:22.678Z
112052026-09-15T04:14:22.678Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112062026-09-15T04:14:22.678Z
112072026-09-15T04:14:22.711Z Doc-tests nexus_switch_config
112082026-09-15T04:14:22.711Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_switch_config --test nexus/switch-config/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/switch-config -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-384b5883c9cfe350.rlib --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-acdd857e4a411278.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112092026-09-15T04:14:22.986Z
112102026-09-15T04:14:22.986Zrunning 0 tests
112112026-09-15T04:14:22.986Z
112122026-09-15T04:14:22.986Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112132026-09-15T04:14:22.986Z
112142026-09-15T04:14:23.015Z Doc-tests nexus_switch_config_preparation
112152026-09-15T04:14:23.018Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_switch_config_preparation --test nexus/switch-config/preparation/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/switch-config/preparation -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-384b5883c9cfe350.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fc2050e702e33a49.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4881fbe893ab3e36.rlib --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-acdd857e4a411278.rlib --extern nexus_switch_config_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config_preparation-832d527841009764.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 --document-private-items -D warnings --error-format human`
112162026-09-15T04:14:23.396Z
112172026-09-15T04:14:23.396Zrunning 0 tests
112182026-09-15T04:14:23.396Z
112192026-09-15T04:14:23.396Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112202026-09-15T04:14:23.396Z
112212026-09-15T04:14:23.436Z Doc-tests nexus_test_interface
112222026-09-15T04:14:23.436Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_test_interface --test nexus/test-interface/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/test-interface -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8b7b2e9ebde7c257.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-8b3f418faa0fe246.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4881fbe893ab3e36.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ba6026acb0b87e30.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_debug_dropbox=/work/oxidecomputer/omicron/target/debug/deps/libomicron_debug_dropbox-decbc3119b08a51b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 --document-private-items -D warnings --error-format human`
112232026-09-15T04:14:23.822Z
112242026-09-15T04:14:23.822Zrunning 0 tests
112252026-09-15T04:14:23.822Z
112262026-09-15T04:14:23.822Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112272026-09-15T04:14:23.823Z
112282026-09-15T04:14:23.861Z Doc-tests nexus_test_utils
112292026-09-15T04:14:23.865Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_test_utils --test nexus/test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/test-utils -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8b7b2e9ebde7c257.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-65f701cd80f5eac1.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-3258c8f25334bd1d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-95ea99b300116b1f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ee2e4ac302948d5f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8eeef770103af252.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f7a1adc56f8899f4.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-e435e3425619f276.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b21f4539bd46e3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-11326159470257f9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-43c2876563805539.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-8b3f418faa0fe246.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4881fbe893ab3e36.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-db1710f1650e299a.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-9cfeeecb2fd17e1c.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ba6026acb0b87e30.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-6b7dc29ee32426de.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-e2a7c84c02d554af.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-64564d620766fb62.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_debug_dropbox=/work/oxidecomputer/omicron/target/debug/deps/libomicron_debug_dropbox-decbc3119b08a51b.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-308f0204c87e6f29.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-94b84189ec577910.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da9b92cb69636995.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-cb4a17a81ac15ff9.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-a65c8c7600e26b16.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-b1fab63ab540fe54.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-4d6255ea0ebdcbd9.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2d667dc97a18a72b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8abc38b4608f96b7.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4e06b03adca01890.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-67b1a21c2d505d83.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="omicron-dev"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("omicron-dev"))' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64 --document-private-items -D warnings --error-format human`
112302026-09-15T04:14:24.383Z
112312026-09-15T04:14:24.383Zrunning 0 tests
112322026-09-15T04:14:24.383Z
112332026-09-15T04:14:24.383Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112342026-09-15T04:14:24.383Z
112352026-09-15T04:14:24.430Z Doc-tests nexus_test_utils_macros
112362026-09-15T04:14:24.430Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type proc-macro --color always --crate-name nexus_test_utils_macros --test nexus/test-utils-macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/test-utils-macros -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-7e7553f44400766b.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112372026-09-15T04:14:24.480Z
112382026-09-15T04:14:24.480Zrunning 1 test
112392026-09-15T04:14:24.483Ztest nexus/test-utils-macros/src/lib.rs - nexus_test (line 62) ... ignored
112402026-09-15T04:14:24.483Z
112412026-09-15T04:14:24.483Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
112422026-09-15T04:14:24.483Z
112432026-09-15T04:14:24.489Z Doc-tests nexus_types
112442026-09-15T04:14:24.489Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_types --test nexus/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/types -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-18828d6033a378fd.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8b7b2e9ebde7c257.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-30b3c1f4285918db.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-77736f3c35d4a4b8.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-6ae3743cbf3b1fa1.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-b204df21dbd8d7dd.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-2f892cc0986a716b.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8a3ae8e67452c024.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a6c3252379a66c5.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-fd773f1aaff6b9ea.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-a8f9954c45614da6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-b38ea0edf80b482b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-384b5883c9cfe350.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-0971dfdbc3426724.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-8a4ad75520c58904.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-e2a7c84c02d554af.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-308f0204c87e6f29.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-6cce0bc98f3e1f35.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d04f08a445a4a0f4.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-2e33ca5688288ea7.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-dc0a97fda5ff008b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-33d3def4429cf461.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-bfbe0f064f22962b.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c9efdcc507723cfe.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-486db2be12acbdc1.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-520e79432e611323.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-69b7b5ef8aa13716.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-157f651173c250bf.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2c98d7798085936d.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-ffb315459a2ad208.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-00ef578645e692ad.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-213efebf5ce581a0.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-c1e17c7b534315f1.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-ac02d16f97a48ace.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-72f8271b6a33c915.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112452026-09-15T04:14:36.757Z
112462026-09-15T04:14:36.757Zrunning 4 tests
112472026-09-15T04:14:36.762Ztest nexus/types/src/deployment.rs - deployment::BlueprintDatasetDisposition::any (line 3353) ... ignored
112482026-09-15T04:14:36.762Ztest nexus/types/src/deployment.rs - deployment::BlueprintPhysicalDiskDisposition::any (line 3225) ... ignored
112492026-09-15T04:14:36.762Ztest nexus/types/src/deployment.rs - deployment::BlueprintZoneDisposition::any (line 2063) ... ignored
112502026-09-15T04:14:36.767Ztest nexus/types/src/fm/ereport.rs - fm::ereport::EreportFilters (line 249) ... ok
112512026-09-15T04:14:36.767Z
112522026-09-15T04:14:36.767Ztest result: ok. 1 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.01s
112532026-09-15T04:14:36.767Z
112542026-09-15T04:14:36.795Zall doctests ran in 10.25s; merged doctests compilation took 10.21s
112552026-09-15T04:14:36.899Z Doc-tests nexus_types_versions
112562026-09-15T04:14:36.899Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name nexus_types_versions --test nexus/types/versions/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/types/versions -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-18828d6033a378fd.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-e3a326d06017962d.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-89741af91b86b4b3.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-e2a7c84c02d554af.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-308f0204c87e6f29.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-6cce0bc98f3e1f35.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-bfbe0f064f22962b.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c9efdcc507723cfe.rlib --extern lldp_protocol=/work/oxidecomputer/omicron/target/debug/deps/libprotocol-1fa4c9c542188ad8.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-69b7b5ef8aa13716.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-213efebf5ce581a0.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-72f8271b6a33c915.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112572026-09-15T04:14:39.995Z
112582026-09-15T04:14:39.995Zrunning 1 test
112592026-09-15T04:14:39.995Ztest nexus/types/versions/src/lib.rs - (line 17) ... ignored
112602026-09-15T04:14:39.995Z
112612026-09-15T04:14:39.995Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
112622026-09-15T04:14:39.995Z
112632026-09-15T04:14:39.998Zall doctests ran in 0.39s; merged doctests compilation took 0.38s
112642026-09-15T04:14:40.104Z Doc-tests ntp_admin_api
112652026-09-15T04:14:40.105Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name ntp_admin_api --test ntp-admin/api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ntp-admin/api -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-34e761c9cdad863d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-11e72818ab888189.rlib --extern ntp_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types_versions-f6459547b4631d74.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112662026-09-15T04:14:40.610Z
112672026-09-15T04:14:40.610Zrunning 2 tests
112682026-09-15T04:14:40.610Ztest ntp-admin/api/src/lib.rs - ntp_admin_api_mod::api_description (line 31) ... ignored
112692026-09-15T04:14:40.610Ztest ntp-admin/api/src/lib.rs - ntp_admin_api_mod::stub_api_description (line 37) ... ignored
112702026-09-15T04:14:40.610Z
112712026-09-15T04:14:40.610Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
112722026-09-15T04:14:40.610Z
112732026-09-15T04:14:40.614Zall doctests ran in 0.38s; merged doctests compilation took 0.38s
112742026-09-15T04:14:40.632Z Doc-tests ntp_admin_client
112752026-09-15T04:14:40.632Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name ntp_admin_client --test clients/ntp-admin-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/ntp-admin-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-e00ed5c798a2111b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112762026-09-15T04:14:40.778Z
112772026-09-15T04:14:40.778Zrunning 0 tests
112782026-09-15T04:14:40.778Z
112792026-09-15T04:14:40.778Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112802026-09-15T04:14:40.778Z
112812026-09-15T04:14:40.794Z Doc-tests ntp_admin_types
112822026-09-15T04:14:40.794Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name ntp_admin_types --test ntp-admin/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ntp-admin/types -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-4a96eede9ac8d76c.rlib --extern ntp_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types_versions-f6459547b4631d74.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.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`
112832026-09-15T04:14:40.852Z
112842026-09-15T04:14:40.852Zrunning 0 tests
112852026-09-15T04:14:40.852Z
112862026-09-15T04:14:40.852Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
112872026-09-15T04:14:40.852Z
112882026-09-15T04:14:40.860Z Doc-tests ntp_admin_types_versions
112892026-09-15T04:14:40.860Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name ntp_admin_types_versions --test ntp-admin/types/versions/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ntp-admin/types/versions -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern ntp_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types_versions-f6459547b4631d74.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112902026-09-15T04:14:41.313Z
112912026-09-15T04:14:41.313Zrunning 1 test
112922026-09-15T04:14:41.313Ztest ntp-admin/types/versions/src/lib.rs - (line 17) ... ignored
112932026-09-15T04:14:41.313Z
112942026-09-15T04:14:41.313Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
112952026-09-15T04:14:41.313Z
112962026-09-15T04:14:41.317Zall doctests ran in 0.38s; merged doctests compilation took 0.37s
112972026-09-15T04:14:41.330Z Doc-tests omicron_certificates
112982026-09-15T04:14:41.330Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_certificates --test certificates/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/certificates -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-5ec1cd83469ea280.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-1f1661ffe702406c.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-276500baa0bff1a7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-6cce0bc98f3e1f35.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-8989cd298eafc0c4.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-2a5a4d2fbeb7e66b.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
112992026-09-15T04:14:41.523Z
113002026-09-15T04:14:41.523Zrunning 0 tests
113012026-09-15T04:14:41.523Z
113022026-09-15T04:14:41.523Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113032026-09-15T04:14:41.523Z
113042026-09-15T04:14:41.545Z Doc-tests omicron_clickhouse_admin
113052026-09-15T04:14:41.545Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_clickhouse_admin --test clickhouse-admin/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clickhouse-admin -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-707cf7ae1ceaebe2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-a43aa449d59a6cd2.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-2b2ce2d04192b55a.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-30b3c1f4285918db.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-db5342acb6fe432a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-039c0a5661b362fd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-9dc4a2e221815707.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-19bb5731071ccc1e.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-43c55b0f49f9feb6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da9b92cb69636995.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-33d3def4429cf461.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-f7d09d4b8fdfeb45.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8abc38b4608f96b7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-72f8271b6a33c915.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113062026-09-15T04:14:41.890Z
113072026-09-15T04:14:41.890Zrunning 0 tests
113082026-09-15T04:14:41.890Z
113092026-09-15T04:14:41.890Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113102026-09-15T04:14:41.890Z
113112026-09-15T04:14:41.925Z Doc-tests omicron_cockroach_admin
113122026-09-15T04:14:41.925Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_cockroach_admin --test cockroach-admin/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/cockroach-admin -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-94318733bb2785ff.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-77736f3c35d4a4b8.rlib --extern cockroach_admin_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types_versions-0888a51597437a49.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-9f2ff1acfcfd0869.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-6b7dc29ee32426de.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-64564d620766fb62.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-19bb5731071ccc1e.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-43c55b0f49f9feb6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8abc38b4608f96b7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-72f8271b6a33c915.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`
113132026-09-15T04:14:42.194Z
113142026-09-15T04:14:42.194Zrunning 0 tests
113152026-09-15T04:14:42.194Z
113162026-09-15T04:14:42.194Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113172026-09-15T04:14:42.194Z
113182026-09-15T04:14:42.221Z Doc-tests omicron_cockroach_metrics
113192026-09-15T04:14:42.221Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_cockroach_metrics --test cockroach-metrics/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/cockroach-metrics -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-bbf2979e7369be72.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-77736f3c35d4a4b8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-473a2e16de50744b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-06f54a0c0ab204df.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.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`
113202026-09-15T04:14:44.184Z
113212026-09-15T04:14:44.184Zrunning 1 test
113222026-09-15T04:14:44.188Ztest cockroach-metrics/src/lib.rs - CockroachClusterAdminClient (line 123) - compile ... ok
113232026-09-15T04:14:44.188Z
113242026-09-15T04:14:44.188Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113252026-09-15T04:14:44.188Z
113262026-09-15T04:14:44.191Zall doctests ran in 1.81s; merged doctests compilation took 1.80s
113272026-09-15T04:14:44.215Z Doc-tests omicron_common
113282026-09-15T04:14:44.215Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_common --test common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/common -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-18828d6033a378fd.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-8a995efda59a0b80.rlib --extern backon=/work/oxidecomputer/omicron/target/debug/deps/libbackon-bba67040a6645465.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-fd773f1aaff6b9ea.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-384b5883c9cfe350.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-40be45cc1061c5ce.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c9efdcc507723cfe.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-f33b5e798654e53b.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-bc56cc3da71baa56.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-4d6255ea0ebdcbd9.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-520e79432e611323.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' --document-private-items -D warnings --error-format human`
113292026-09-15T04:14:49.699Z
113302026-09-15T04:14:49.699Zrunning 3 tests
113312026-09-15T04:14:49.702Ztest common/src/lib.rs - FileKv (line 36) ... ignored
113322026-09-15T04:14:49.705Ztest common/src/lib.rs - BytesToHexDebug (line 151) ... ok
113332026-09-15T04:14:49.705Ztest common/src/api/external/error.rs - api::external::error::InternalContext (line 619) ... ok
113342026-09-15T04:14:49.705Z
113352026-09-15T04:14:49.705Ztest result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.01s
113362026-09-15T04:14:49.705Z
113372026-09-15T04:14:49.718Zall doctests ran in 4.78s; merged doctests compilation took 4.75s
113382026-09-15T04:14:49.767Z Doc-tests omicron_ddm_admin_client
113392026-09-15T04:14:49.768Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_ddm_admin_client --test clients/ddm-admin-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/ddm-admin-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libddm_admin_client-d29db20ca5b408a5.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-2f892cc0986a716b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0198ea1645c31763.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-f33b5e798654e53b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113402026-09-15T04:14:49.976Z
113412026-09-15T04:14:49.976Zrunning 0 tests
113422026-09-15T04:14:49.976Z
113432026-09-15T04:14:49.976Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113442026-09-15T04:14:49.976Z
113452026-09-15T04:14:49.999Z Doc-tests omicron_deployment_graph
113462026-09-15T04:14:49.999Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_deployment_graph --test dev-tools/omicron-deployment-graph/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-8a4ad75520c58904.rlib --extern omicron_deployment_graph=/work/oxidecomputer/omicron/target/debug/deps/libomicron_deployment_graph-f7a894c60b8e934a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113472026-09-15T04:14:50.055Z
113482026-09-15T04:14:50.055Zrunning 0 tests
113492026-09-15T04:14:50.055Z
113502026-09-15T04:14:50.055Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113512026-09-15T04:14:50.055Z
113522026-09-15T04:14:50.063Z Doc-tests omicron_dev_lib
113532026-09-15T04:14:50.066Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_dev_lib --test dev-tools/omicron-dev-lib/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/omicron-dev-lib -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-f7a5357cb15e97be.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
113542026-09-15T04:14:50.352Z
113552026-09-15T04:14:50.352Zrunning 0 tests
113562026-09-15T04:14:50.353Z
113572026-09-15T04:14:50.353Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113582026-09-15T04:14:50.353Z
113592026-09-15T04:14:50.381Z Doc-tests omicron_gateway
113602026-09-15T04:14:50.381Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_gateway --test gateway/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8a3ae8e67452c024.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-51781be733b3cd37.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a6c3252379a66c5.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ee2e4ac302948d5f.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-1558fb88833fdf6b.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8eeef770103af252.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rlib --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-a8dc07033505663f.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-11326159470257f9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-4212176f06f6884a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-d235ea634cb9c687.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da9b92cb69636995.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d2af3962a96e0632.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-a65c8c7600e26b16.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-b1fab63ab540fe54.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95c60d69048b2f72.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-b508a3ff452e0310.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-fb99f6102bff0d81.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-295dbb2fcc65f679.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-d7104470457fdb4a.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-904d443341801caf.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-15T04:14:50.872Z
113622026-09-15T04:14:50.872Zrunning 0 tests
113632026-09-15T04:14:50.872Z
113642026-09-15T04:14:50.872Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113652026-09-15T04:14:50.872Z
113662026-09-15T04:14:50.911Z Doc-tests omicron_generation_kinds
113672026-09-15T04:14:50.911Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_generation_kinds --test generation-kinds/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/generation-kinds -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern oxide_generation=/work/oxidecomputer/omicron/target/debug/deps/liboxide_generation-97406f1daba247f9.rlib --extern oxide_generation_macros=/work/oxidecomputer/omicron/target/debug/deps/liboxide_generation_macros-c5b55efb85d92178.so -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="slog2"' --cfg 'feature="std"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "schemars08", "serde", "slog2", "std", "testing"))' --document-private-items -D warnings --error-format human`
113682026-09-15T04:14:50.989Z
113692026-09-15T04:14:50.989Zrunning 0 tests
113702026-09-15T04:14:50.989Z
113712026-09-15T04:14:50.989Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113722026-09-15T04:14:50.989Z
113732026-09-15T04:14:50.998Z Doc-tests omicron_git_version
113742026-09-15T04:14:50.998Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_git_version --test git-version/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/git-version -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern omicron_git_version=/work/oxidecomputer/omicron/target/debug/deps/libomicron_git_version-5b2cf2f904c73b41.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-520e79432e611323.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-15T04:14:51.061Z
113762026-09-15T04:14:51.061Zrunning 0 tests
113772026-09-15T04:14:51.061Z
113782026-09-15T04:14:51.061Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113792026-09-15T04:14:51.061Z
113802026-09-15T04:14:51.070Z Doc-tests omicron_ledger
113812026-09-15T04:14:51.070Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_ledger --test ledger/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ledger -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-30d6cf26f3e64a88.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-40be45cc1061c5ce.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.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-15T04:14:51.147Z
113832026-09-15T04:14:51.147Zrunning 0 tests
113842026-09-15T04:14:51.147Z
113852026-09-15T04:14:51.147Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113862026-09-15T04:14:51.147Z
113872026-09-15T04:14:51.158Z Doc-tests omicron_ls_apis
113882026-09-15T04:14:51.158Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_ls_apis --test dev-tools/ls-apis/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/ls-apis -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-5155e9a22ee90aa4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-a8f9954c45614da6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-8a4ad75520c58904.rlib --extern omicron_deployment_graph=/work/oxidecomputer/omicron/target/debug/deps/libomicron_deployment_graph-f7a894c60b8e934a.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-ed61c5df94faa430.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-9ac9a28f78b327de.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c9efdcc507723cfe.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0de20df312798682.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2c98d7798085936d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.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`
113892026-09-15T04:14:51.346Z
113902026-09-15T04:14:51.346Zrunning 0 tests
113912026-09-15T04:14:51.346Z
113922026-09-15T04:14:51.346Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
113932026-09-15T04:14:51.346Z
113942026-09-15T04:14:51.363Z Doc-tests omicron_nexus
113952026-09-15T04:14:51.367Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_nexus --test nexus/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-274bf28b24d0a9db.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8b7b2e9ebde7c257.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-c7927cdb9847c108.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-5b93e87315b42afc.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-6ec0adb6282304ce.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-49012faef9cfca90.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-4080cdc10a421036.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-bbf2979e7369be72.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-7c377b1087dd1298.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-65f701cd80f5eac1.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-94ce42e3c2556011.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-27840ab51e5d0e43.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-ce52d0252545829b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-5ec1cd83469ea280.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d89d3e39900a35ba.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-3258c8f25334bd1d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-95ea99b300116b1f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern ereport_types=/work/oxidecomputer/omicron/target/debug/deps/libereport_types-8a3ae8e67452c024.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-c6ad66728a1f7c05.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4eb8e677ff21afe8.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a6c3252379a66c5.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ee2e4ac302948d5f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8eeef770103af252.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f7a1adc56f8899f4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-e435e3425619f276.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-656a16477c3e4dd7.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b21f4539bd46e3.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-6b965b52841a5d7f.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-49f5d8277ca84cd5.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-bea3e5c996983297.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-11326159470257f9.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-b1d92761482d9115.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-4fa200b3d02032b8.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-b38ea0edf80b482b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-384b5883c9cfe350.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6f3ab8716908876b.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-a1f7a4772891feab.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-a07bfbf502fff96e.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-e3a326d06017962d.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-89741af91b86b4b3.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-c1f6594e8f489b42.rlib --extern nexus_background_task_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_background_task_interface-b21efbab9c3d9cd1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-43c2876563805539.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-8b3f418faa0fe246.rlib --extern nexus_db_lookup=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_lookup-2580810b65a7b75a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fc2050e702e33a49.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4881fbe893ab3e36.rlib --extern nexus_db_schema=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_schema-4cf12e333f64223c.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-0c3679e3b54107c0.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-33c09537eb2e1a2d.rlib --extern nexus_fm=/work/oxidecomputer/omicron/target/debug/deps/libnexus_fm-6e5bd53b78186df0.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-6c4c44956cf2af5d.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e1ed9732e870e072.rlib --extern nexus_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_api-9b720a3debdec737.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-db1710f1650e299a.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-f2c1b732a6ca470b.rlib --extern nexus_mgs_updates=/work/oxidecomputer/omicron/target/debug/deps/libnexus_mgs_updates-080045aec0041107.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-9f60a5144d3a6ba8.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-faf704dbf0883e86.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-9cfeeecb2fd17e1c.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-1d62fd0ca17fa97b.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-3a6a4251308cf34b.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-ecaac2abc659cbdc.rlib --extern nexus_switch_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config-acdd857e4a411278.rlib --extern nexus_switch_config_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_switch_config_preparation-832d527841009764.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-ba6026acb0b87e30.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-6b7dc29ee32426de.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-7e7553f44400766b.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern nexus_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types_versions-e2a7c84c02d554af.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-e00ed5c798a2111b.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-1af496fd5ab035aa.rlib --extern omicron_cockroach_metrics=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_metrics-473a2e16de50744b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_debug_dropbox=/work/oxidecomputer/omicron/target/debug/deps/libomicron_debug_dropbox-decbc3119b08a51b.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-eb7d935b698e550c.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-308f0204c87e6f29.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-94b84189ec577910.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-19bb5731071ccc1e.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-43c55b0f49f9feb6.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-6cce0bc98f3e1f35.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-39060f20c7084105.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-2e33ca5688288ea7.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-dc0a97fda5ff008b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da9b92cb69636995.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8deb29f318ec0137.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-cb4a17a81ac15ff9.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-33d3def4429cf461.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d2af3962a96e0632.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-a65c8c7600e26b16.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-bfbe0f064f22962b.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-06f54a0c0ab204df.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c9efdcc507723cfe.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3abc053f4411f86b.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-bad34ca77d4ced2b.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0de20df312798682.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-b1fab63ab540fe54.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-f33b5e798654e53b.rlib --extern progenitor_extras=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_extras-bc56cc3da71baa56.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-bb89a29abdaf9acb.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-e08130b483600558.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-39ead8f8ee1f9a10.rlib --extern raw_cpuid=/work/oxidecomputer/omicron/target/debug/deps/libraw_cpuid-5da5b880462cda97.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-2a5a4d2fbeb7e66b.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-486db2be12acbdc1.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-5f249a94a98632d0.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-71bae07553df3d6d.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a00b12ef41f33166.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-3c4c38c24af6348d.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-73faca2b25abd4c5.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern scim2_rs=/work/oxidecomputer/omicron/target/debug/deps/libscim2_rs-bac9ed1fab7e3a17.rlib --extern scim2_test_client=/work/oxidecomputer/omicron/target/debug/deps/libscim2_test_client-46c1a0698c8f1286.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern seq_macro=/work/oxidecomputer/omicron/target/debug/deps/libseq_macro-40b0ae1304dff841.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-4d6255ea0ebdcbd9.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-520e79432e611323.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-bb371b07d28f574c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2d667dc97a18a72b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-69b7b5ef8aa13716.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-fb99f6102bff0d81.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-bfc5ccdff2db0195.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-157f651173c250bf.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-9e34663f23b0ec3a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2c98d7798085936d.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-a61a9cb9599feb37.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8abc38b4608f96b7.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4e06b03adca01890.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-67b1a21c2d505d83.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-6ab79d5f5b3744f5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-72f8271b6a33c915.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-904d443341801caf.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("multicast"))' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 -C link-arg=-Wl,-R/usr/lib/fm/amd64 --document-private-items -D warnings --error-format human`
113962026-09-15T04:15:00.091Z
113972026-09-15T04:15:00.091Zrunning 6 tests
113982026-09-15T04:15:00.094Ztest nexus/src/app/background/tasks/multicast/members.rs - app::background::tasks::multicast::members::MulticastGroupReconciler::refresh_sled_mapping_cache (line 2508) ... ignored
113992026-09-15T04:15:00.094Ztest nexus/src/app/sagas/mod.rs - app::sagas::declare_saga_actions (line 260) ... ignored
114002026-09-15T04:15:00.097Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 1111) ... ok
114012026-09-15T04:15:00.100Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 1081) ... ok
114022026-09-15T04:15:00.100Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 1039) ... ok
114032026-09-15T04:15:00.100Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 1017) ... ok
114042026-09-15T04:15:00.100Z
114052026-09-15T04:15:00.101Ztest result: ok. 4 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.01s
114062026-09-15T04:15:00.101Z
114072026-09-15T04:15:00.110Zall doctests ran in 6.72s; merged doctests compilation took 6.70s
114082026-09-15T04:15:00.230Z Doc-tests omicron_ntp_admin
114092026-09-15T04:15:00.230Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_ntp_admin --test ntp-admin/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ntp-admin -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-6b7dc29ee32426de.rlib --extern ntp_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_api-11e72818ab888189.rlib --extern ntp_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_types-4a96eede9ac8d76c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_ntp_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ntp_admin-0db3889ef3d5140e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-19bb5731071ccc1e.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-43c55b0f49f9feb6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8abc38b4608f96b7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-72f8271b6a33c915.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`
114102026-09-15T04:15:00.446Z
114112026-09-15T04:15:00.446Zrunning 1 test
114122026-09-15T04:15:00.450Ztest ntp-admin/src/http_entrypoints.rs - http_entrypoints::compute_max_error (line 152) ... ignored
114132026-09-15T04:15:00.450Z
114142026-09-15T04:15:00.450Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
114152026-09-15T04:15:00.450Z
114162026-09-15T04:15:00.468Z Doc-tests omicron_package
114172026-09-15T04:15:00.468Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_package --test package/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/package -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-5155e9a22ee90aa4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern dev_tools_common=/work/oxidecomputer/omicron/target/debug/deps/libdev_tools_common-ae6ec4353b440d0b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-a8f9954c45614da6.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-2103a7c365bf290e.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-4dfcdb8c66176037.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-9ac9a28f78b327de.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0de20df312798682.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-263f7112b196b016.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-41deb9e6efae2e1b.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-918e3c4e893e5650.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-b669c6075079eafe.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c95b470fa7fe6268.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-bb0402933484d4f9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-32d617f53e2154a1.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
114182026-09-15T04:15:00.615Z
114192026-09-15T04:15:00.615Zrunning 0 tests
114202026-09-15T04:15:00.615Z
114212026-09-15T04:15:00.615Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114222026-09-15T04:15:00.615Z
114232026-09-15T04:15:00.633Z Doc-tests omicron_passwords
114242026-09-15T04:15:00.633Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_passwords --test passwords/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/passwords -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-f6bb609b3f550cef.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-7c377b1087dd1298.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-308f0204c87e6f29.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-41ac2d17202de6c2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-605610ac2edb8b90.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-520e79432e611323.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
114252026-09-15T04:15:00.721Z
114262026-09-15T04:15:00.721Zrunning 0 tests
114272026-09-15T04:15:00.721Z
114282026-09-15T04:15:00.721Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114292026-09-15T04:15:00.722Z
114302026-09-15T04:15:00.732Z Doc-tests omicron_pins
114312026-09-15T04:15:00.732Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_pins --test dev-tools/pins/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/pins -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-5155e9a22ee90aa4.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-33cf399a252efde4.rlib --extern omicron_pins=/work/oxidecomputer/omicron/target/debug/deps/libomicron_pins-2bd68dede20b10bf.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-f21c1d627623f3ff.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`
114322026-09-15T04:15:00.795Z
114332026-09-15T04:15:00.795Zrunning 0 tests
114342026-09-15T04:15:00.795Z
114352026-09-15T04:15:00.796Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114362026-09-15T04:15:00.796Z
114372026-09-15T04:15:00.804Z Doc-tests omicron_repl_utils
114382026-09-15T04:15:00.804Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_repl_utils --test dev-tools/repl-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/repl-utils -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-3229c7476200d5ef.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-4b2d53e65fcfcc61.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
114392026-09-15T04:15:00.860Z
114402026-09-15T04:15:00.860Zrunning 0 tests
114412026-09-15T04:15:00.860Z
114422026-09-15T04:15:00.860Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114432026-09-15T04:15:00.860Z
114442026-09-15T04:15:00.867Z Doc-tests omicron_rpaths
114452026-09-15T04:15:00.867Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_rpaths --test rpaths/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/rpaths -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-513f19cf4ca03115.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.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`
114462026-09-15T04:15:00.904Z
114472026-09-15T04:15:00.904Zrunning 0 tests
114482026-09-15T04:15:00.904Z
114492026-09-15T04:15:00.904Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114502026-09-15T04:15:00.904Z
114512026-09-15T04:15:00.910Z Doc-tests omicron_sled_agent
114522026-09-15T04:15:00.913Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_sled_agent --test sled-agent/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-30d6cf26f3e64a88.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c9d5b4c6c8a4a186.rlib --extern bootstrap_agent_lockstep_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_api-f5d7f573e387067a.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8b7b2e9ebde7c257.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-5b93e87315b42afc.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-30b3c1f4285918db.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-65f701cd80f5eac1.rlib --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-a0d7bce1927ddf41.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-82589cfa58309ddd.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-5ec1cd83469ea280.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4eb8e677ff21afe8.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-039c0a5661b362fd.rlib --extern fmd_adm=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm-d246b2e056ea92c3.rlib --extern fmd_adm_sys=/work/oxidecomputer/omicron/target/debug/deps/libfmd_adm_sys-ad80cecb0ea7b65e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-32e11cbbb0cbd818.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-2e8048fc49df56ba.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-666be0b46fcb67b0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b21f4539bd46e3.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-54ea2634f4c28de7.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-11326159470257f9.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-4fa200b3d02032b8.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-78480e2ceb8e8e17.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-384b5883c9cfe350.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-0dffbe3aa872bc8e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-43c2876563805539.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-8b3f418faa0fe246.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-db1710f1650e299a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-70d26705e78829f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0198ea1645c31763.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-40be45cc1061c5ce.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-94b84189ec577910.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-f7bbc109a87a1012.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da9b92cb69636995.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d2af3962a96e0632.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-a65c8c7600e26b16.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-b1fab63ab540fe54.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-bb89a29abdaf9acb.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-6a8c9a146d75aba6.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-66a99f903956db63.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-39ead8f8ee1f9a10.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-fcfed21e523e97a9.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-9bde9270cd06758b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-605610ac2edb8b90.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-95c60d69048b2f72.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-088aca85d188eb59.rlib --extern sled_agent_bootstrap_common=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_bootstrap_common-691cc3586695174c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2d667dc97a18a72b.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-f39b3768afebd3c9.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-e96eee16479a1622.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-aac489304b10c579.rlib --extern sled_agent_multirack_join=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_multirack_join-a84b369527e17f31.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-450f9a0e1538ed9a.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-a5f94283efc0e518.rlib --extern sled_agent_scrimlet_reconcilers=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_scrimlet_reconcilers-5e2f7350981dc205.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-69b7b5ef8aa13716.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-5add9b2c6d4edad1.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-918e3c4e893e5650.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-48e2f271cd55ed96.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-c95b470fa7fe6268.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-fb99f6102bff0d81.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-6db62e69810c44c9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-bb0402933484d4f9.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-b800997bcfce769b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-295dbb2fcc65f679.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4e06b03adca01890.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-67b1a21c2d505d83.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-fab08f9a0ae42703.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-c1e17c7b534315f1.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern tufaceous_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_brand_metadata-55633ce249dc36ab.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-32d617f53e2154a1.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-e02a3c7c21da7b34.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-feaa5555453c375a.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-904d443341801caf.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-8eae445cf48844a4.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`
114532026-09-15T04:15:01.879Z
114542026-09-15T04:15:01.879Zrunning 0 tests
114552026-09-15T04:15:01.879Z
114562026-09-15T04:15:01.879Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114572026-09-15T04:15:01.879Z
114582026-09-15T04:15:01.941Z Doc-tests omicron_test_utils
114592026-09-15T04:15:01.944Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_test_utils --test test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/test-utils -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-30d6cf26f3e64a88.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-642f432538a6b2f9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-4d70db72340caa1d.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f7a1adc56f8899f4.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-8b3f418faa0fe246.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_debug_dropbox=/work/oxidecomputer/omicron/target/debug/deps/libomicron_debug_dropbox-decbc3119b08a51b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-bad34ca77d4ced2b.rlib --extern port_file=/work/oxidecomputer/omicron/target/debug/deps/libport_file-ee72e95af4dd1c2b.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-2a5a4d2fbeb7e66b.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a00b12ef41f33166.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-bb0402933484d4f9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8abc38b4608f96b7.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-32d617f53e2154a1.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="seed-gen"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("seed-gen"))' --document-private-items -D warnings --error-format human`
114602026-09-15T04:15:13.506Z
114612026-09-15T04:15:13.506Zrunning 2 tests
114622026-09-15T04:15:13.520Ztest test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::section (line 280) ... ok
114632026-09-15T04:15:13.523Ztest test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::field (line 223) ... ok
114642026-09-15T04:15:13.524Z
114652026-09-15T04:15:13.524Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
114662026-09-15T04:15:13.524Z
114672026-09-15T04:15:13.553Z
114682026-09-15T04:15:13.554Zrunning 1 test
114692026-09-15T04:15:13.557Ztest test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::section (line 268) ... ignored
114702026-09-15T04:15:13.557Z
114712026-09-15T04:15:13.557Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
114722026-09-15T04:15:13.557Z
114732026-09-15T04:15:13.557Zall doctests ran in 11.24s; merged doctests compilation took 11.18s
114742026-09-15T04:15:13.603Z Doc-tests omicron_uuid_kinds
114752026-09-15T04:15:13.603Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_uuid_kinds --test uuid-kinds/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/uuid-kinds -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-0971dfdbc3426724.rlib --extern newtype_uuid_macros=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid_macros-de6a7696c5ed2084.so --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-3abc053f4411f86b.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.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`
114762026-09-15T04:15:13.736Z
114772026-09-15T04:15:13.736Zrunning 0 tests
114782026-09-15T04:15:13.736Z
114792026-09-15T04:15:13.736Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114802026-09-15T04:15:13.736Z
114812026-09-15T04:15:13.751Z Doc-tests omicron_workspace_hack
114822026-09-15T04:15:13.755Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name omicron_workspace_hack --test workspace-hack/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/workspace-hack -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-002d1b10f06c31e0.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-dbb806304b87bd02.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-216bfd816f8ebcfb.rlib --extern aws_lc_sys=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_sys-479e5536fbc197c9.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-9a7d9066824188ca.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-4641a7d020b1e261.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b0c20064e4257887.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-3948ba2719554b61.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-61dca3a0d5526e42.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-c7927cdb9847c108.rlib --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-3a87de3ab3eac852.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-457119b7b5d0ad55.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-b3b8a042fb99e0b6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-f35c2408c7f16a1e.rlib --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-ba57704941fdbd49.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-6ae3743cbf3b1fa1.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-c2ea5a3e72737bc1.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-50e9efe714b4e28a.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-8b52857e14497030.rlib --extern crypto_common_c65f7effa3be6d31=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-2485650c47585fb6.rlib --extern crypto_common_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-fbb8059747997d16.rlib --extern ctutils=/work/oxidecomputer/omicron/target/debug/deps/libctutils-2d1a5e6b7b265c07.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-d3b13ba2ae292ea3.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-f9cb17c5fc4ad8cd.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-e723dca237d80cfa.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-8ad9980a0f203a00.rlib --extern digest_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libdigest-bb74a95d46416a86.rlib --extern digest_a6292c17cd707f01=/work/oxidecomputer/omicron/target/debug/deps/libdigest-93a1365be822cb8b.rlib --extern dof_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libdof-4c3621c4263fa118.rlib --extern dof_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libdof-b859805c6827e7d0.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-2aae56dabc2c1819.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-2f892cc0986a716b.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-543ecd076fef1908.rlib --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-fff538b88af305f1.rlib --extern errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-db9c655ed119b5fc.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-9483917ec6c54662.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4eb8e677ff21afe8.rlib --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-ebc869414e836213.rlib --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-31aa278f1a6bdad7.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-33cf399a252efde4.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-5f8bf403f358d16e.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-f57b0cec2750c1f6.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-8b18dc3fcc726a8b.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-99d474ad3e9ebc5e.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-20dba1b7e6ddb3f5.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ee2e4ac302948d5f.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-646c77236a189ca0.rlib --extern getrandom_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-53a24cd2896410db.rlib --extern getrandom_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-5d1a82fc3b083576.rlib --extern getrandom_9fbad63c4bcf4a8f=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-21201851a35fa059.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-af4f34762ba19bdb.rlib --extern hashbrown_3575ec1268b04181=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-24e9546b5dd3595e.rlib --extern hashbrown_986da7b5efc2b80e=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-9b9383e555f45b6e.rlib --extern hashbrown_9067fe90e8c1f593=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-9d3880c4e221e58e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-2d97cea01ac59601.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-656a16477c3e4dd7.rlib --extern hybrid_array=/work/oxidecomputer/omicron/target/debug/deps/libhybrid_array-325176a3dca9d981.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-11326159470257f9.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-b1d92761482d9115.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-6f6d2d54db09521f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-90be52b2e0a64ba1.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-df56548816dd36a4.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-1bb058025b3020a0.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-b38ea0edf80b482b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-384b5883c9cfe350.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-daa2bccd3b7a4092.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6f3ab8716908876b.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-af56003b6d749e39.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-f2541ba6c8c9160c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-a96344eae1a3d1f9.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-62c61abfd0e56c79.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-054bf847d36a6b9e.rlib --extern miette=/work/oxidecomputer/omicron/target/debug/deps/libmiette-70755f0c61735f96.rlib --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-62db240d7db1f22c.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-242fe92aa751b4a7.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-0971dfdbc3426724.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-70d26705e78829f0.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-387c6eb671581075.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-1af496fd5ab035aa.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-7a57feef8f4f1781.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-6c9795a397cfc660.rlib --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-1a603f14caba9997.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0875c71ea664a892.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-43c55b0f49f9feb6.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-7e77bbb16c35318e.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e5eba79edd904ff5.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-0bf5a646b561519f.rlib --extern petgraph_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c1bfad4f3c1f7731.rlib --extern petgraph_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-0de20df312798682.rlib --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-e914187787332acb.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-7b27b356e1f929a1.rlib --extern ppv_lite86=/work/oxidecomputer/omicron/target/debug/deps/libppv_lite86-1e72ad4c1b7f7547.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-eba8521e88a666db.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern rand_c38e5c1d305a1b54=/work/oxidecomputer/omicron/target/debug/deps/librand-e08634a0971964ae.rlib --extern rand_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern rand_chacha_468e82937335b1c9=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-3c2ed44b185bba47.rlib --extern rand_chacha_274715c4dabd11b0=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-7e176df3b6534cf3.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-ed883849b59715f2.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-be5734abe16157a0.rlib --extern reqwest_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-4d1f8800798d0067.rlib --extern reqwest_594e8ee84c453af0=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-fa9478000e7089b0.rlib --extern rustix_d585fab2519d2d1=/work/oxidecomputer/omicron/target/debug/deps/librustix-43e5ccdc1ddefd3d.rlib --extern rustix_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/librustix-71bae07553df3d6d.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-a00b12ef41f33166.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-fc9e674395cc0336.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_core=/work/oxidecomputer/omicron/target/debug/deps/libserde_core-26aea309b97267ee.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-520e79432e611323.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rlib --extern simd_adler32=/work/oxidecomputer/omicron/target/debug/deps/libsimd_adler32-892e1dde2629fdd9.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-4d8274df01164ebc.rlib --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-f96d4d9a8f48e01b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-88db28b097ca3987.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-6e51a3a64baf0661.rlib --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-ca73f97f20f6f002.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-25ab7953a9b0822f.rlib --extern strum_2f80eeee3b1b6c7e=/work/oxidecomputer/omicron/target/debug/deps/libstrum-8a4732afddef8a4f.rlib --extern strum_754bda37e0fb3874=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2d4823f85931691.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-00ef578645e692ad.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-c6ed9aaa77e72a1f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-8abc38b4608f96b7.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-ec266f134b30ab63.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-295dbb2fcc65f679.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4e06b03adca01890.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-8d6f2a9d60229cf4.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-a9ceb95a06fa005a.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-7280b445afda3623.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-f21c1d627623f3ff.rlib --extern toml_parser=/work/oxidecomputer/omicron/target/debug/deps/libtoml_parser-ac055e08eed95de1.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-213efebf5ce581a0.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-24cc06f08e4187a2.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-038fdb619aeba623.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-72f8271b6a33c915.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-49e733439b69b674.rlib --extern usdt_impl_d8f496e17d97b5cb=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-47fec743cf8f2a3e.rlib --extern usdt_impl_3b31131e45eafb45=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-9c189ce5c9bd69c2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-60c06c134eae0ef4.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-e02a3c7c21da7b34.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-a2fb83154a192d98.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rlib --extern zip_164d15cefe24d7eb=/work/oxidecomputer/omicron/target/debug/deps/libzip-904d443341801caf.rlib --extern zip_181b0d20215bb231=/work/oxidecomputer/omicron/target/debug/deps/libzip-2403599ae9553380.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`
114832026-09-15T04:15:13.791Z
114842026-09-15T04:15:13.791Zrunning 0 tests
114852026-09-15T04:15:13.791Z
114862026-09-15T04:15:13.791Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
114872026-09-15T04:15:13.791Z
114882026-09-15T04:15:13.797Z Doc-tests oxide_client
114892026-09-15T04:15:13.797Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oxide_client --test clients/oxide-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/oxide-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-e435e3425619f276.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-11326159470257f9.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-39060f20c7084105.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-f33b5e798654e53b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
114902026-09-15T04:15:18.180Z
114912026-09-15T04:15:18.180Zrunning 317 tests
114922026-09-15T04:15:18.180Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_create (line 26) ... ignored
114932026-09-15T04:15:18.180Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_delete (line 26) ... ignored
114942026-09-15T04:15:18.180Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_list (line 28) ... ignored
114952026-09-15T04:15:18.180Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_instance_add (line 27) ... ignored
114962026-09-15T04:15:18.180Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_instance_delete (line 27) ... ignored
114972026-09-15T04:15:18.180Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_instance_view (line 27) ... ignored
114982026-09-15T04:15:18.180Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_member_list (line 29) ... ignored
114992026-09-15T04:15:18.180Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_update (line 27) ... ignored
115002026-09-15T04:15:18.180Ztest clients/oxide-client/src/lib.rs - ClientAffinityExt::anti_affinity_group_view (line 26) ... ignored
115012026-09-15T04:15:18.180Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::device_access_token (line 25) ... ignored
115022026-09-15T04:15:18.180Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::device_auth_confirm (line 27) ... ignored
115032026-09-15T04:15:18.180Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::device_auth_request (line 25) ... ignored
115042026-09-15T04:15:18.185Ztest clients/oxide-client/src/lib.rs - ClientConsoleAuthExt::logout (line 23) ... ignored
115052026-09-15T04:15:18.185Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_groups (line 27) ... ignored
115062026-09-15T04:15:18.185Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_create (line 25) ... ignored
115072026-09-15T04:15:18.185Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_delete (line 27) ... ignored
115082026-09-15T04:15:18.185Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_list (line 29) ... ignored
115092026-09-15T04:15:18.185Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_ssh_key_view (line 27) ... ignored
115102026-09-15T04:15:18.185Ztest clients/oxide-client/src/lib.rs - ClientCurrentUserExt::current_user_view (line 23) ... ignored
115112026-09-15T04:15:18.185Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import (line 27) ... ignored
115122026-09-15T04:15:18.185Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_start (line 28) ... ignored
115132026-09-15T04:15:18.185Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_stop (line 28) ... ignored
115142026-09-15T04:15:18.185Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_create (line 26) ... ignored
115152026-09-15T04:15:18.185Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_delete (line 26) ... ignored
115162026-09-15T04:15:18.185Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_finalize_import (line 27) ... ignored
115172026-09-15T04:15:18.185Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_list (line 28) ... ignored
115182026-09-15T04:15:18.185Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_view (line 26) ... ignored
115192026-09-15T04:15:18.185Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_create (line 26) ... ignored
115202026-09-15T04:15:18.185Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_delete (line 26) ... ignored
115212026-09-15T04:15:18.185Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_list (line 28) ... ignored
115222026-09-15T04:15:18.185Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_instance_add (line 27) ... ignored
115232026-09-15T04:15:18.185Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_instance_delete (line 27) ... ignored
115242026-09-15T04:15:18.185Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_instance_view (line 27) ... ignored
115252026-09-15T04:15:18.185Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_member_list (line 29) ... ignored
115262026-09-15T04:15:18.186Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_update (line 27) ... ignored
115272026-09-15T04:15:18.186Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::affinity_group_view (line 26) ... ignored
115282026-09-15T04:15:18.186Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::instance_affinity_group_list (line 29) ... ignored
115292026-09-15T04:15:18.186Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::instance_multicast_group_join (line 32) ... ignored
115302026-09-15T04:15:18.186Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::instance_multicast_group_leave (line 27) ... ignored
115312026-09-15T04:15:18.186Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::instance_multicast_group_list (line 29) ... ignored
115322026-09-15T04:15:18.186Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::multicast_group_list (line 27) ... ignored
115332026-09-15T04:15:18.186Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::multicast_group_member_list (line 30) ... ignored
115342026-09-15T04:15:18.186Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::multicast_group_view (line 27) ... ignored
115352026-09-15T04:15:18.186Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_create (line 26) ... ignored
115362026-09-15T04:15:18.186Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_delete (line 26) ... ignored
115372026-09-15T04:15:18.186Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_list (line 28) ... ignored
115382026-09-15T04:15:18.186Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::probe_view (line 26) ... ignored
115392026-09-15T04:15:18.186Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::rack_membership_abort (line 27) ... ignored
115402026-09-15T04:15:18.186Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::rack_membership_add_sleds (line 26) ... ignored
115412026-09-15T04:15:18.186Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::rack_membership_status (line 25) ... ignored
115422026-09-15T04:15:18.186Ztest clients/oxide-client/src/lib.rs - ClientExperimentalExt::timeseries_query (line 28) ... ignored
115432026-09-15T04:15:18.186Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_attach (line 27) ... ignored
115442026-09-15T04:15:18.186Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_create (line 26) ... ignored
115452026-09-15T04:15:18.186Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_delete (line 26) ... ignored
115462026-09-15T04:15:18.186Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_detach (line 26) ... ignored
115472026-09-15T04:15:18.186Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_list (line 28) ... ignored
115482026-09-15T04:15:18.186Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_update (line 27) ... ignored
115492026-09-15T04:15:18.186Ztest clients/oxide-client/src/lib.rs - ClientExternalSubnetsExt::external_subnet_view (line 26) ... ignored
115502026-09-15T04:15:18.186Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_attach (line 29) ... ignored
115512026-09-15T04:15:18.186Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_create (line 28) ... ignored
115522026-09-15T04:15:18.186Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_delete (line 26) ... ignored
115532026-09-15T04:15:18.186Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_detach (line 26) ... ignored
115542026-09-15T04:15:18.186Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_list (line 28) ... ignored
115552026-09-15T04:15:18.186Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_update (line 27) ... ignored
115562026-09-15T04:15:18.186Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_view (line 26) ... ignored
115572026-09-15T04:15:18.186Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_create (line 28) ... ignored
115582026-09-15T04:15:18.186Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_delete (line 28) ... ignored
115592026-09-15T04:15:18.186Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_demote (line 28) ... ignored
115602026-09-15T04:15:18.186Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_list (line 30) ... ignored
115612026-09-15T04:15:18.186Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_promote (line 28) ... ignored
115622026-09-15T04:15:18.186Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_view (line 28) ... ignored
115632026-09-15T04:15:18.186Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_anti_affinity_group_list (line 29) ... ignored
115642026-09-15T04:15:18.186Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_create (line 26) ... ignored
115652026-09-15T04:15:18.187Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_delete (line 26) ... ignored
115662026-09-15T04:15:18.187Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_attach (line 27) ... ignored
115672026-09-15T04:15:18.187Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_detach (line 27) ... ignored
115682026-09-15T04:15:18.187Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_list (line 29) ... ignored
115692026-09-15T04:15:18.187Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_attach (line 27) ... ignored
115702026-09-15T04:15:18.187Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_detach (line 31) ... ignored
115712026-09-15T04:15:18.187Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_external_ip_list (line 26) ... ignored
115722026-09-15T04:15:18.187Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_external_subnet_list (line 26) ... ignored
115732026-09-15T04:15:18.187Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_list (line 28) ... ignored
115742026-09-15T04:15:18.187Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_create (line 27) ... ignored
115752026-09-15T04:15:18.187Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_delete (line 29) ... ignored
115762026-09-15T04:15:18.187Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_list (line 29) ... ignored
115772026-09-15T04:15:18.187Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_update (line 28) ... ignored
115782026-09-15T04:15:18.187Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_view (line 27) ... ignored
115792026-09-15T04:15:18.187Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_reboot (line 26) ... ignored
115802026-09-15T04:15:18.187Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console (line 29) ... ignored
115812026-09-15T04:15:18.187Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console_stream (line 27) ... ignored
115822026-09-15T04:15:18.187Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ssh_public_key_list (line 31) ... ignored
115832026-09-15T04:15:18.187Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_start (line 26) ... ignored
115842026-09-15T04:15:18.187Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_stop (line 26) ... ignored
115852026-09-15T04:15:18.187Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_update (line 27) ... ignored
115862026-09-15T04:15:18.187Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_view (line 26) ... ignored
115872026-09-15T04:15:18.187Ztest clients/oxide-client/src/lib.rs - ClientIpPoolsExt::ip_pool_list (line 29) ... ignored
115882026-09-15T04:15:18.187Ztest clients/oxide-client/src/lib.rs - ClientIpPoolsExt::ip_pool_view (line 25) ... ignored
115892026-09-15T04:15:18.187Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_local (line 23) ... ignored
115902026-09-15T04:15:18.187Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_saml (line 23) ... ignored
115912026-09-15T04:15:18.187Ztest clients/oxide-client/src/lib.rs - ClientMetricsExt::silo_metric (line 33) ... ignored
115922026-09-15T04:15:18.187Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_update (line 23) ... ignored
115932026-09-15T04:15:18.187Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_view (line 23) ... ignored
115942026-09-15T04:15:18.187Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_create (line 23) ... ignored
115952026-09-15T04:15:18.187Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_delete (line 25) ... ignored
115962026-09-15T04:15:18.187Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_list (line 27) ... ignored
115972026-09-15T04:15:18.187Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_update (line 26) ... ignored
115982026-09-15T04:15:18.187Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_view (line 25) ... ignored
115992026-09-15T04:15:18.187Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_update (line 26) ... ignored
116002026-09-15T04:15:18.187Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_view (line 25) ... ignored
116012026-09-15T04:15:18.187Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::auth_settings_update (line 23) ... ignored
116022026-09-15T04:15:18.187Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::auth_settings_view (line 23) ... ignored
116032026-09-15T04:15:18.187Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_create (line 25) ... ignored
116042026-09-15T04:15:18.192Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_delete (line 27) ... ignored
116052026-09-15T04:15:18.192Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_list (line 29) ... ignored
116062026-09-15T04:15:18.192Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_view (line 27) ... ignored
116072026-09-15T04:15:18.192Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_list (line 27) ... ignored
116082026-09-15T04:15:18.192Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_view (line 25) ... ignored
116092026-09-15T04:15:18.192Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_update (line 23) ... ignored
116102026-09-15T04:15:18.192Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_view (line 23) ... ignored
116112026-09-15T04:15:18.192Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_list (line 28) ... ignored
116122026-09-15T04:15:18.192Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_logout (line 27) ... ignored
116132026-09-15T04:15:18.192Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_session_list (line 28) ... ignored
116142026-09-15T04:15:18.192Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_token_list (line 28) ... ignored
116152026-09-15T04:15:18.192Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_view (line 25) ... ignored
116162026-09-15T04:15:18.192Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::utilization_view (line 23) ... ignored
116172026-09-15T04:15:18.192Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_create (line 28) ... ignored
116182026-09-15T04:15:18.192Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_delete (line 26) ... ignored
116192026-09-15T04:15:18.192Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_list (line 28) ... ignored
116202026-09-15T04:15:18.192Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_view (line 26) ... ignored
116212026-09-15T04:15:18.192Ztest clients/oxide-client/src/lib.rs - ClientSubnetPoolsExt::subnet_pool_list (line 27) ... ignored
116222026-09-15T04:15:18.192Ztest clients/oxide-client/src/lib.rs - ClientSubnetPoolsExt::subnet_pool_view (line 25) ... ignored
116232026-09-15T04:15:18.192Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_class_list (line 29) ... ignored
116242026-09-15T04:15:18.192Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_delivery_list (line 43) ... ignored
116252026-09-15T04:15:18.192Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_delivery_resend (line 26) ... ignored
116262026-09-15T04:15:18.192Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_list (line 40) ... ignored
116272026-09-15T04:15:18.192Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_delete (line 25) ... ignored
116282026-09-15T04:15:18.192Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_list (line 27) ... ignored
116292026-09-15T04:15:18.192Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_probe (line 34) ... ignored
116302026-09-15T04:15:18.193Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_subscription_add (line 26) ... ignored
116312026-09-15T04:15:18.193Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_subscription_remove (line 26) ... ignored
116322026-09-15T04:15:18.193Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_receiver_view (line 25) ... ignored
116332026-09-15T04:15:18.193Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::alert_view (line 25) ... ignored
116342026-09-15T04:15:18.193Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_receiver_create (line 23) ... ignored
116352026-09-15T04:15:18.193Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_receiver_update (line 28) ... ignored
116362026-09-15T04:15:18.193Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_secrets_add (line 26) ... ignored
116372026-09-15T04:15:18.193Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_secrets_delete (line 25) ... ignored
116382026-09-15T04:15:18.193Ztest clients/oxide-client/src/lib.rs - ClientSystemAlertsExt::webhook_secrets_list (line 25) ... ignored
116392026-09-15T04:15:18.193Ztest clients/oxide-client/src/lib.rs - ClientSystemAuditLogExt::audit_log_list (line 33) ... ignored
116402026-09-15T04:15:18.193Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_apply_settings (line 28) ... ignored
116412026-09-15T04:15:18.193Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_clear_settings (line 27) ... ignored
116422026-09-15T04:15:18.193Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_list (line 28) ... ignored
116432026-09-15T04:15:18.193Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_status (line 27) ... ignored
116442026-09-15T04:15:18.193Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_disable_adoption (line 25) ... ignored
116452026-09-15T04:15:18.193Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_enable_adoption (line 23) ... ignored
116462026-09-15T04:15:18.193Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_list (line 27) ... ignored
116472026-09-15T04:15:18.193Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_list_adoption_requests (line 27) ... ignored
116482026-09-15T04:15:18.193Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_list_unadopted (line 26) ... ignored
116492026-09-15T04:15:18.193Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_view (line 25) ... ignored
116502026-09-15T04:15:18.193Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_list (line 27) ... ignored
116512026-09-15T04:15:18.193Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_view (line 25) ... ignored
116522026-09-15T04:15:18.193Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_instance_list (line 28) ... ignored
116532026-09-15T04:15:18.193Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list (line 27) ... ignored
116542026-09-15T04:15:18.193Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list_uninitialized (line 26) ... ignored
116552026-09-15T04:15:18.193Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_physical_disk_list (line 28) ... ignored
116562026-09-15T04:15:18.193Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_set_provision_policy (line 26) ... ignored
116572026-09-15T04:15:18.193Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_view (line 25) ... ignored
116582026-09-15T04:15:18.193Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_list (line 27) ... ignored
116592026-09-15T04:15:18.193Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_view (line 25) ... ignored
116602026-09-15T04:15:18.193Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_assign (line 26) ... ignored
116612026-09-15T04:15:18.193Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_create (line 23) ... ignored
116622026-09-15T04:15:18.193Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_delete (line 25) ... ignored
116632026-09-15T04:15:18.193Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_list (line 30) ... ignored
116642026-09-15T04:15:18.193Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_range_add (line 30) ... ignored
116652026-09-15T04:15:18.193Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_range_list (line 29) ... ignored
116662026-09-15T04:15:18.193Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_range_remove (line 26) ... ignored
116672026-09-15T04:15:18.193Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_silo_link (line 28) ... ignored
116682026-09-15T04:15:18.194Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_silo_list (line 28) ... ignored
116692026-09-15T04:15:18.194Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_silo_unlink (line 25) ... ignored
116702026-09-15T04:15:18.194Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_silo_update (line 25) ... ignored
116712026-09-15T04:15:18.194Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_update (line 26) ... ignored
116722026-09-15T04:15:18.194Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_utilization_view (line 25) ... ignored
116732026-09-15T04:15:18.194Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::system_ip_pool_view (line 25) ... ignored
116742026-09-15T04:15:18.194Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_metric (line 33) ... ignored
116752026-09-15T04:15:18.194Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_timeseries_query (line 25) ... ignored
116762026-09-15T04:15:18.194Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_timeseries_schema_list (line 26) ... ignored
116772026-09-15T04:15:18.194Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_block_list (line 28) ... ignored
116782026-09-15T04:15:18.194Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_create (line 23) ... ignored
116792026-09-15T04:15:18.194Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_delete (line 25) ... ignored
116802026-09-15T04:15:18.194Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_list (line 27) ... ignored
116812026-09-15T04:15:18.194Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_view (line 25) ... ignored
116822026-09-15T04:15:18.194Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_update (line 23) ... ignored
116832026-09-15T04:15:18.194Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_view (line 23) ... ignored
116842026-09-15T04:15:18.194Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_disable (line 23) ... ignored
116852026-09-15T04:15:18.194Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_enable (line 23) ... ignored
116862026-09-15T04:15:18.194Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_status (line 23) ... ignored
116872026-09-15T04:15:18.194Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_delete (line 25) ... ignored
116882026-09-15T04:15:18.194Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_list (line 27) ... ignored
116892026-09-15T04:15:18.194Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_update (line 25) ... ignored
116902026-09-15T04:15:18.194Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announcement_list (line 25) ... ignored
116912026-09-15T04:15:18.194Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_create (line 23) ... ignored
116922026-09-15T04:15:18.194Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_delete (line 25) ... ignored
116932026-09-15T04:15:18.194Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_list (line 27) ... ignored
116942026-09-15T04:15:18.194Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_update (line 28) ... ignored
116952026-09-15T04:15:18.194Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_exported (line 23) ... ignored
116962026-09-15T04:15:18.194Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_imported (line 25) ... ignored
116972026-09-15T04:15:18.194Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_message_history (line 25) ... ignored
116982026-09-15T04:15:18.194Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_status (line 23) ... ignored
116992026-09-15T04:15:18.194Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_inbound_icmp_update (line 23) ... ignored
117002026-09-15T04:15:18.194Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_inbound_icmp_view (line 23) ... ignored
117012026-09-15T04:15:18.194Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_create (line 23) ... ignored
117022026-09-15T04:15:18.194Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_delete (line 28) ... ignored
117032026-09-15T04:15:18.194Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_list (line 27) ... ignored
117042026-09-15T04:15:18.198Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_config_update (line 28) ... ignored
117052026-09-15T04:15:18.198Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_config_view (line 27) ... ignored
117062026-09-15T04:15:18.198Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_neighbors (line 30) ... ignored
117072026-09-15T04:15:18.198Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_create (line 23) ... ignored
117082026-09-15T04:15:18.198Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_delete (line 25) ... ignored
117092026-09-15T04:15:18.199Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_list (line 28) ... ignored
117102026-09-15T04:15:18.199Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_view (line 25) ... ignored
117112026-09-15T04:15:18.199Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::system_networking_settings_update (line 23) ... ignored
117122026-09-15T04:15:18.199Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::system_networking_settings_view (line 23) ... ignored
117132026-09-15T04:15:18.199Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_create (line 28) ... ignored
117142026-09-15T04:15:18.200Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_delete (line 26) ... ignored
117152026-09-15T04:15:18.200Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_set_password (line 29) ... ignored
117162026-09-15T04:15:18.200Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_create (line 26) ... ignored
117172026-09-15T04:15:18.200Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_view (line 26) ... ignored
117182026-09-15T04:15:18.200Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::scim_token_create (line 27) ... ignored
117192026-09-15T04:15:18.200Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::scim_token_delete (line 28) ... ignored
117202026-09-15T04:15:18.200Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::scim_token_list (line 27) ... ignored
117212026-09-15T04:15:18.200Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::scim_token_view (line 28) ... ignored
117222026-09-15T04:15:18.200Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_create (line 23) ... ignored
117232026-09-15T04:15:18.200Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_delete (line 27) ... ignored
117242026-09-15T04:15:18.200Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_identity_provider_list (line 30) ... ignored
117252026-09-15T04:15:18.200Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_ip_pool_list (line 30) ... ignored
117262026-09-15T04:15:18.200Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_list (line 29) ... ignored
117272026-09-15T04:15:18.200Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_update (line 26) ... ignored
117282026-09-15T04:15:18.200Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_view (line 25) ... ignored
117292026-09-15T04:15:18.200Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_update (line 28) ... ignored
117302026-09-15T04:15:18.200Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_view (line 25) ... ignored
117312026-09-15T04:15:18.200Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_subnet_pool_list (line 28) ... ignored
117322026-09-15T04:15:18.200Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_list (line 28) ... ignored
117332026-09-15T04:15:18.200Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_view (line 26) ... ignored
117342026-09-15T04:15:18.200Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_list (line 27) ... ignored
117352026-09-15T04:15:18.200Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_view (line 25) ... ignored
117362026-09-15T04:15:18.200Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_view (line 27) ... ignored
117372026-09-15T04:15:18.200Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::system_quotas_list (line 27) ... ignored
117382026-09-15T04:15:18.200Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_list (line 27) ... ignored
117392026-09-15T04:15:18.200Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_view (line 23) ... ignored
117402026-09-15T04:15:18.200Ztest clients/oxide-client/src/lib.rs - ClientSystemStatusExt::ping (line 25) ... ignored
117412026-09-15T04:15:18.200Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_create (line 23) ... ignored
117422026-09-15T04:15:18.200Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_delete (line 25) ... ignored
117432026-09-15T04:15:18.200Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_list (line 27) ... ignored
117442026-09-15T04:15:18.200Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_member_add (line 26) ... ignored
117452026-09-15T04:15:18.200Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_member_list (line 27) ... ignored
117462026-09-15T04:15:18.200Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_member_remove (line 26) ... ignored
117472026-09-15T04:15:18.200Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_silo_link (line 26) ... ignored
117482026-09-15T04:15:18.200Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_silo_list (line 28) ... ignored
117492026-09-15T04:15:18.200Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_silo_unlink (line 26) ... ignored
117502026-09-15T04:15:18.200Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_silo_update (line 27) ... ignored
117512026-09-15T04:15:18.200Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_update (line 26) ... ignored
117522026-09-15T04:15:18.200Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_utilization_view (line 25) ... ignored
117532026-09-15T04:15:18.201Ztest clients/oxide-client/src/lib.rs - ClientSystemSubnetPoolsExt::system_subnet_pool_view (line 25) ... ignored
117542026-09-15T04:15:18.201Ztest clients/oxide-client/src/lib.rs - ClientSystemSupportBundlesExt::support_bundle_create (line 23) ... ignored
117552026-09-15T04:15:18.201Ztest clients/oxide-client/src/lib.rs - ClientSystemSupportBundlesExt::support_bundle_delete (line 27) ... ignored
117562026-09-15T04:15:18.201Ztest clients/oxide-client/src/lib.rs - ClientSystemSupportBundlesExt::support_bundle_download (line 28) ... ignored
117572026-09-15T04:15:18.201Ztest clients/oxide-client/src/lib.rs - ClientSystemSupportBundlesExt::support_bundle_download_file (line 29) ... ignored
117582026-09-15T04:15:18.201Ztest clients/oxide-client/src/lib.rs - ClientSystemSupportBundlesExt::support_bundle_head (line 28) ... ignored
117592026-09-15T04:15:18.201Ztest clients/oxide-client/src/lib.rs - ClientSystemSupportBundlesExt::support_bundle_head_file (line 29) ... ignored
117602026-09-15T04:15:18.201Ztest clients/oxide-client/src/lib.rs - ClientSystemSupportBundlesExt::support_bundle_index (line 28) ... ignored
117612026-09-15T04:15:18.201Ztest clients/oxide-client/src/lib.rs - ClientSystemSupportBundlesExt::support_bundle_list (line 27) ... ignored
117622026-09-15T04:15:18.201Ztest clients/oxide-client/src/lib.rs - ClientSystemSupportBundlesExt::support_bundle_update (line 26) ... ignored
117632026-09-15T04:15:18.201Ztest clients/oxide-client/src/lib.rs - ClientSystemSupportBundlesExt::support_bundle_view (line 25) ... ignored
117642026-09-15T04:15:18.201Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_recovery_finish (line 31) ... ignored
117652026-09-15T04:15:18.201Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_repository_list (line 29) ... ignored
117662026-09-15T04:15:18.201Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_repository_upload (line 28) ... ignored
117672026-09-15T04:15:18.201Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_repository_view (line 25) ... ignored
117682026-09-15T04:15:18.201Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_status (line 25) ... ignored
117692026-09-15T04:15:18.201Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_trust_root_create (line 23) ... ignored
117702026-09-15T04:15:18.201Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_trust_root_delete (line 27) ... ignored
117712026-09-15T04:15:18.201Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_trust_root_list (line 29) ... ignored
117722026-09-15T04:15:18.201Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::system_update_trust_root_view (line 25) ... ignored
117732026-09-15T04:15:18.201Ztest clients/oxide-client/src/lib.rs - ClientSystemUpdateExt::target_release_update (line 25) ... ignored
117742026-09-15T04:15:18.201Ztest clients/oxide-client/src/lib.rs - ClientTokensExt::current_user_access_token_delete (line 27) ... ignored
117752026-09-15T04:15:18.201Ztest clients/oxide-client/src/lib.rs - ClientTokensExt::current_user_access_token_list (line 29) ... ignored
117762026-09-15T04:15:18.201Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_create (line 27) ... ignored
117772026-09-15T04:15:18.201Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_delete (line 28) ... ignored
117782026-09-15T04:15:18.201Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_create (line 28) ... ignored
117792026-09-15T04:15:18.201Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_delete (line 29) ... ignored
117802026-09-15T04:15:18.201Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_list (line 30) ... ignored
117812026-09-15T04:15:18.201Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_create (line 28) ... ignored
117822026-09-15T04:15:18.201Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_delete (line 29) ... ignored
117832026-09-15T04:15:18.201Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_list (line 30) ... ignored
117842026-09-15T04:15:18.201Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_list (line 29) ... ignored
117852026-09-15T04:15:18.201Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_view (line 27) ... ignored
117862026-09-15T04:15:18.201Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_create (line 26) ... ignored
117872026-09-15T04:15:18.201Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_delete (line 26) ... ignored
117882026-09-15T04:15:18.202Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_update (line 33) ... ignored
117892026-09-15T04:15:18.202Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_view (line 26) ... ignored
117902026-09-15T04:15:18.202Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_list (line 28) ... ignored
117912026-09-15T04:15:18.202Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_create (line 27) ... ignored
117922026-09-15T04:15:18.202Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_delete (line 27) ... ignored
117932026-09-15T04:15:18.202Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_list (line 29) ... ignored
117942026-09-15T04:15:18.202Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_create (line 28) ... ignored
117952026-09-15T04:15:18.202Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_delete (line 28) ... ignored
117962026-09-15T04:15:18.202Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_list (line 32) ... ignored
117972026-09-15T04:15:18.202Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_update (line 29) ... ignored
117982026-09-15T04:15:18.202Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_view (line 28) ... ignored
117992026-09-15T04:15:18.202Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_update (line 28) ... ignored
118002026-09-15T04:15:18.202Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_view (line 27) ... ignored
118012026-09-15T04:15:18.202Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_create (line 27) ... ignored
118022026-09-15T04:15:18.202Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_delete (line 27) ... ignored
118032026-09-15T04:15:18.203Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list (line 29) ... ignored
118042026-09-15T04:15:18.206Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list_network_interfaces (line 30) ... ignored
118052026-09-15T04:15:18.206Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_update (line 28) ... ignored
118062026-09-15T04:15:18.206Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_view (line 27) ... ignored
118072026-09-15T04:15:18.206Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_update (line 27) ... ignored
118082026-09-15T04:15:18.206Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_view (line 26) ... ignored
118092026-09-15T04:15:18.206Z
118102026-09-15T04:15:18.206Ztest result: ok. 0 passed; 0 failed; 317 ignored; 0 measured; 0 filtered out; finished in 0.00s
118112026-09-15T04:15:18.206Z
118122026-09-15T04:15:18.206Zall doctests ran in 0.64s; merged doctests compilation took 0.63s
118132026-09-15T04:15:18.307Z Doc-tests oximeter
118142026-09-15T04:15:18.307Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter --test oximeter/oximeter/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/oximeter -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da9b92cb69636995.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-44c0fadb440b6ad0.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-510ba27db5f25ad0.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-7a67a5ffed450b82.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f9e0c08ad6cf3608.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-c7896ef16e4748f0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
118152026-09-15T04:15:23.361Z
118162026-09-15T04:15:23.361Zrunning 2 tests
118172026-09-15T04:15:23.364Ztest oximeter/oximeter/src/lib.rs - (line 109) ... ignored
118182026-09-15T04:15:23.367Ztest oximeter/oximeter/src/lib.rs - (line 116) ... ok
118192026-09-15T04:15:23.367Z
118202026-09-15T04:15:23.367Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
118212026-09-15T04:15:23.367Z
118222026-09-15T04:15:23.468Zall doctests ran in 4.85s; merged doctests compilation took 4.83s
118232026-09-15T04:15:23.468Z Doc-tests oximeter_api
118242026-09-15T04:15:23.468Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter_api --test oximeter/api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/api -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-34e761c9cdad863d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-0b8d89d016cf2652.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-2e4fa4ce9c3d6466.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
118252026-09-15T04:15:23.980Z
118262026-09-15T04:15:23.980Zrunning 2 tests
118272026-09-15T04:15:23.980Ztest oximeter/api/src/lib.rs - oximeter_api_mod::api_description (line 49) ... ignored
118282026-09-15T04:15:23.980Ztest oximeter/api/src/lib.rs - oximeter_api_mod::stub_api_description (line 55) ... ignored
118292026-09-15T04:15:23.980Z
118302026-09-15T04:15:23.980Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
118312026-09-15T04:15:23.981Z
118322026-09-15T04:15:23.984Zall doctests ran in 0.38s; merged doctests compilation took 0.38s
118332026-09-15T04:15:24.008Z Doc-tests oximeter_client
118342026-09-15T04:15:24.008Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter_client --test clients/oximeter-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/oximeter-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8deb29f318ec0137.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
118352026-09-15T04:15:24.280Z
118362026-09-15T04:15:24.280Zrunning 0 tests
118372026-09-15T04:15:24.280Z
118382026-09-15T04:15:24.280Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
118392026-09-15T04:15:24.280Z
118402026-09-15T04:15:24.305Z Doc-tests oximeter_collector
118412026-09-15T04:15:24.305Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter_collector --test oximeter/collector/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/collector -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-6b965b52841a5d7f.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-43c2876563805539.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-19bb5731071ccc1e.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-43c55b0f49f9feb6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da9b92cb69636995.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-0b8d89d016cf2652.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-8deb29f318ec0137.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-cb4a17a81ac15ff9.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-33d3def4429cf461.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-f7d09d4b8fdfeb45.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f9e0c08ad6cf3608.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-e08130b483600558.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
118422026-09-15T04:15:24.771Z
118432026-09-15T04:15:24.771Zrunning 0 tests
118442026-09-15T04:15:24.771Z
118452026-09-15T04:15:24.771Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
118462026-09-15T04:15:24.771Z
118472026-09-15T04:15:24.814Z Doc-tests oximeter_db
118482026-09-15T04:15:24.814Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter_db --test oximeter/db/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/db -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-75cb42a0302df866.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-d556d7463a7a2410.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-707cf7ae1ceaebe2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-30b3c1f4285918db.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-db5342acb6fe432a.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-5d1b38cab6734332.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-7c377b1087dd1298.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-61e47cdc915178e8.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-071196465dd7522c.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-5ec1cd83469ea280.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-4d70db72340caa1d.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-658572f76e1ddc59.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-5c37a5d9e78cfea7.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-df56548816dd36a4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-31ca6af593560390.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-b3150182fe3bc4ee.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da9b92cb69636995.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-33d3def4429cf461.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-f7d09d4b8fdfeb45.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-bfbe0f064f22962b.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c9efdcc507723cfe.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-4bb85d1c428edf33.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-e08130b483600558.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-4b2d53e65fcfcc61.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-1ea6cc65d5ea8f9f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-dc21c1405a9aeacb.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-3e02eeda53569a7d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-ffb315459a2ad208.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-1b7c5f56218e24e6.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4e06b03adca01890.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-3d28bc88537118e1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' --document-private-items -D warnings --error-format human`
118492026-09-15T04:15:25.868Z
118502026-09-15T04:15:25.868Zrunning 3 tests
118512026-09-15T04:15:25.868Ztest oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 69) ... ignored
118522026-09-15T04:15:25.868Ztest oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 76) ... ignored
118532026-09-15T04:15:25.868Ztest oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 82) ... ignored
118542026-09-15T04:15:25.868Z
118552026-09-15T04:15:25.868Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
118562026-09-15T04:15:25.868Z
118572026-09-15T04:15:25.874Z
118582026-09-15T04:15:25.874Zrunning 2 tests
118592026-09-15T04:15:25.874Ztest oximeter/db/src/oxql/ast/table_ops/filter/mod.rs - oxql::ast::table_ops::filter::Filter::simplify_to_dnf (line 216) ... ignored
118602026-09-15T04:15:25.874Ztest oximeter/db/src/oxql/ast/table_ops/filter/visit.rs - oxql::ast::table_ops::filter::visit::ShiftTimestamps (line 51) ... ignored
118612026-09-15T04:15:25.874Z
118622026-09-15T04:15:25.874Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
118632026-09-15T04:15:25.874Z
118642026-09-15T04:15:25.874Zall doctests ran in 0.38s; merged doctests compilation took 0.38s
118652026-09-15T04:15:25.919Z Doc-tests oximeter_instruments
118662026-09-15T04:15:25.919Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter_instruments --test oximeter/instruments/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/instruments -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-11326159470257f9.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-02a128e804310cf7.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da9b92cb69636995.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d2af3962a96e0632.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="cpu"' --cfg 'feature="datalink"' --cfg 'feature="default"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --cfg 'feature="opte_port"' --cfg 'feature="zfs"' --cfg 'feature="zone"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cpu", "datalink", "default", "http-instruments", "kstat", "opte_port", "zfs", "zone"))' --document-private-items -D warnings --error-format human`
118672026-09-15T04:15:26.297Z
118682026-09-15T04:15:26.297Zrunning 0 tests
118692026-09-15T04:15:26.297Z
118702026-09-15T04:15:26.297Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
118712026-09-15T04:15:26.298Z
118722026-09-15T04:15:26.332Z Doc-tests oximeter_macro_impl
118732026-09-15T04:15:26.335Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type proc-macro --color always --crate-name oximeter_macro_impl --test oximeter/oximeter-macro-impl/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/oximeter-macro-impl -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-44c0fadb440b6ad0.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
118742026-09-15T04:15:26.415Z
118752026-09-15T04:15:26.416Zrunning 0 tests
118762026-09-15T04:15:26.416Z
118772026-09-15T04:15:26.416Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
118782026-09-15T04:15:26.416Z
118792026-09-15T04:15:26.419Z Doc-tests oximeter_producer
118802026-09-15T04:15:26.419Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter_producer --test oximeter/producer/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/producer -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-2f892cc0986a716b.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-43c2876563805539.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-da9b92cb69636995.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-a65c8c7600e26b16.rlib --extern oximeter_producer_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer_api-43b8a3dcf5a20239.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
118812026-09-15T04:15:26.733Z
118822026-09-15T04:15:26.733Zrunning 0 tests
118832026-09-15T04:15:26.733Z
118842026-09-15T04:15:26.733Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
118852026-09-15T04:15:26.733Z
118862026-09-15T04:15:26.767Z Doc-tests oximeter_producer_api
118872026-09-15T04:15:26.767Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter_producer_api --test oximeter/producer-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/producer-api -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oximeter_producer_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer_api-43b8a3dcf5a20239.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-2e4fa4ce9c3d6466.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`
118882026-09-15T04:15:27.317Z
118892026-09-15T04:15:27.317Zrunning 2 tests
118902026-09-15T04:15:27.317Ztest oximeter/producer-api/src/lib.rs - producer_api_mod::api_description (line 23) ... ignored
118912026-09-15T04:15:27.317Ztest oximeter/producer-api/src/lib.rs - producer_api_mod::stub_api_description (line 29) ... ignored
118922026-09-15T04:15:27.317Z
118932026-09-15T04:15:27.317Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
118942026-09-15T04:15:27.317Z
118952026-09-15T04:15:27.320Zall doctests ran in 0.37s; merged doctests compilation took 0.37s
118962026-09-15T04:15:27.343Z Doc-tests oximeter_schema
118972026-09-15T04:15:27.343Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter_schema --test oximeter/schema/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/schema -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-b4d67f07919ede1e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-510ba27db5f25ad0.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f9e0c08ad6cf3608.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-c7896ef16e4748f0.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.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`
118982026-09-15T04:15:27.568Z
118992026-09-15T04:15:27.568Zrunning 0 tests
119002026-09-15T04:15:27.568Z
119012026-09-15T04:15:27.568Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119022026-09-15T04:15:27.568Z
119032026-09-15T04:15:27.591Z Doc-tests oximeter_test_utils
119042026-09-15T04:15:27.592Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter_test_utils --test oximeter/test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/test-utils -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-db5342acb6fe432a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-33d3def4429cf461.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-44c0fadb440b6ad0.so --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-f7d09d4b8fdfeb45.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f9e0c08ad6cf3608.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
119052026-09-15T04:15:27.948Z
119062026-09-15T04:15:27.948Zrunning 0 tests
119072026-09-15T04:15:27.948Z
119082026-09-15T04:15:27.948Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119092026-09-15T04:15:27.948Z
119102026-09-15T04:15:27.983Z Doc-tests oximeter_timeseries_macro
119112026-09-15T04:15:27.987Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type proc-macro --color always --crate-name oximeter_timeseries_macro --test oximeter/timeseries-macro/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/timeseries-macro -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-67f88be1b975b90d.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-7a67a5ffed450b82.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-d7b38731bd2ebc3b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-e22f03653f92d3a5.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-9f7f7ad8e15df9d1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-cd77af2648c8a150.rlib --extern proc_macro -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
119122026-09-15T04:15:28.158Z
119132026-09-15T04:15:28.158Zrunning 0 tests
119142026-09-15T04:15:28.158Z
119152026-09-15T04:15:28.158Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119162026-09-15T04:15:28.158Z
119172026-09-15T04:15:28.176Z Doc-tests oximeter_types
119182026-09-15T04:15:28.176Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter_types --test oximeter/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/types -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern approx=/work/oxidecomputer/omicron/target/debug/deps/libapprox-3691007ff0584b58.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-7c377b1087dd1298.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-44c0fadb440b6ad0.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f9e0c08ad6cf3608.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-2e4fa4ce9c3d6466.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-f80380f9fdb11466.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-280fa11ba239171a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
119192026-09-15T04:15:29.187Z
119202026-09-15T04:15:29.187Zrunning 11 tests
119212026-09-15T04:15:29.616Ztest oximeter/types/src/traits.rs - traits (line 37) - compile fail ... ok
119222026-09-15T04:15:29.620Ztest oximeter/types/src/traits.rs - traits (line 81) - compile fail ... ok
119232026-09-15T04:15:34.054Ztest oximeter/types/src/quantile.rs - quantile (line 18) ... ok
119242026-09-15T04:15:34.286Ztest oximeter/types/src/quantile.rs - quantile (line 31) ... ok
119252026-09-15T04:15:34.374Ztest oximeter/types/src/traits.rs - traits (line 56) ... ok
119262026-09-15T04:15:34.453Ztest oximeter/types/src/histogram.rs - histogram (line 19) ... ok
119272026-09-15T04:15:34.486Ztest oximeter/types/src/quantile.rs - quantile (line 7) ... ok
119282026-09-15T04:15:34.489Ztest oximeter/types/src/traits.rs - traits (line 7) ... ok
119292026-09-15T04:15:34.538Ztest oximeter/types/src/quantile.rs - quantile (line 43) ... ok
119302026-09-15T04:15:34.573Ztest oximeter/types/src/histogram.rs - histogram (line 7) ... ok
119312026-09-15T04:15:38.651Ztest oximeter/types/src/traits.rs - traits (line 94) ... ok
119322026-09-15T04:15:38.651Z
119332026-09-15T04:15:38.651Ztest result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 9.84s
119342026-09-15T04:15:38.651Z
119352026-09-15T04:15:38.656Zall doctests ran in 10.30s; merged doctests compilation took 0.46s
119362026-09-15T04:15:38.680Z Doc-tests oximeter_types_versions
119372026-09-15T04:15:38.680Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oximeter_types_versions --test oximeter/types/versions/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/types/versions -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern approx=/work/oxidecomputer/omicron/target/debug/deps/libapprox-3691007ff0584b58.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-c1ab1668e3c766a4.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-b3150182fe3bc4ee.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oximeter_types_versions=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types_versions-2e4fa4ce9c3d6466.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-c9efdcc507723cfe.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-3b24bf69782c43bd.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
119382026-09-15T04:15:39.473Z
119392026-09-15T04:15:39.473Zrunning 1 test
119402026-09-15T04:15:39.473Ztest oximeter/types/versions/src/lib.rs - (line 17) ... ignored
119412026-09-15T04:15:39.473Z
119422026-09-15T04:15:39.473Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
119432026-09-15T04:15:39.473Z
119442026-09-15T04:15:39.477Zall doctests ran in 0.38s; merged doctests compilation took 0.38s
119452026-09-15T04:15:39.510Z Doc-tests oxlog
119462026-09-15T04:15:39.510Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oxlog --test dev-tools/oxlog/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/oxlog -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-32e11cbbb0cbd818.rlib --extern illumos_nvpair=/work/oxidecomputer/omicron/target/debug/deps/libillumos_nvpair-6f2eafd4503b8ddc.rlib --extern illumos_nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libillumos_nvpair_sys-a2e293dc48886e7e.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6f3ab8716908876b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-672d7e8e575f5769.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-263f7112b196b016.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-3e756e2dae68da92.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
119472026-09-15T04:15:39.559Z
119482026-09-15T04:15:39.559Zrunning 0 tests
119492026-09-15T04:15:39.559Z
119502026-09-15T04:15:39.559Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119512026-09-15T04:15:39.559Z
119522026-09-15T04:15:39.567Z Doc-tests oxql_types
119532026-09-15T04:15:39.567Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name oxql_types --test oximeter/oxql-types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/oxql-types -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-658572f76e1ddc59.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-b3150182fe3bc4ee.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f9e0c08ad6cf3608.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-bfbe0f064f22962b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
119542026-09-15T04:15:39.818Z
119552026-09-15T04:15:39.818Zrunning 0 tests
119562026-09-15T04:15:39.818Z
119572026-09-15T04:15:39.818Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119582026-09-15T04:15:39.818Z
119592026-09-15T04:15:39.842Z Doc-tests parallel_task_set
119602026-09-15T04:15:39.842Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name parallel_task_set --test parallel-task-set/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/parallel-task-set -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-06f54a0c0ab204df.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.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`
119612026-09-15T04:15:39.894Z
119622026-09-15T04:15:39.894Zrunning 0 tests
119632026-09-15T04:15:39.894Z
119642026-09-15T04:15:39.894Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119652026-09-15T04:15:39.894Z
119662026-09-15T04:15:39.902Z Doc-tests rack_init_config
119672026-09-15T04:15:39.902Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name rack_init_config --test dev-tools/rack-init-config/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/rack-init-config -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8b7b2e9ebde7c257.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-308f0204c87e6f29.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern rack_init_config=/work/oxidecomputer/omicron/target/debug/deps/librack_init_config-83d8235723e9eac2.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-450f9a0e1538ed9a.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.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`
119682026-09-15T04:15:40.098Z
119692026-09-15T04:15:40.098Zrunning 0 tests
119702026-09-15T04:15:40.098Z
119712026-09-15T04:15:40.098Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119722026-09-15T04:15:40.098Z
119732026-09-15T04:15:40.120Z Doc-tests range_requests
119742026-09-15T04:15:40.121Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name range_requests --test range-requests/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/range-requests -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-b9d4b49ec22055e5.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b21f4539bd46e3.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-54ea2634f4c28de7.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-11326159470257f9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-39ead8f8ee1f9a10.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4e06b03adca01890.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`
119752026-09-15T04:15:40.245Z
119762026-09-15T04:15:40.245Zrunning 0 tests
119772026-09-15T04:15:40.245Z
119782026-09-15T04:15:40.245Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119792026-09-15T04:15:40.245Z
119802026-09-15T04:15:40.260Z Doc-tests reconfigurator_cli
119812026-09-15T04:15:40.260Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name reconfigurator_cli --test dev-tools/reconfigurator-cli/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/reconfigurator-cli -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f1187bf1a109a946.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-4abb3ca6fb30ba71.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-32e11cbbb0cbd818.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-fd773f1aaff6b9ea.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-a8f9954c45614da6.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-0971dfdbc3426724.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-e1ed9732e870e072.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-864416d6dc8c2378.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-9cfeeecb2fd17e1c.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-2323cb99ca17c3d6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_repl_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_repl_utils-3229c7476200d5ef.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern reconfigurator_cli=/work/oxidecomputer/omicron/target/debug/deps/libreconfigurator_cli-486db2be12acbdc1.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2c98d7798085936d.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-ffb315459a2ad208.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-6ab79d5f5b3744f5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-18/lib/amd64 --document-private-items -D warnings --error-format human`
119822026-09-15T04:15:40.739Z
119832026-09-15T04:15:40.740Zrunning 0 tests
119842026-09-15T04:15:40.740Z
119852026-09-15T04:15:40.740Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
119862026-09-15T04:15:40.740Z
119872026-09-15T04:15:40.779Z Doc-tests repo_depot_api
119882026-09-15T04:15:40.779Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name repo_depot_api --test sled-agent/repo-depot-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/repo-depot-api -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-34e761c9cdad863d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-fcfed21e523e97a9.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.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`
119892026-09-15T04:15:41.323Z
119902026-09-15T04:15:41.323Zrunning 2 tests
119912026-09-15T04:15:41.323Ztest sled-agent/repo-depot-api/src/lib.rs - repo_depot_api_mod::api_description (line 26) ... ignored
119922026-09-15T04:15:41.323Ztest sled-agent/repo-depot-api/src/lib.rs - repo_depot_api_mod::stub_api_description (line 32) ... ignored
119932026-09-15T04:15:41.323Z
119942026-09-15T04:15:41.323Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
119952026-09-15T04:15:41.323Z
119962026-09-15T04:15:41.327Zall doctests ran in 0.38s; merged doctests compilation took 0.37s
119972026-09-15T04:15:41.347Z Doc-tests repo_depot_client
119982026-09-15T04:15:41.347Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name repo_depot_client --test clients/repo-depot-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/repo-depot-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-9bde9270cd06758b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
119992026-09-15T04:15:41.481Z
120002026-09-15T04:15:41.481Zrunning 0 tests
120012026-09-15T04:15:41.481Z
120022026-09-15T04:15:41.481Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120032026-09-15T04:15:41.481Z
120042026-09-15T04:15:41.497Z Doc-tests sled_agent_api
120052026-09-15T04:15:41.497Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_api --test sled-agent/api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/api -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-34e761c9cdad863d.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-088aca85d188eb59.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-69b7b5ef8aa13716.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-5add9b2c6d4edad1.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-bfc5ccdff2db0195.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-e02a3c7c21da7b34.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
120062026-09-15T04:15:42.178Z
120072026-09-15T04:15:42.178Zrunning 2 tests
120082026-09-15T04:15:42.178Ztest sled-agent/api/src/lib.rs - sled_agent_api_mod::api_description (line 129) ... ignored
120092026-09-15T04:15:42.178Ztest sled-agent/api/src/lib.rs - sled_agent_api_mod::stub_api_description (line 135) ... ignored
120102026-09-15T04:15:42.178Z
120112026-09-15T04:15:42.178Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
120122026-09-15T04:15:42.178Z
120132026-09-15T04:15:42.181Zall doctests ran in 0.38s; merged doctests compilation took 0.38s
120142026-09-15T04:15:42.212Z Doc-tests sled_agent_bootstrap_common
120152026-09-15T04:15:42.212Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_bootstrap_common --test sled-agent/bootstrap-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/bootstrap-common -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c9d5b4c6c8a4a186.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-40be45cc1061c5ce.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_bootstrap_common=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_bootstrap_common-691cc3586695174c.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-f39b3768afebd3c9.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-aac489304b10c579.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-6db62e69810c44c9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-fab08f9a0ae42703.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
120162026-09-15T04:15:42.507Z
120172026-09-15T04:15:42.507Zrunning 0 tests
120182026-09-15T04:15:42.507Z
120192026-09-15T04:15:42.507Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120202026-09-15T04:15:42.507Z
120212026-09-15T04:15:42.538Z Doc-tests sled_agent_client
120222026-09-15T04:15:42.541Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_client --test clients/sled-agent-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/sled-agent-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-3a87de3ab3eac852.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-bb89a29abdaf9acb.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2d667dc97a18a72b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-69b7b5ef8aa13716.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
120232026-09-15T04:15:44.019Z
120242026-09-15T04:15:44.019Zrunning 0 tests
120252026-09-15T04:15:44.019Z
120262026-09-15T04:15:44.019Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120272026-09-15T04:15:44.020Z
120282026-09-15T04:15:44.078Z Doc-tests sled_agent_config_reconciler
120292026-09-15T04:15:44.078Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_config_reconciler --test sled-agent/config-reconciler/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/config-reconciler -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-75cb42a0302df866.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-67a3b3045f1afe78.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-071196465dd7522c.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-2f892cc0986a716b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-642f432538a6b2f9.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-32e11cbbb0cbd818.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-78480e2ceb8e8e17.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-0dffbe3aa872bc8e.rlib --extern key_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager_types-1d01c9bc16f9b741.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-e00ed5c798a2111b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_debug_dropbox=/work/oxidecomputer/omicron/target/debug/deps/libomicron_debug_dropbox-decbc3119b08a51b.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-40be45cc1061c5ce.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-fc9e674395cc0336.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-605610ac2edb8b90.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-088aca85d188eb59.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-f39b3768afebd3c9.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-ef99430041e0a6e7.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-69b7b5ef8aa13716.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-918e3c4e893e5650.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-48e2f271cd55ed96.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-32d617f53e2154a1.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-4258e337c74cb5ef.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-8eae445cf48844a4.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`
120302026-09-15T04:15:44.559Z
120312026-09-15T04:15:44.559Zrunning 0 tests
120322026-09-15T04:15:44.559Z
120332026-09-15T04:15:44.559Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120342026-09-15T04:15:44.559Z
120352026-09-15T04:15:44.600Z Doc-tests sled_agent_health_monitor
120362026-09-15T04:15:44.600Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_health_monitor --test sled-agent/health-monitor/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/health-monitor -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-088aca85d188eb59.rlib --extern sled_agent_health_monitor=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_health_monitor-e96eee16479a1622.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.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`
120372026-09-15T04:15:44.825Z
120382026-09-15T04:15:44.825Zrunning 0 tests
120392026-09-15T04:15:44.825Z
120402026-09-15T04:15:44.825Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120412026-09-15T04:15:44.825Z
120422026-09-15T04:15:44.850Z Doc-tests sled_agent_measurements
120432026-09-15T04:15:44.850Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_measurements --test sled-agent/measurements/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/measurements -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-0dffbe3aa872bc8e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-f39b3768afebd3c9.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-aac489304b10c579.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-a5f94283efc0e518.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-69b7b5ef8aa13716.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.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`
120442026-09-15T04:15:45.121Z
120452026-09-15T04:15:45.121Zrunning 0 tests
120462026-09-15T04:15:45.121Z
120472026-09-15T04:15:45.121Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120482026-09-15T04:15:45.121Z
120492026-09-15T04:15:45.152Z Doc-tests sled_agent_multirack_join
120502026-09-15T04:15:45.152Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_multirack_join --test sled-agent/multirack-join/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/multirack-join -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c9d5b4c6c8a4a186.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8b7b2e9ebde7c257.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0198ea1645c31763.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-40be45cc1061c5ce.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern sled_agent_bootstrap_common=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_bootstrap_common-691cc3586695174c.rlib --extern sled_agent_multirack_join=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_multirack_join-a84b369527e17f31.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-48e2f271cd55ed96.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-bfc5ccdff2db0195.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-fab08f9a0ae42703.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-c1e17c7b534315f1.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
120512026-09-15T04:15:45.464Z
120522026-09-15T04:15:45.464Zrunning 0 tests
120532026-09-15T04:15:45.464Z
120542026-09-15T04:15:45.465Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120552026-09-15T04:15:45.465Z
120562026-09-15T04:15:45.498Z Doc-tests sled_agent_rack_setup
120572026-09-15T04:15:45.501Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_rack_setup --test sled-agent/rack-setup/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/rack-setup -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c9d5b4c6c8a4a186.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8b7b2e9ebde7c257.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-5b93e87315b42afc.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-bbf2979e7369be72.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-3258c8f25334bd1d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern nexus_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_lockstep_client-db1710f1650e299a.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-864416d6dc8c2378.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern ntp_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libntp_admin_client-e00ed5c798a2111b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0198ea1645c31763.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-40be45cc1061c5ce.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-2a5a4d2fbeb7e66b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern sled_agent_bootstrap_common=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_bootstrap_common-691cc3586695174c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2d667dc97a18a72b.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-f39b3768afebd3c9.rlib --extern sled_agent_rack_setup=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_rack_setup-450f9a0e1538ed9a.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-48e2f271cd55ed96.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-bfc5ccdff2db0195.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-fab08f9a0ae42703.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-c1e17c7b534315f1.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
120582026-09-15T04:15:45.888Z
120592026-09-15T04:15:45.888Zrunning 0 tests
120602026-09-15T04:15:45.888Z
120612026-09-15T04:15:45.888Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120622026-09-15T04:15:45.888Z
120632026-09-15T04:15:45.925Z Doc-tests sled_agent_resolvable_files
120642026-09-15T04:15:45.925Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_resolvable_files --test sled-agent/resolvable-files/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/resolvable-files -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-67a3b3045f1afe78.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-b1fab63ab540fe54.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-263f7112b196b016.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-f39b3768afebd3c9.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-a5f94283efc0e518.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-ef99430041e0a6e7.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-48e2f271cd55ed96.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
120652026-09-15T04:15:46.203Z
120662026-09-15T04:15:46.203Zrunning 0 tests
120672026-09-15T04:15:46.203Z
120682026-09-15T04:15:46.203Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120692026-09-15T04:15:46.203Z
120702026-09-15T04:15:46.231Z Doc-tests sled_agent_resolvable_files_examples
120712026-09-15T04:15:46.231Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_resolvable_files_examples --test sled-agent/resolvable-files-examples/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/resolvable-files-examples -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile_ext=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile_ext-67a3b3045f1afe78.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-ef99430041e0a6e7.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-48e2f271cd55ed96.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.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`
120722026-09-15T04:15:46.426Z
120732026-09-15T04:15:46.426Zrunning 0 tests
120742026-09-15T04:15:46.426Z
120752026-09-15T04:15:46.426Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120762026-09-15T04:15:46.426Z
120772026-09-15T04:15:46.447Z Doc-tests sled_agent_scrimlet_reconcilers
120782026-09-15T04:15:46.447Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_scrimlet_reconcilers --test sled-agent/scrimlet-reconcilers/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8b7b2e9ebde7c257.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-95ea99b300116b1f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-2f892cc0986a716b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a6c3252379a66c5.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ee2e4ac302948d5f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8eeef770103af252.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-6b965b52841a5d7f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-e3a326d06017962d.rlib --extern mg_api_types=/work/oxidecomputer/omicron/target/debug/deps/libmg_api_types-89741af91b86b4b3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern scuffle=/work/oxidecomputer/omicron/target/debug/deps/libscuffle-0632c0403103b89c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_scrimlet_reconcilers=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_scrimlet_reconcilers-5e2f7350981dc205.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.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`
120792026-09-15T04:15:46.781Z
120802026-09-15T04:15:46.781Zrunning 0 tests
120812026-09-15T04:15:46.781Z
120822026-09-15T04:15:46.781Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120832026-09-15T04:15:46.781Z
120842026-09-15T04:15:46.810Z Doc-tests sled_agent_types
120852026-09-15T04:15:46.813Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_types --test sled-agent/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/types -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c9d5b4c6c8a4a186.rlib --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-3a87de3ab3eac852.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-69b7b5ef8aa13716.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-2c98d7798085936d.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' --document-private-items -D warnings --error-format human`
120862026-09-15T04:15:47.072Z
120872026-09-15T04:15:47.072Zrunning 0 tests
120882026-09-15T04:15:47.072Z
120892026-09-15T04:15:47.072Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
120902026-09-15T04:15:47.072Z
120912026-09-15T04:15:47.096Z Doc-tests sled_agent_types_versions
120922026-09-15T04:15:47.096Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_agent_types_versions --test sled-agent/types/versions/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/types/versions -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c9d5b4c6c8a4a186.rlib --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-3a87de3ab3eac852.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-a8f9954c45614da6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-384b5883c9cfe350.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_generation_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_generation_kinds-21b149b783800958.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-40be45cc1061c5ce.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-308f0204c87e6f29.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern propolis_api_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types_versions-c85745a29d1a7cd6.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-66a99f903956db63.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-520e79432e611323.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-69b7b5ef8aa13716.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-91044710874df499.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' --document-private-items -D warnings --error-format human`
120932026-09-15T04:15:49.661Z
120942026-09-15T04:15:49.661Zrunning 1 test
120952026-09-15T04:15:49.662Ztest sled-agent/types/versions/src/lib.rs - (line 17) ... ignored
120962026-09-15T04:15:49.662Z
120972026-09-15T04:15:49.662Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
120982026-09-15T04:15:49.662Z
120992026-09-15T04:15:49.665Zall doctests ran in 0.39s; merged doctests compilation took 0.38s
121002026-09-15T04:15:49.759Z Doc-tests sled_diagnostics
121012026-09-15T04:15:49.759Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_diagnostics --test sled-diagnostics/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-diagnostics -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-33cf399a252efde4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6f3ab8716908876b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-0875c71ea664a892.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-672d7e8e575f5769.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-06f54a0c0ab204df.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-3ea966f899aa2968.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-5add9b2c6d4edad1.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-48e2f271cd55ed96.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-feaa5555453c375a.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-904d443341801caf.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`
121022026-09-15T04:15:50.025Z
121032026-09-15T04:15:50.025Zrunning 0 tests
121042026-09-15T04:15:50.025Z
121052026-09-15T04:15:50.025Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121062026-09-15T04:15:50.025Z
121072026-09-15T04:15:50.052Z Doc-tests sled_hardware
121082026-09-15T04:15:50.052Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_hardware --test sled-hardware/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-hardware -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-4d70db72340caa1d.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-800dbaf245339529.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-f36ac586621dabce.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-a15732fa89f05de0.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-8f87a7eb0c105161.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-72ece0250bd0035a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-918e3c4e893e5650.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-b800997bcfce769b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-8eae445cf48844a4.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`
121092026-09-15T04:15:50.355Z
121102026-09-15T04:15:50.355Zrunning 0 tests
121112026-09-15T04:15:50.355Z
121122026-09-15T04:15:50.356Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121132026-09-15T04:15:50.356Z
121142026-09-15T04:15:50.384Z Doc-tests sled_hardware_types
121152026-09-15T04:15:50.385Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_hardware_types --test sled-hardware/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-hardware/types -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' --document-private-items -D warnings --error-format human`
121162026-09-15T04:15:50.482Z
121172026-09-15T04:15:50.482Zrunning 0 tests
121182026-09-15T04:15:50.482Z
121192026-09-15T04:15:50.482Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121202026-09-15T04:15:50.482Z
121212026-09-15T04:15:50.493Z Doc-tests sled_storage
121222026-09-15T04:15:50.493Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sled_storage --test sled-storage/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-storage -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c8afeb56cacd505f.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-071196465dd7522c.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-32e11cbbb0cbd818.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-0dffbe3aa872bc8e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-918e3c4e893e5650.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-48e2f271cd55ed96.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-295dbb2fcc65f679.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern xshell=/work/oxidecomputer/omicron/target/debug/deps/libxshell-4258e337c74cb5ef.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("testing"))' --document-private-items -D warnings --error-format human`
121232026-09-15T04:15:50.759Z
121242026-09-15T04:15:50.759Zrunning 0 tests
121252026-09-15T04:15:50.759Z
121262026-09-15T04:15:50.759Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121272026-09-15T04:15:50.759Z
121282026-09-15T04:15:50.785Z Doc-tests sp_sim
121292026-09-15T04:15:50.788Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name sp_sim --test sp-sim/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sp-sim -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_ereport_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_ereport_messages-1643cac886a4cb17.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ee2e4ac302948d5f.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-bea3e5c996983297.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-70d26705e78829f0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_cbor=/work/oxidecomputer/omicron/target/debug/deps/libserde_cbor-48770e0d4bd83061.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-fb99f6102bff0d81.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-a2fb83154a192d98.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
121302026-09-15T04:15:51.264Z
121312026-09-15T04:15:51.264Zrunning 0 tests
121322026-09-15T04:15:51.264Z
121332026-09-15T04:15:51.264Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121342026-09-15T04:15:51.264Z
121352026-09-15T04:15:51.302Z Doc-tests support_bundle_collection
121362026-09-15T04:15:51.305Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name support_bundle_collection --test support-bundle-collection/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/support-bundle-collection -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a6c3252379a66c5.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern jiff=/work/oxidecomputer/omicron/target/debug/deps/libjiff-6f3ab8716908876b.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-fc2050e702e33a49.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4881fbe893ab3e36.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-9f60a5144d3a6ba8.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-1d62fd0ca17fa97b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-24d120d0be1e546f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern parallel_task_set=/work/oxidecomputer/omicron/target/debug/deps/libparallel_task_set-06f54a0c0ab204df.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-0d93342012a54531.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-2d667dc97a18a72b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern support_bundle_collection=/work/oxidecomputer/omicron/target/debug/deps/libsupport_bundle_collection-9e34663f23b0ec3a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4e06b03adca01890.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-904d443341801caf.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`
121372026-09-15T04:15:51.745Z
121382026-09-15T04:15:51.745Zrunning 0 tests
121392026-09-15T04:15:51.745Z
121402026-09-15T04:15:51.745Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121412026-09-15T04:15:51.745Z
121422026-09-15T04:15:51.785Z Doc-tests transient_dns_server
121432026-09-15T04:15:51.785Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name transient_dns_server --test dns-server/transient/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dns-server/transient -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-d89d3e39900a35ba.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-3258c8f25334bd1d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-2d97cea01ac59601.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-e435e3425619f276.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern transient_dns_server=/work/oxidecomputer/omicron/target/debug/deps/libtransient_dns_server-67b1a21c2d505d83.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`
121442026-09-15T04:15:51.988Z
121452026-09-15T04:15:51.988Zrunning 0 tests
121462026-09-15T04:15:51.988Z
121472026-09-15T04:15:51.988Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121482026-09-15T04:15:51.988Z
121492026-09-15T04:15:52.009Z Doc-tests trust_quorum
121502026-09-15T04:15:52.012Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name trust_quorum --test trust-quorum/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/trust-quorum -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern attest_mock=/work/oxidecomputer/omicron/target/debug/deps/libattest_mock-1d642684dee12cfe.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c9d5b4c6c8a4a186.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-272df1a36bbcb959.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ddef13110ccf1ec1.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-071196465dd7522c.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-093510bda85b835d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-95edfa4d5112085a.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern omicron_ledger=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ledger-40be45cc1061c5ce.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-605610ac2edb8b90.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-520e79432e611323.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rlib --extern sled_agent_measurements=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_measurements-aac489304b10c579.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-6db62e69810c44c9.rlib --extern sprockets_tls_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls_test_utils-c4fddf357656e3c1.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-bfc5ccdff2db0195.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2d4823f85931691.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern trust_quorum=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum-fab08f9a0ae42703.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-c1e17c7b534315f1.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-e7bc8e0a36422782.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
121512026-09-15T04:15:52.356Z
121522026-09-15T04:15:52.356Zrunning 0 tests
121532026-09-15T04:15:52.356Z
121542026-09-15T04:15:52.356Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121552026-09-15T04:15:52.356Z
121562026-09-15T04:15:52.388Z Doc-tests trust_quorum_protocol
121572026-09-15T04:15:52.388Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name trust_quorum_protocol --test trust-quorum/protocol/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/trust-quorum/protocol -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-111dcf7fcda33dc3.rlib --extern attest_mock=/work/oxidecomputer/omicron/target/debug/deps/libattest_mock-1d642684dee12cfe.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c9d5b4c6c8a4a186.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-272df1a36bbcb959.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ddef13110ccf1ec1.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-093510bda85b835d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-95edfa4d5112085a.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-605610ac2edb8b90.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-520e79432e611323.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-e890e3b948629081.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-bfc5ccdff2db0195.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-a2d4823f85931691.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-c1e17c7b534315f1.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-e7bc8e0a36422782.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --cfg 'feature="danger_partial_eq_ct_wrapper"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("danger_partial_eq_ct_wrapper", "testing"))' --document-private-items -D warnings --error-format human`
121582026-09-15T04:15:52.617Z
121592026-09-15T04:15:52.617Zrunning 0 tests
121602026-09-15T04:15:52.617Z
121612026-09-15T04:15:52.617Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121622026-09-15T04:15:52.617Z
121632026-09-15T04:15:52.636Z Doc-tests trust_quorum_test_utils
121642026-09-15T04:15:52.636Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name trust_quorum_test_utils --test trust-quorum/test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/trust-quorum/test-utils -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-c9d5b4c6c8a4a186.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-093510bda85b835d.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-605610ac2edb8b90.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern trust_quorum_protocol=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_protocol-c1e17c7b534315f1.rlib --extern trust_quorum_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_test_utils-e7bc8e0a36422782.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.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`
121652026-09-15T04:15:52.794Z
121662026-09-15T04:15:52.794Zrunning 0 tests
121672026-09-15T04:15:52.794Z
121682026-09-15T04:15:52.794Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121692026-09-15T04:15:52.794Z
121702026-09-15T04:15:52.810Z Doc-tests trust_quorum_types
121712026-09-15T04:15:52.810Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name trust_quorum_types --test trust-quorum/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/trust-quorum/types -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern trust_quorum_types=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types-f764107f8e5dc1ab.rlib --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-91044710874df499.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`
121722026-09-15T04:15:52.898Z
121732026-09-15T04:15:52.898Zrunning 0 tests
121742026-09-15T04:15:52.898Z
121752026-09-15T04:15:52.898Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121762026-09-15T04:15:52.898Z
121772026-09-15T04:15:52.908Z Doc-tests trust_quorum_types_versions
121782026-09-15T04:15:52.908Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name trust_quorum_types_versions --test trust-quorum/types/versions/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/trust-quorum/types/versions -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern byte_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libbyte_wrapper-3a87de3ab3eac852.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-79051aebdca0fa6c.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-1cfbac00e1744e07.so --extern gfss=/work/oxidecomputer/omicron/target/debug/deps/libgfss-093510bda85b835d.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-520e79432e611323.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern trust_quorum_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libtrust_quorum_types_versions-91044710874df499.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`
121792026-09-15T04:15:53.488Z
121802026-09-15T04:15:53.489Zrunning 1 test
121812026-09-15T04:15:53.489Ztest trust-quorum/types/versions/src/lib.rs - (line 16) ... ignored
121822026-09-15T04:15:53.489Z
121832026-09-15T04:15:53.489Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
121842026-09-15T04:15:53.489Z
121852026-09-15T04:15:53.492Zall doctests ran in 0.38s; merged doctests compilation took 0.38s
121862026-09-15T04:15:53.510Z Doc-tests typed_rng
121872026-09-15T04:15:53.510Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name typed_rng --test typed-rng/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/typed-rng -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-0971dfdbc3426724.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-b1a582d5d32c7dad.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-a4fdcfcf69207d50.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-ca4fd7d34de77f0d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
121882026-09-15T04:15:53.575Z
121892026-09-15T04:15:53.575Zrunning 0 tests
121902026-09-15T04:15:53.575Z
121912026-09-15T04:15:53.575Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121922026-09-15T04:15:53.575Z
121932026-09-15T04:15:53.583Z Doc-tests wicket
121942026-09-15T04:15:53.583Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name wicket --test wicket/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-5fed5a6df06ab157.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-c7927cdb9847c108.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ddef13110ccf1ec1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-61e47cdc915178e8.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-fd773f1aaff6b9ea.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-df56548816dd36a4.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-2103a7c365bf290e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-a07bfbf502fff96e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-308f0204c87e6f29.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d04f08a445a4a0f4.rlib --extern oxide_update_engine_display=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_display-e01802dea79c318f.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-dc0a97fda5ff008b.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-a1bb2c688165151e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-861635f841a91ff3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-41deb9e6efae2e1b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-67863f9306e58aa0.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-97cd1b190f753ebd.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-ffb315459a2ad208.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-00ef578645e692ad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4e06b03adca01890.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-f21c1d627623f3ff.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-4381840504f9de7e.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-674b2067a95aac83.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-ac02d16f97a48ace.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-871ca52727e048ba.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-69b02c54136b24db.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-65fe4ddb7efb00da.rlib --extern wicketd_commission_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_client-de61c95e0e74c00c.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-799da414e29dd935.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
121952026-09-15T04:15:54.081Z
121962026-09-15T04:15:54.081Zrunning 0 tests
121972026-09-15T04:15:54.081Z
121982026-09-15T04:15:54.081Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
121992026-09-15T04:15:54.081Z
122002026-09-15T04:15:54.119Z Doc-tests wicket_common
122012026-09-15T04:15:54.120Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name wicket_common --test wicket-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket-common -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-95ea99b300116b1f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a6c3252379a66c5.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-a07bfbf502fff96e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-d04f08a445a4a0f4.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-2e33ca5688288ea7.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-dc0a97fda5ff008b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-4381840504f9de7e.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-69b02c54136b24db.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-799da414e29dd935.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`
122022026-09-15T04:15:54.500Z
122032026-09-15T04:15:54.500Zrunning 0 tests
122042026-09-15T04:15:54.500Z
122052026-09-15T04:15:54.500Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
122062026-09-15T04:15:54.500Z
122072026-09-15T04:15:54.530Z Doc-tests wicket_dbg
122082026-09-15T04:15:54.530Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name wicket_dbg --test wicket-dbg/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket-dbg -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-ddef13110ccf1ec1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-61e47cdc915178e8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-4b2d53e65fcfcc61.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-67863f9306e58aa0.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-871ca52727e048ba.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-6efcb3b1ad7bc270.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-15T04:15:54.801Z
122102026-09-15T04:15:54.801Zrunning 0 tests
122112026-09-15T04:15:54.801Z
122122026-09-15T04:15:54.801Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
122132026-09-15T04:15:54.801Z
122142026-09-15T04:15:54.829Z Doc-tests wicketd
122152026-09-15T04:15:54.829Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name wicketd --test wicketd/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicketd -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a99736055d4f315d.rlib --extern bootstrap_agent_lockstep_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_client-58127f285db477d8.rlib --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8b7b2e9ebde7c257.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-c7927cdb9847c108.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-47cd8f8dc9e7b1a0.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-071196465dd7522c.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-5ec1cd83469ea280.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-95ea99b300116b1f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-2f892cc0986a716b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-740acee8f401a47e.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4eb8e677ff21afe8.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-039c0a5661b362fd.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-33cf399a252efde4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a6c3252379a66c5.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-ee2e4ac302948d5f.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-8eeef770103af252.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-60733cecf91e6188.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-ade94dc2aa29b75c.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-e435e3425619f276.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-8d95c26cce95bfcf.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-76b21f4539bd46e3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-11326159470257f9.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-370f36ab7d93d20f.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-5593d1ace53ba040.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-387a22574bb3e814.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-78480e2ceb8e8e17.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-0d0ec2c34039d2f5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-26f5d6f3f78e38fb.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-992338228558eaf8.rlib --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-f39885e8bddc449b.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-a07bfbf502fff96e.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-276500baa0bff1a7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-0198ea1645c31763.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-308f0204c87e6f29.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-cd95c326d4cfd49e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-19bb5731071ccc1e.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-43c55b0f49f9feb6.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern oxide_update_engine=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine-2e33ca5688288ea7.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-dc0a97fda5ff008b.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-4bc5b75ea998daa7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern sled_agent_config_reconciler=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_config_reconciler-f39b3768afebd3c9.rlib --extern sled_agent_resolvable_files=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files-a5f94283efc0e518.rlib --extern sled_agent_resolvable_files_examples=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_resolvable_files_examples-ef99430041e0a6e7.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-48e2f271cd55ed96.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5d05010ee1bc9be8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-fb99f6102bff0d81.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-3c178cc649fd640e.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-bb0402933484d4f9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-295dbb2fcc65f679.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-4e06b03adca01890.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-213efebf5ce581a0.rlib --extern transceiver_controller=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_controller-4381840504f9de7e.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-6ab79d5f5b3744f5.rlib --extern tufaceous_artifact=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_artifact-e8e1ec7701451782.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-871ca52727e048ba.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-69b02c54136b24db.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-f188dbc4c516caae.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-8fe89915b0d6bb77.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-65fe4ddb7efb00da.rlib --extern wicketd_commission_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_api-c3a509c6e1f0226d.rlib --extern wicketd_commission_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_client-de61c95e0e74c00c.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-799da414e29dd935.rlib --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-e955a7c59701a788.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
122162026-09-15T04:15:55.286Z
122172026-09-15T04:15:55.286Zrunning 0 tests
122182026-09-15T04:15:55.286Z
122192026-09-15T04:15:55.286Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
122202026-09-15T04:15:55.286Z
122212026-09-15T04:15:55.323Z Doc-tests wicketd_api
122222026-09-15T04:15:55.323Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name wicketd_api --test wicketd-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicketd-api -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8b7b2e9ebde7c257.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-3a6c3252379a66c5.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-69b02c54136b24db.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-8fe89915b0d6bb77.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-799da414e29dd935.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`
122232026-09-15T04:15:55.976Z
122242026-09-15T04:15:55.976Zrunning 2 tests
122252026-09-15T04:15:55.976Ztest wicketd-api/src/lib.rs - wicketd_api_mod::api_description (line 48) ... ignored
122262026-09-15T04:15:55.976Ztest wicketd-api/src/lib.rs - wicketd_api_mod::stub_api_description (line 54) ... ignored
122272026-09-15T04:15:55.976Z
122282026-09-15T04:15:55.976Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
122292026-09-15T04:15:55.976Z
122302026-09-15T04:15:55.980Zall doctests ran in 0.38s; merged doctests compilation took 0.38s
122312026-09-15T04:15:56.008Z Doc-tests wicketd_client
122322026-09-15T04:15:56.008Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name wicketd_client --test clients/wicketd-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/wicketd-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern bootstrap_agent_lockstep_types=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_lockstep_types-8b7b2e9ebde7c257.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-1e0124cd6fc62769.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-78480e2ceb8e8e17.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_update_engine_types=/work/oxidecomputer/omicron/target/debug/deps/liboxide_update_engine_types-dc0a97fda5ff008b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-69b02c54136b24db.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-65fe4ddb7efb00da.rlib --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-e955a7c59701a788.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`
122332026-09-15T04:15:57.074Z
122342026-09-15T04:15:57.074Zrunning 0 tests
122352026-09-15T04:15:57.074Z
122362026-09-15T04:15:57.074Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
122372026-09-15T04:15:57.074Z
122382026-09-15T04:15:57.123Z Doc-tests wicketd_commission_api
122392026-09-15T04:15:57.123Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name wicketd_commission_api --test wicketd-commission-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicketd-commission-api -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern dropshot_api_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_api_manager_types-34e761c9cdad863d.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern wicketd_commission_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_api-c3a509c6e1f0226d.rlib --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-e955a7c59701a788.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`
122402026-09-15T04:15:57.717Z
122412026-09-15T04:15:57.718Zrunning 2 tests
122422026-09-15T04:15:57.718Ztest wicketd-commission-api/src/lib.rs - wicketd_commission_api_mod::api_description (line 62) ... ignored
122432026-09-15T04:15:57.718Ztest wicketd-commission-api/src/lib.rs - wicketd_commission_api_mod::stub_api_description (line 68) ... ignored
122442026-09-15T04:15:57.718Z
122452026-09-15T04:15:57.718Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
122462026-09-15T04:15:57.718Z
122472026-09-15T04:15:57.724Zall doctests ran in 0.38s; merged doctests compilation took 0.38s
122482026-09-15T04:15:57.746Z Doc-tests wicketd_commission_client
122492026-09-15T04:15:57.747Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name wicketd_commission_client --test clients/wicketd-commission-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/wicketd-commission-client -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5f9f6295f6a9272.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b04cdc1baddd9a91.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern wicketd_commission_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_client-de61c95e0e74c00c.rlib --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-e955a7c59701a788.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`
122502026-09-15T04:15:58.097Z
122512026-09-15T04:15:58.097Zrunning 0 tests
122522026-09-15T04:15:58.097Z
122532026-09-15T04:15:58.097Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
122542026-09-15T04:15:58.097Z
122552026-09-15T04:15:58.123Z Doc-tests wicketd_commission_types
122562026-09-15T04:15:58.123Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name wicketd_commission_types --test wicketd-commission-types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicketd-commission-types -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern wicketd_commission_types=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types-799da414e29dd935.rlib --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-e955a7c59701a788.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`
122572026-09-15T04:15:58.310Z
122582026-09-15T04:15:58.310Zrunning 0 tests
122592026-09-15T04:15:58.310Z
122602026-09-15T04:15:58.310Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
122612026-09-15T04:15:58.310Z
122622026-09-15T04:15:58.330Z Doc-tests wicketd_commission_types_versions
122632026-09-15T04:15:58.330Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name wicketd_commission_types_versions --test wicketd-commission-types/versions/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicketd-commission-types/versions -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern gateway_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types_versions-a8dc07033505663f.rlib --extern iddqd=/work/oxidecomputer/omicron/target/debug/deps/libiddqd-b675906a731ff7f3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-2709de7d9d90e80b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-17de9325281f5c14.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-f8202ba387c5b3d8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-d54ce1c3939a9e89.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types_versions-69b7b5ef8aa13716.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-891ca3a037c7bc9a.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-f88a6f7528205999.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-5bfb7a43fc104ff9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-5bc5d85a6925978a.rlib --extern wicketd_commission_types_versions=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_commission_types_versions-e955a7c59701a788.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ac553e214bd65ed1.rlib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
122642026-09-15T04:15:59.286Z
122652026-09-15T04:15:59.286Zrunning 1 test
122662026-09-15T04:15:59.286Ztest wicketd-commission-types/versions/src/lib.rs - (line 17) ... ignored
122672026-09-15T04:15:59.286Z
122682026-09-15T04:15:59.287Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
122692026-09-15T04:15:59.287Z
122702026-09-15T04:15:59.290Zall doctests ran in 0.38s; merged doctests compilation took 0.38s
122712026-09-15T04:15:59.328Z Doc-tests xtask_downloader
122722026-09-15T04:15:59.328Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name xtask_downloader --test dev-tools/downloader/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/downloader -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-4eb8e677ff21afe8.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-ee0df92789a44cc2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-634800329a65c50c.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-f1853e84268f82e1.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-f6b86edc8e4de159.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-6a506355d13e7db4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-f19578883888b03c.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-bb0402933484d4f9.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-f2fc6767a3c0748f.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`
122732026-09-15T04:15:59.446Z
122742026-09-15T04:15:59.446Zrunning 1 test
122752026-09-15T04:15:59.449Ztest dev-tools/downloader/src/lib.rs - get_values_from_file (line 335) ... ignored
122762026-09-15T04:15:59.449Z
122772026-09-15T04:15:59.449Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
122782026-09-15T04:15:59.449Z
122792026-09-15T04:15:59.460Z Doc-tests zfs_test_harness
122802026-09-15T04:15:59.460Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name zfs_test_harness --test sled-storage/zfs-test-harness/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-storage/zfs-test-harness -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-e5ce56e8506f5b30.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-3c4fd5e7a376dd48.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-0dffbe3aa872bc8e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-e254ffe159eabbde.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-48e2f271cd55ed96.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-12ca92232ccbac47.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern zfs_test_harness=/work/oxidecomputer/omicron/target/debug/deps/libzfs_test_harness-feaa5555453c375a.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`
122812026-09-15T04:15:59.698Z
122822026-09-15T04:15:59.698Zrunning 0 tests
122832026-09-15T04:15:59.698Z
122842026-09-15T04:15:59.698Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
122852026-09-15T04:15:59.698Z
122862026-09-15T04:15:59.723Z Doc-tests zone_setup
122872026-09-15T04:15:59.723Z Running `/home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/rustdoc --edition=2024 --crate-type lib --color always --crate-name zone_setup --test zone-setup/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/zone-setup -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-18/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/fm/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-ed787a46450ffd14/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-58abc31b14174a09/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-50edb6e3051984da/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-4f3af559b9fd36a8/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/psm-d3d03252abfe8e5b/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-9b77904e53abd38b/out -L native=/work/oxidecomputer/omicron/target/debug/build/zstd-sys-45e1df31c066bec3/out '--allow=clippy::style' '--allow=clippy::result_large_err' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-ec93dfa18e4d1a6d.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-369847ab087cf11d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-bef7a2f8e00faea6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-b17bf89810c1c282.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-e355eda5add176f7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4f8b3a6471f65257.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-1ee8fc9c7a7171a4.rlib --extern oxide_tokio_rt=/work/oxidecomputer/omicron/target/debug/deps/liboxide_tokio_rt-d0f1547ca88e27b6.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-46d57a0453a4e826.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-532d036334051a2d.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-526c159113f2082c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-8de1dcacef4d9a27.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-813617d6527196ad.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-0078461ca66129be.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-47665ca5bde56653.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-8eae445cf48844a4.rlib --extern zone_setup=/work/oxidecomputer/omicron/target/debug/deps/libzone_setup-c3b124c6ac044b25.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`
122882026-09-15T04:15:59.941Z
122892026-09-15T04:15:59.941Zrunning 0 tests
122902026-09-15T04:15:59.941Z
122912026-09-15T04:15:59.941Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
122922026-09-15T04:15:59.941Z
122932026-09-15T04:16:00.044Z
122942026-09-15T04:16:00.044Zreal 2:38.027590405
122952026-09-15T04:16:00.044Zuser 2:06.994142732
122962026-09-15T04:16:00.047Zsys 1:00.186781720
122972026-09-15T04:16:00.048Ztrap 0.015688530
122982026-09-15T04:16:00.048Ztflt 0.779162626
122992026-09-15T04:16:00.048Zdflt 0.316615667
123002026-09-15T04:16:00.048Zkflt 0.000018140
123012026-09-15T04:16:00.048Zlock 12:49.193224645
123022026-09-15T04:16:00.048Zslp 15:22.890936290
123032026-09-15T04:16:00.048Zlat 0.366511068
123042026-09-15T04:16:00.048Zstop 3.778268254
123052026-09-15T04:16:00.048Z+ banner 'check schema migration cleanup'
123062026-09-15T04:16:00.051Z
123072026-09-15T04:16:00.051Z #### # # ###### #### # # #### #### # # ######
123082026-09-15T04:16:00.051Z # # # # # # # # # # # # # # #
123092026-09-15T04:16:00.051Z # ###### ##### # #### #### # ###### #####
123102026-09-15T04:16:00.051Z # # # # # # # # # # # #
123112026-09-15T04:16:00.051Z # # # # # # # # # # # # # # # #
123122026-09-15T04:16:00.051Z #### # # ###### #### # # #### #### # # ######
123132026-09-15T04:16:00.051Z
123142026-09-15T04:16:00.051Z+ ptime -m cargo xtask schema old-migrations
123152026-09-15T04:16:00.556Z Compiling serde_core v1.0.228
123162026-09-15T04:16:00.556Z Compiling libc v0.2.185
123172026-09-15T04:16:00.556Z Compiling serde v1.0.228
123182026-09-15T04:16:00.559Z Compiling rustix v1.1.4
123192026-09-15T04:16:00.559Z Compiling bitflags v2.11.0
123202026-09-15T04:16:00.559Z Compiling serde_json v1.0.151
123212026-09-15T04:16:00.646Z Compiling syn v1.0.109
123222026-09-15T04:16:00.657Z Compiling log v0.4.33
123232026-09-15T04:16:00.660Z Compiling hashbrown v0.17.0
123242026-09-15T04:16:00.660Z Compiling getrandom v0.3.4
123252026-09-15T04:16:00.782Z Compiling usdt-impl v0.5.0
123262026-09-15T04:16:00.798Z Compiling fs-err v3.3.0
123272026-09-15T04:16:00.801Z Compiling heck v0.4.1
123282026-09-15T04:16:00.826Z Compiling anyhow v1.0.104
123292026-09-15T04:16:00.826Z Compiling once_cell v1.21.3
123302026-09-15T04:16:00.838Z Compiling syn v2.0.117
123312026-09-15T04:16:01.214Z Compiling indexmap v2.14.0
123322026-09-15T04:16:01.544Z Compiling errno v0.3.14
123332026-09-15T04:16:01.549Z Compiling thread-id v4.2.2
123342026-09-15T04:16:01.549Z Compiling memmap v0.7.0
123352026-09-15T04:16:02.199Z Compiling proc-macro-error v1.0.4
123362026-09-15T04:16:02.405Z Compiling terminal_size v0.4.3
123372026-09-15T04:16:02.405Z Compiling tempfile v3.27.0
123382026-09-15T04:16:02.510Z Compiling clap_builder v4.6.0
123392026-09-15T04:16:02.510Z Compiling textwrap v0.16.2
123402026-09-15T04:16:02.537Z Compiling tabled_derive v0.7.0
123412026-09-15T04:16:02.699Z Compiling camino v1.2.5
123422026-09-15T04:16:02.699Z Compiling cargo-platform v0.3.2
123432026-09-15T04:16:02.703Z Compiling semver v1.0.28
123442026-09-15T04:16:02.919Z Compiling pest_generator v2.8.6
123452026-09-15T04:16:02.963Z Compiling camino-tempfile v1.4.1
123462026-09-15T04:16:03.374Z Compiling tabled v0.15.0
123472026-09-15T04:16:03.466Z Compiling serde_derive v1.0.228
123482026-09-15T04:16:03.469Z Compiling thiserror-impl v1.0.69
123492026-09-15T04:16:03.469Z Compiling zerocopy-derive v0.7.35
123502026-09-15T04:16:03.469Z Compiling pest_derive v2.8.6
123512026-09-15T04:16:03.469Z Compiling scroll_derive v0.12.1
123522026-09-15T04:16:03.469Z Compiling thiserror-impl v2.0.18
123532026-09-15T04:16:03.469Z Compiling clap_derive v4.6.1
123542026-09-15T04:16:04.276Z Compiling scroll v0.12.0
123552026-09-15T04:16:04.333Z Compiling zerocopy v0.7.35
123562026-09-15T04:16:04.493Z Compiling goblin v0.8.2
123572026-09-15T04:16:04.593Z Compiling thiserror v1.0.69
123582026-09-15T04:16:04.683Z Compiling dtrace-parser v0.2.0
123592026-09-15T04:16:04.696Z Compiling thiserror v2.0.18
123602026-09-15T04:16:04.974Z Compiling clap v4.6.1
123612026-09-15T04:16:05.964Z Compiling serde_spanned v0.6.9
123622026-09-15T04:16:05.964Z Compiling toml_datetime v0.6.11
123632026-09-15T04:16:05.964Z Compiling cargo_metadata v0.23.1
123642026-09-15T04:16:05.967Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
123652026-09-15T04:16:05.967Z Compiling macaddr v1.0.1
123662026-09-15T04:16:05.977Z Compiling dof v0.3.0
123672026-09-15T04:16:05.979Z Compiling serde_tokenstream v0.2.3
123682026-09-15T04:16:06.178Z Compiling toml_edit v0.22.27
123692026-09-15T04:16:06.680Z Compiling usdt-macro v0.5.0
123702026-09-15T04:16:06.681Z Compiling usdt-attr-macro v0.5.0
123712026-09-15T04:16:07.411Z Compiling toml v0.8.23
123722026-09-15T04:16:07.481Z Compiling usdt v0.5.0
123732026-09-15T04:16:07.745Z Compiling cargo_toml v0.21.0
123742026-09-15T04:16:09.104Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
123752026-09-15T04:16:11.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.47s
123762026-09-15T04:16:11.588Z Running `target/debug/xtask schema old-migrations`
123772026-09-15T04:16:12.577Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
123782026-09-15T04:16:12.752Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
123792026-09-15T04:16:12.752Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
123802026-09-15T04:16:12.797Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
123812026-09-15T04:16:13.296Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
123822026-09-15T04:16:13.296Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
123832026-09-15T04:16:22.139Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
123842026-09-15T04:16:22.139Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
123852026-09-15T04:16:22.139Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
123862026-09-15T04:16:23.060Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
123872026-09-15T04:16:23.060Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
123882026-09-15T04:16:23.063Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
123892026-09-15T04:16:24.460Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
123902026-09-15T04:16:24.697Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
123912026-09-15T04:16:32.238Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
123922026-09-15T04:16:41.466Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
123932026-09-15T04:16:43.175Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
123942026-09-15T04:17:20.806Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
123952026-09-15T04:17:33.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s
123962026-09-15T04:17:33.394Z Running `target/debug/schema old-migrations`
123972026-09-15T04:17:33.461ZIdentifying old migrations that can be removed
123982026-09-15T04:17:33.575ZBase schema version: 231.0.0
123992026-09-15T04:17:33.578ZOK: No old migrations found
124002026-09-15T04:17:33.578Z
124012026-09-15T04:17:33.578Zreal 1:33.524322570
124022026-09-15T04:17:33.578Zuser 2:53.429592921
124032026-09-15T04:17:33.578Zsys 28.083936174
124042026-09-15T04:17:33.578Ztrap 0.027815358
124052026-09-15T04:17:33.578Ztflt 0.664185130
124062026-09-15T04:17:33.578Zdflt 1.375517346
124072026-09-15T04:17:33.578Zkflt 0.000080650
124082026-09-15T04:17:33.578Zlock 13:12.713484392
124092026-09-15T04:17:33.578Zslp 6:00.528840073
124102026-09-15T04:17:33.578Zlat 0.343326044
124112026-09-15T04:17:33.579Zstop 17.828126157
124122026-09-15T04:17:33.582Z+ [[ illumos == \i\l\l\u\m\o\s ]]
124132026-09-15T04:17:33.582Z+ banner live-test
124142026-09-15T04:17:33.582Z
124152026-09-15T04:17:33.582Z # # # # ###### ##### ###### #### #####
124162026-09-15T04:17:33.582Z # # # # # # # # #
124172026-09-15T04:17:33.582Z # # # # ##### ##### # ##### #### #
124182026-09-15T04:17:33.582Z # # # # # # # # #
124192026-09-15T04:17:33.582Z # # # # # # # # # #
124202026-09-15T04:17:33.582Z ###### # ## ###### # ###### #### #
124212026-09-15T04:17:33.583Z
124222026-09-15T04:17:33.583Z+ ptime -m cargo xtask live-tests
124232026-09-15T04:17:34.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
124242026-09-15T04:17:34.110Z Running `target/debug/xtask live-tests`
124252026-09-15T04:17:34.151Zusing temporary directory: /var/tmp/omicron_tmp/.tmpYPUN6G
124262026-09-15T04:17:34.151Zwill create archive file: /var/tmp/omicron_tmp/.tmpYPUN6G/live-tests-archive/omicron-live-tests.tar.zst
124272026-09-15T04:17:34.151Zoutput tarball: /work/oxidecomputer/omicron/target/live-tests-archive.tgz
124282026-09-15T04:17:34.151Z
124292026-09-15T04:17:34.154Zrunning: /home/build/.rustup/toolchains/1.98.1-x86_64-unknown-illumos/bin/cargo "nextest" "archive" "--package" "omicron-live-tests" "--archive-file" "/var/tmp/omicron_tmp/.tmpYPUN6G/live-tests-archive/omicron-live-tests.tar.zst"
124302026-09-15T04:17:36.235Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
124312026-09-15T04:17:36.367Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
124322026-09-15T04:17:36.381Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
124332026-09-15T04:17:36.397Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
124342026-09-15T04:17:36.428Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
124352026-09-15T04:17:36.428Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
124362026-09-15T04:17:36.437Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
124372026-09-15T04:17:36.437Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
124382026-09-15T04:17:36.440Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
124392026-09-15T04:17:36.485Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
124402026-09-15T04:17:36.538Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
124412026-09-15T04:17:37.609Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
124422026-09-15T04:17:38.336Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
124432026-09-15T04:17:42.111Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
124442026-09-15T04:17:42.111Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
124452026-09-15T04:17:43.252Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
124462026-09-15T04:18:15.286Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
124472026-09-15T04:18:15.855Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
124482026-09-15T04:18:18.330Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
124492026-09-15T04:18:18.993Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
124502026-09-15T04:18:49.405Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
124512026-09-15T04:18:57.401Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
124522026-09-15T04:19:23.517Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 48s
124532026-09-15T04:19:23.740Zinfo: experimental features enabled: setup-scripts, benchmarks
124542026-09-15T04:19:23.747Z Archiving 2 binaries, 1 build script output directory, 4 linked paths, and 1 standard library to /var/tmp/omicron_tmp/.tmpYPUN6G/live-tests-archive/omicron-live-tests.tar.zst
124552026-09-15T04:19:24.498Z Archived 402 files to /var/tmp/omicron_tmp/.tmpYPUN6G/live-tests-archive/omicron-live-tests.tar.zst in 0.75s
124562026-09-15T04:19:24.594Zrunning: bash "-c" "tar cf - Cargo.toml .config/nextest.toml live-tests | tar xf - -C \"/var/tmp/omicron_tmp/.tmpYPUN6G/live-tests-archive\""
124572026-09-15T04:19:24.605Zrunning: tar "cf" "/work/oxidecomputer/omicron/target/live-tests-archive.tgz" "-C" "/var/tmp/omicron_tmp/.tmpYPUN6G" "live-tests-archive"
124582026-09-15T04:19:24.817Zcreated:
124592026-09-15T04:19:24.817Z/work/oxidecomputer/omicron/target/live-tests-archive.tgz
124602026-09-15T04:19:24.817ZTo use this:
124612026-09-15T04:19:24.817Z
124622026-09-15T04:19:24.817Z1. Copy the tarball to the switch zone in a deployed Omicron system.
124632026-09-15T04:19:24.817Z
124642026-09-15T04:19:24.820Z e.g., scp \
124652026-09-15T04:19:24.820Z /work/oxidecomputer/omicron/target/live-tests-archive.tgz \
124662026-09-15T04:19:24.820Z root@YOUR_SCRIMLET_GZ_IP:/zone/oxz_switch/root/root
124672026-09-15T04:19:24.820Z
124682026-09-15T04:19:24.820Z2. Copy the `cargo-nextest` binary to the same place.
124692026-09-15T04:19:24.820Z
124702026-09-15T04:19:24.820Z e.g., scp \
124712026-09-15T04:19:24.820Z $(which cargo-nextest) \
124722026-09-15T04:19:24.820Z root@YOUR_SCRIMLET_GZ_IP:/zone/oxz_switch/root/root
124732026-09-15T04:19:24.820Z
124742026-09-15T04:19:24.820Z3. From the switch zone on that system, unpack the tarball with:
124752026-09-15T04:19:24.820Z
124762026-09-15T04:19:24.820Z tar xzf live-tests-archive.tgz
124772026-09-15T04:19:24.820Z
124782026-09-15T04:19:24.820Z4. From the switch zone on that system, run tests with:
124792026-09-15T04:19:24.820Z
124802026-09-15T04:19:24.821Z TMPDIR=/var/tmp ./cargo-nextest nextest run --profile=live-tests \
124812026-09-15T04:19:24.821Z --archive-file live-tests-archive/omicron-live-tests.tar.zst \
124822026-09-15T04:19:24.821Z --workspace-remap live-tests-archive
124832026-09-15T04:19:24.821Z
124842026-09-15T04:19:24.821Z
124852026-09-15T04:19:24.821Zreal 1:51.233362740
124862026-09-15T04:19:24.821Zuser 2:57.259040755
124872026-09-15T04:19:24.821Zsys 30.179512890
124882026-09-15T04:19:24.821Ztrap 0.027238888
124892026-09-15T04:19:24.821Ztflt 0.243591853
124902026-09-15T04:19:24.821Zdflt 1.313190196
124912026-09-15T04:19:24.821Zkflt 0.000006110
124922026-09-15T04:19:24.821Zlock 15:42.819370799
124932026-09-15T04:19:24.821Zslp 11:20.606197838
124942026-09-15T04:19:24.821Zlat 0.255388340
124952026-09-15T04:19:24.821Zstop 5.361429012
124962026-09-15T04:19:24.821Z+ rm -rf /var/tmp/omicron_tmp/crdb-base-build
124972026-09-15T04:19:24.824Z+ unset TMPDIR
124982026-09-15T04:19:24.824Z+ echo 'files in /var/tmp/omicron_tmp (none expected on success):'
124992026-09-15T04:19:24.824Zfiles in /var/tmp/omicron_tmp (none expected on success):
125002026-09-15T04:19:24.824Z+ find /var/tmp/omicron_tmp -ls
125012026-09-15T04:19:24.827Z135066 32 drwxr-xr-x 2 build build 2 Sep 15 04:19 /var/tmp/omicron_tmp
125022026-09-15T04:19:24.827Z+ rmdir /var/tmp/omicron_tmp
125032026-09-15T04:19:24.830Zprocess exited: duration 2030515 ms, exit code 0
 
125042026-09-15T04:19:24.842Zfound 6 output files
125052026-09-15T04:19:24.842Zuploading: /work/cargo-build-analysis.jsonl (1833872 bytes)
125062026-09-15T04:19:25.866Zuploaded: /work/cargo-build-analysis.jsonl
125072026-09-15T04:19:25.866Zuploading: /work/environment.json (108 bytes)
125082026-09-15T04:19:26.878Zuploaded: /work/environment.json
125092026-09-15T04:19:26.878Zuploading: /work/oxidecomputer/omicron/target/nextest/ci/junit.xml (686946 bytes)
125102026-09-15T04:19:27.897Zuploaded: /work/oxidecomputer/omicron/target/nextest/ci/junit.xml
125112026-09-15T04:19:27.897Zuploading: /work/oxidecomputer/omicron/target/live-tests-archive.tgz (292583424 bytes)
125122026-09-15T04:19:32.494Zuploaded: /work/oxidecomputer/omicron/target/live-tests-archive.tgz
125132026-09-15T04:19:32.494Zuploading: /tmp/nextest-run-archive.zip (3265758 bytes)
125142026-09-15T04:19:33.587Zuploaded: /tmp/nextest-run-archive.zip
125152026-09-15T04:19:33.587Zuploading: /tmp/nextest-chrome-trace.json (4376379 bytes)
125162026-09-15T04:19:34.696Zuploaded: /tmp/nextest-chrome-trace.json